@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
.vis-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0; }

/* 各見出し用のフォントサイズ */
/* 32px */
/* 27px */
/* 20px */
/* キーカラー */
/* 各見出し用のフォントサイズ ここまで */
.header-inner {
  overflow: hidden;
  background-color: #000; }

.header-menu {
  background-color: #3FB1E5;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .header-menu-logo {
    padding-top: 10px;
    padding-left: 15px; }
    .header-menu-logo img {
      width: 200px;
      vertical-align: middle; }
    .header-menu-logo.isUnsubscribe img {
      width: 145px; }
  .header-menu-status {
    margin-left: auto;
    margin-right: 15px;
    background: #fff;
    color: #000;
    font-size: 8px;
    display: block;
    padding: 2px 10px;
    border-radius: 15px; }
  .header-menu-box-status {
    display: flex;
    margin: 8px 5px 0 auto; }
    .header-menu-box-status > * + * {
      margin-left: 5px; }
  .header-menu .isUnsubscribeLabel {
    font-size: 10px;
    padding: 4px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    line-height: 16px;
    display: inline-block; }
    .header-menu .isUnsubscribeLabel a {
      color: #fff;
      font-weight: normal; }
  .header-menu .isPurchaseLabel {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 20px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px; }
    .header-menu .isPurchaseLabel.pullDown {
      cursor: pointer;
      position: relative;
      padding: 4px 10px 4px 20px; }
      .header-menu .isPurchaseLabel.pullDown::before {
        display: block;
        width: 5px;
        height: 5px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        content: '';
        margin-top: -4px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: rotate(135deg); }
      .header-menu .isPurchaseLabel.pullDown .subMenu {
        cursor: default;
        padding: 10px 8px;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 100;
        top: 24px;
        right: -50px;
        margin-left: -125px;
        font-size: 12px;
        width: 260px;
        background: #fff;
        border: 1px solid #000;
        box-sizing: border-box;
        transition: all .2s ease;
        border-radius: 3px; }
        .header-menu .isPurchaseLabel.pullDown .subMenu::before {
          content: "";
          position: absolute;
          top: -12px;
          left: 50%;
          margin-left: -6px;
          border: 6px solid transparent; }
        .header-menu .isPurchaseLabel.pullDown .subMenu > dl {
          overflow: hidden; }
          .header-menu .isPurchaseLabel.pullDown .subMenu > dl > dt {
            clear: left;
            float: left; }
          .header-menu .isPurchaseLabel.pullDown .subMenu > dl > dd {
            float: right; }
      .header-menu .isPurchaseLabel.pullDown.is-active .subMenu {
        top: 32px;
        visibility: visible;
        opacity: 1; }
  .header-menu-list {
    padding-top: 5px;
    width: 100%;
    display: flex;
    overflow: scroll;
    order: 1;
    font-size: 0.75rem; }
    .header-menu-list li a {
      display: block;
      padding: 10px 15px;
      white-space: nowrap; }
      .header-menu-list li a:visited {
        color: #fff; }
      .header-menu-list li a:link {
        color: #fff; }
    .header-menu-list li.op-active {
      background: linear-gradient(to top, #3fb1e5 100%, rgba(63, 177, 229, 0) 100%) no-repeat bottom center/100% 2px; }

[class*="header-menu-"] .menu-sub {
  display: none;
  width: 100%;
  left: 0;
  z-index: 10;
  position: absolute;
  padding: 20px;
  line-height: 1.8;
  white-space: nowrap;
  background-color: #1a8abe;
  transition: all .2s ease-in-out; }
  [class*="header-menu-"] .menu-sub a {
    height: auto;
    padding: 0;
    line-height: 2.2;
    color: #fff; }
    [class*="header-menu-"] .menu-sub a:hover {
      background: none;
      color: #fbc72a; }
[class*="header-menu-"]:hover > .menu-sub {
  display: block; }

.bar-bottom {
  background: #000;
  color: #fff; }
  .bar-bottom .block-info {
    margin: 0 auto;
    display: flex;
    border-width: 0 1px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .bar-bottom .box-info {
    display: flex;
    justify-content: space-between; }
  .bar-bottom .capt-info {
    display: flex;
    align-items: center;
    font-size: 0.625rem;
    line-height: 1.3;
    padding: 9px 15px;
    text-align: left; }
  .bar-bottom .idx-info {
    padding: 0 9px;
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    border-width: 0 1px;
    font-size: 0.625rem; }

.isPurchaseLabel {
  position: relative; }
  .isPurchaseLabel span {
    position: absolute;
    top: 12px;
    right: 16px;
    display: inline-block;
    padding: 4px 18px 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    border: solid 2px #fff;
    font-weight: 700;
    font-size: 0.6875rem;
    color: #fff;
    z-index: 3; }

.pl-mainimg {
  position: relative;
  text-align: center; }
  .pl-mainimg .js-sliderD-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .pl-mainimg .js-sliderD-2 > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .pl-mainimg .cnt {
    position: relative;
    padding: 32px 4% 25px;
    color: #fff; }
    .pl-mainimg .cnt .bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000; }
      .pl-mainimg .cnt .bg li {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: top center no-repeat;
        background-size: cover;
        transition: all 1.2s linear;
        opacity: 0; }
        .pl-mainimg .cnt .bg li.js-on {
          opacity: 1; }
        .pl-mainimg .cnt .bg li:nth-child(1) {
          background-image: url(/img/sp/pacificleague/cont/main-eagles.png); }
        .pl-mainimg .cnt .bg li:nth-child(2) {
          background-image: url(/img/sp/pacificleague/cont/main-fighters.png); }
        .pl-mainimg .cnt .bg li:nth-child(3) {
          background-image: url(/img/sp/pacificleague/cont/main-hawks.png); }
        .pl-mainimg .cnt .bg li:nth-child(4) {
          background-image: url(/img/sp/pacificleague/cont/main-lions.png); }
        .pl-mainimg .cnt .bg li:nth-child(5) {
          background-image: url(/img/sp/pacificleague/cont/main-marines.png); }
        .pl-mainimg .cnt .bg li:nth-child(6) {
          background-image: url(/img/sp/pacificleague/cont/main-buffaloes.png); }
  .pl-mainimg.has-game .cnt {
    padding-bottom: 57px; }
  .pl-mainimg .ttl {
    position: relative;
    font-weight: normal;
    font-size: 1.4375rem;
    letter-spacing: 0.22em;
    line-height: 1.3; }
  .pl-mainimg .txt {
    position: relative;
    margin-top: 12px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.5; }
  .pl-mainimg .link {
    position: relative;
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
    font-size: 0.625rem; }
    .pl-mainimg .link:visited {
      color: #fff; }
    .pl-mainimg .link:link {
      color: #fff; }
  .pl-mainimg .pl-free-btn-wrap {
    margin-top: 16px; }

.game {
  color: #000;
  min-height: 120px;
  margin-bottom: 12px;
  position: relative; }
  .game li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s linear;
    color: #fff; }
    .game li.js-on {
      opacity: 1;
      z-index: 1; }
  .game .team-logo {
    width: 35%;
    padding: 0 .5em;
    box-sizing: border-box; }
    .game .team-logo img {
      width: auto;
      height: 85px; }
  .game .team-name {
    font-size: 0.625rem;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1; }
  .game .data-wrap {
    width: 30%; }
  .game .num, .game .str, .game .time {
    display: none;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 1.875rem;
    line-height: 1; }
  .game .status {
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    max-width: 50vw;
    width: 9.25em;
    top: 7.5px;
    left: 0;
    right: 0;
    line-height: 20px;
    height: 20px;
    padding: 0 2px;
    font-size: 0.625rem;
    background: #3fb1e5;
    color: #fff; }
  .game .area {
    position: absolute;
    margin: 0 auto;
    bottom: 10px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 0.625rem; }
  .game .reload {
    background: rgba(0, 0, 0, 0.7) url(/img/sp/pacificleague/cont/reload_ico.png) center no-repeat/14px;
    width: 24px;
    height: 25px;
    border-radius: 50%;
    margin: 0 auto;
    display: none; }
    .game .reload.js-active {
      display: block; }
    .game .reload:not(.js-anime-flag):not(:active) {
      animation-duration: 1s;
      animation-name: kurukuru; }
@keyframes kurukuru {
  0% {
    position: relative;
    top: 0;
    transform: rotate(0); }
  100% {
    position: relative;
    top: 5px; }
  100% {
    position: relative;
    top: 0;
    transform: rotate(720deg); } }
.after-cnt {
  position: relative;
  padding-bottom: 27px;
  text-align: left;
  background: #000;
  color: #fff; }
  .after-cnt .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000; }
    .after-cnt .bg li {
      opacity: 0; }
      .after-cnt .bg li.js-on {
        opacity: 1; }
  .after-cnt .score-switch-wrap {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0; }
    .after-cnt .score-switch-wrap.op-after {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      z-index: 2; }
  .after-cnt .live-ttl {
    position: relative;
    padding: 5px 13px 0; }
    .after-cnt .live-ttl .main-ttl {
      display: inline-block;
      font-size: 1.125rem;
      line-height: 26px;
      font-weight: bold;
      font-family: 'Roboto';
      vertical-align: middle; }
    .after-cnt .live-ttl .sub-ttl {
      display: inline-block;
      margin-left: 10px;
      line-height: 26px;
      font-size: 0.625rem;
      font-weight: normal;
      vertical-align: middle; }
  .is_purchased .after-cnt .game-list li .game-ttl {
    background: #b7b7b7; }
  .is_purchased .after-cnt .game-list li.js-active .game-ttl {
    background: #fff; }
  .after-cnt .game-list {
    box-sizing: border-box;
    padding: 0 0 0 12px; }
    .after-cnt .game-list li {
      text-align: center;
      position: relative;
      box-sizing: border-box; }
      .after-cnt .game-list li:first-child {
        margin-left: 0; }
      .after-cnt .game-list li img {
        vertical-align: bottom;
        width: 100%;
        height: auto; }
    .after-cnt .game-list .img {
      position: relative;
      margin-top: 4px; }
      .after-cnt .game-list .img .playMark {
        color: #fff; }
      .after-cnt .game-list .img .p-icon-free {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 48px;
        height: 24px;
        background-color: #3fb1e5;
        color: #fff;
        text-align: center;
        white-space: initial;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        font-weight: normal; }
    .after-cnt .game-list .game-ttl {
      margin: 0;
      padding: 2px 5px 5px;
      background: #fff;
      text-align: center;
      color: #333; }
      .after-cnt .game-list .game-ttl .data {
        display: block;
        margin-top: 4px;
        font-size: 0.6875rem;
        font-family: 'Roboto'; }
      .after-cnt .game-list .game-ttl .team {
        display: block;
        font-size: 0.75rem;
        font-weight: normal; }
    .after-cnt .game-list .num, .after-cnt .game-list .str, .after-cnt .game-list .time {
      display: none;
      font-weight: bold;
      font-family: 'Roboto';
      font-size: 1.0625rem;
      letter-spacing: 1px;
      line-height: 1;
      min-height: 1em; }
      .after-cnt .game-list .num:empty, .after-cnt .game-list .str:empty, .after-cnt .game-list .time:empty {
        display: none; }
    .after-cnt .game-list .str {
      font-size: 0.75rem;
      line-height: 1.5; }
    .after-cnt .game-list .slick-next,
    .after-cnt .game-list .slick-prev {
      top: 0;
      bottom: 0;
      right: 0;
      height: auto;
      background: rgba(0, 0, 0, 0.5);
      width: 32px;
      transform: none;
      z-index: 1;
      position: absolute;
      transition: all .3s linear; }
      .after-cnt .game-list .slick-next.slick-disabled,
      .after-cnt .game-list .slick-prev.slick-disabled {
        opacity: 0; }
      .after-cnt .game-list .slick-next::before,
      .after-cnt .game-list .slick-prev::before {
        content: '';
        display: block;
        border: 2px solid #fff;
        border-width: 2px 2px 0 0;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        opacity: 1; }
    .after-cnt .game-list .slick-prev {
      right: auto;
      left: 0;
      right: auto; }
      .after-cnt .game-list .slick-prev::before {
        transform: rotate(-135deg); }

.score-switch-wrap {
  position: relative;
  display: flex;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  justify-content: center; }
  .score-switch-wrap .scoreBtn {
    margin: 0 auto;
    font-size: 1.15rem; }

body .after-cnt .game [data-game-state="000"] .num,
body .after-cnt .game [data-game-state="600"] .num,
body .after-cnt .game [data-game-state="699"] .num,
body .after-cnt .game [data-game-state="700"] .num,
body .after-cnt .game [data-game-state="800"] .num {
  display: block; }
body .after-cnt .game [data-game-state="000"] .num .txt-score,
body .after-cnt .game [data-game-state="600"] .num .txt-score,
body .after-cnt .game [data-game-state="699"] .num .txt-score,
body .after-cnt .game [data-game-state="700"] .num .txt-score,
body .after-cnt .game [data-game-state="800"] .num .txt-score {
  display: none; }
body .after-cnt .game [data-game-state="000"] .num .txt-score-empty,
body .after-cnt .game [data-game-state="600"] .num .txt-score-empty,
body .after-cnt .game [data-game-state="699"] .num .txt-score-empty,
body .after-cnt .game [data-game-state="700"] .num .txt-score-empty,
body .after-cnt .game [data-game-state="800"] .num .txt-score-empty {
  display: block; }
body .after-cnt .game [data-game-state="500"] .time {
  display: block; }
body .after-cnt .game [data-game-state="699"] .str,
body .after-cnt .game [data-game-state="700"] .str,
body .after-cnt .game [data-game-state="900"] .str,
body .after-cnt .game [data-game-state="901"] .str {
  display: block; }
body .after-cnt .game-list [data-game-state="600"] .num {
  display: block; }
body .after-cnt .game-list [data-game-state="600"] .num .txt-score {
  display: none; }
body .after-cnt .game-list [data-game-state="600"] .num .txt-score-empty {
  display: block; }
body .after-cnt .game-list [data-game-state="500"] .time,
body .after-cnt .game-list [data-game-state=""] .time {
  display: block; }
body .after-cnt .game-list [data-game-state="000"] .str,
body .after-cnt .game-list [data-game-state="699"] .str,
body .after-cnt .game-list [data-game-state="700"] .str,
body .after-cnt .game-list [data-game-state="800"] .str,
body .after-cnt .game-list [data-game-state="900"] .str,
body .after-cnt .game-list [data-game-state="901"] .str {
  display: block; }

body.score-show .after-cnt .game [data-game-state="000"] .num,
body.score-show .after-cnt .game [data-game-state="600"] .num,
body.score-show .after-cnt .game [data-game-state="699"] .num,
body.score-show .after-cnt .game [data-game-state="700"] .num,
body.score-show .after-cnt .game [data-game-state="800"] .num {
  display: block; }
body.score-show .after-cnt .game [data-game-state="000"] .num .txt-score,
body.score-show .after-cnt .game [data-game-state="600"] .num .txt-score,
body.score-show .after-cnt .game [data-game-state="699"] .num .txt-score,
body.score-show .after-cnt .game [data-game-state="700"] .num .txt-score,
body.score-show .after-cnt .game [data-game-state="800"] .num .txt-score {
  display: block; }
body.score-show .after-cnt .game [data-game-state="000"] .num .txt-score-empty,
body.score-show .after-cnt .game [data-game-state="600"] .num .txt-score-empty,
body.score-show .after-cnt .game [data-game-state="699"] .num .txt-score-empty,
body.score-show .after-cnt .game [data-game-state="700"] .num .txt-score-empty,
body.score-show .after-cnt .game [data-game-state="800"] .num .txt-score-empty {
  display: none; }
body.score-show .after-cnt .game-list [data-game-state="600"] .num {
  display: block; }
body.score-show .after-cnt .game-list [data-game-state="600"] .num .txt-score {
  display: block; }
body.score-show .after-cnt .game-list [data-game-state="600"] .num .txt-score-empty {
  display: none; }

#pacificleague .header-menu-list [class*="header-menu-"] > a:hover,
#svod.pacificleague .header-menu-list [class*="header-menu-"] > a:hover,
#product.pacificleague-detail .header-menu-list [class*="header-menu-"] > a:hover,
.pacificleague-top .header-menu-top a,
.pacificleague-schedule .header-menu-schedule a {
  background: linear-gradient(transparent 98%, #fff 98%, #fff 100%); }

/*# sourceMappingURL=style_pa_nav_sp.css.map */
