@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
@import "https://fonts.googleapis.com/css?family=Teko";
/*
 style.css
*/
body {
  background: #000;
}

.mlb2019_wrapper {
  background: #000;
  color: #fff;
}

.topics-adBanner {
  color: #000;
}

@media only screen and (min-width: 993px) {
  .mlb2019_wrapper a {
    transition: opacity .1s ease;
  }

  .mlb2019_wrapper a:hover {
    opacity: 0.6;
  }

  .mlb2019_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}
/* mainvisual
========================================== */
#mlb2019_mainvisual {
  background: url(../images/common/header/bg_header.jpg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
#mlb2019_mainvisual .mlb2019_mainvisual_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img {
  margin: 40px auto 0;
  display: block;
  max-width: 499px;
  height: 324px;
  background: url(../images/common/header/h1.png) no-repeat center center;
  background-size: contain;
}
#mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_h2 {
  margin: 50px auto 0;
  display: block;
  max-width: 866px;
  height: 0;
  padding-top: 4%;
  background-image: url("../images/common/header/h2.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#mlb2019_mainvisual .mlb2019_mainvisual_inner .copy {
  margin: 60px auto 0;
  display: block;
  max-width: 600px;
  height: 0;
  padding-top: 6%;
  background-image: url("../images/common/header/copy.svg");
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#second #mlb2019_mainvisual {
  width: 100%;
  height: 250px;
}
#second #mlb2019_mainvisual .mlb2019_mainvisual_inner {
  max-width: 1000px;
}
#second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img {
  margin: 20px auto 0 20px;
  max-width: 860px;
  height: 200px;
  background-image: none;
}
#second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/header/is2nd_h1.png) no-repeat center center;
  background-size: contain;
}
#second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_h2 {
  display: none;
}
#second #mlb2019_mainvisual .mlb2019_mainvisual_inner .copy {
  display: none;
}

/* nav
========================================== */
#mlb2019_nav {
  /* mlb2019_nav_list
  ------------------------------ */
  /* mlb2019_nav - status */
  /* mlb2019_nav - contents */
}
#mlb2019_nav .mlb2019_nav_area {
  background-color: #171446;
  width: 100%;
}
#mlb2019_nav .mlb2019_nav_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#mlb2019_nav .mlb2019_nav_list {
  width: 100%;
  font-size: 0;
  text-align: center;
}
#mlb2019_nav .mlb2019_nav_item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  position: relative;
}
#mlb2019_nav .mlb2019_nav_item:last-child:after {
  display: none;
}
#mlb2019_nav .mlb2019_nav_item:not(:first-child) {
  margin-left: 0%;
}
#mlb2019_nav .mlb2019_nav_item a {
  display: block;
  width: 100%;
  padding-top: 37%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#mlb2019_nav .mlb2019_nav_item.is-new:before {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(../images/common/nav_icon_new.png) no-repeat center;
  /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10%;
  right: 10%;
  z-index: 30;
}
#mlb2019_nav .mlb2019_nav_item.is-coming a {
  opacity: 0.6;
  pointer-events: none;
}
#mlb2019_nav .mlb2019_nav_item.schedule a {
  background-image: url(../images/common/nav/schedule.png);
}
#mlb2019_nav .mlb2019_nav_item.player a {
  background-image: url(../images/common/nav/player.png);
}
#mlb2019_nav .mlb2019_nav_item.topics a {
  background-image: url(../images/common/nav/topics.png);
}
#mlb2019_nav .mlb2019_nav_item.data a {
  background-image: url(../images/common/nav/data.png);
}
#mlb2019_nav .mlb2019_nav_item a span {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 601px) {
  .mlb2019_mainvisual_img a {
    /*     padding-top: 30%;
        background-image: url(https://placehold.jp/1000x300.png); */
  }
}
/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* nav
  ========================================== */
  #mlb2019_nav .mlb2019_nav_list {
    margin: 0% auto;
    padding: 0;
  }
  #mlb2019_nav .mlb2019_nav_item {
    width: 50%;
    border-bottom: solid 1px #0b0c2a;
  }
  #mlb2019_nav .mlb2019_nav_item:last-child {
    border-bottom: 0px;
  }
  #mlb2019_nav .mlb2019_nav_item:not(:first-child) {
    margin-left: 0%;
  }
  #mlb2019_nav .mlb2019_nav_item:nth-child(4n+1) {
    margin-left: 0;
  }
  #mlb2019_nav .mlb2019_nav_item:nth-child(n+5) {
    margin-top: 1%;
  }
  #mlb2019_nav .mlb2019_nav_item a span {
    font-size: 0;
  }

  /* mainvisual
========================================== */
  #mlb2019_mainvisual {
    height: auto;
  }
  #mlb2019_mainvisual .mlb2019_mainvisual_inner {
    width: 100%;
  }
  #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img {
    margin: 2% auto 0;
    max-width: 90%;
    height: 0;
    padding-top: 62%;
    background-size: contain;
  }
  #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_h2 {
    margin: 7% auto 0;
    display: block;
    max-width: 95%;
    height: 0;
    padding-top: 17%;
    background-image: url("../images/common/header/h2_sp.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }
  #mlb2019_mainvisual .mlb2019_mainvisual_inner .copy {
    margin: 10% auto 0;
    display: block;
    max-width: 95%;
    height: 0;
    padding-top: 12%;
    background-image: url("../images/common/header/copy.svg");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }

  #second #mlb2019_mainvisual {
    height: auto;
  }
  #second #mlb2019_mainvisual .mlb2019_mainvisual_inner {
    width: 100%;
  }
  #second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img {
    margin: 2% auto 0;
    max-width: 95%;
    padding-top: 0;
    height: auto;
    background-image: none;
  }
  #second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_img a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: url(../images/common/header/is2nd_h1.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 5%;
  }
  #second #mlb2019_mainvisual .mlb2019_mainvisual_inner .mlb2019_mainvisual_h2 {
    display: none;
  }
  #second #mlb2019_mainvisual .mlb2019_mainvisual_inner .copy {
    display: none;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
/* #ntv_setSocial
      #ntv_setSns
      #ntv_setShare
*/
#ntv_setSocial {
  padding-bottom: 20px;
}

#ntv_setSocial + #ntv_setAD_PC_300_250.on {
  padding-top: 10px;
}

/* #ntv_setSns
========================================== */
.ntv_setSns {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
  background: #fff;
  padding-bottom: 20px;
}

@media only screen and (min-width: 993px) {
  .ntv_setSns {
    width: 49%;
    margin: 20px 0 0 0;
  }
}
.ntv_setSocial_adjustBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.ntv_setSns_title {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #333;
  padding: 9px 9px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
}

/* ntv_setSns_lists
------------------------------------------ */
.ntv_setSns_lists {
  text-align: center;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
}

.ntv_setSns_lists li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 601px) {
  .ntv_setSns_lists li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .ntv_setSns_lists li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.ntv_setSns_lists li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 52px;
  padding-top: 65px;
  width: 52px;
  height: 52px;
  font-size: 9.8px;
  font-size: 0.98rem;
}

.ntv_setSns_lists li.ntv_setSns_facebook a {
  background-image: url("/assets/images/sns/sns-facebook-circle.png");
  color: #415b95;
}

.ntv_setSns_lists li.ntv_setSns_twitter a {
  background-image: url("/assets/images/sns/sns-twitter-circle.png");
  color: #55acee;
}

.ntv_setSns_lists li.ntv_setSns_line a {
  background-image: url("/assets/images/sns/sns-line-circle.png");
  color: #00bc00;
}

.ntv_setSns_lists li.ntv_setSns_instagram a {
  background-image: url("/assets/images/sns/sns-instagram-circle.png");
  color: #7970dc;
}

.ntv_setSns_lists li.ntv_setSns_mail a {
  background-image: url("/assets/images/sns/sns-mail-circle.png");
  color: #e78f34;
}

/* #ntv_setShare
========================================== */
.ntv_setShare {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
  background: #fff;
}

@media only screen and (min-width: 993px) {
  .ntv_setShare {
    width: 49%;
    margin: 20px 0 0 0;
  }
}
.ntv_setShare_title {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #333;
  padding: 9px 9px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
}

/* ntv_setShare_lists
------------------------------------------ */
.ntv_setShare_lists {
  text-align: center;
  padding: 25px 10px;
  overflow: hidden;
}

@media only screen and (min-width: 993px) {
  .ntv_setShare_lists {
    padding: 25px 65px;
  }
}
.ntv_setShare_lists li {
  display: block;
  width: 31%;
  float: left;
}

.ntv_setShare_lists li:nth-child(n+2) {
  margin-left: 3.5%;
}

.ntv_setShare_lists li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

.ntv_setShare_lists li a.ntv_setShare_facebook {
  background-color: #3b5998;
}

.ntv_setShare_lists li a.ntv_setShare_twitter {
  background-color: #55acee;
}

.ntv_setShare_lists li a.ntv_setShare_line {
  background-color: #00b900;
}

/* #ntv_setAD
========================================== */
#ntv_setAD_PC_300_250 {
  display: none;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}

#ntv_setAD_PC_300_250 section {
  display: inline-block;
}

#ntv_setAD_PC_300_250 section:first-of-type {
  margin-right: 30px;
}

#ntv_setAD_SP_320_100 {
  display: none;
  text-align: center;
}

#ntv_setAD_SP_300_250 {
  display: none;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #979797;
  height: 250px;
  box-sizing: content-box;
}

#ntv_setAD_PC_300_250.on {
  display: block;
}

#ntv_setAD_SP_320_100.on {
  display: block;
}

#ntv_setAD_SP_300_250.on {
  display: block;
}

@media only screen and (max-width: 992px) {
  /* PCでスマホ表示させた場合の広告表示 */
  #ntv_setAD_PC_300_250 section {
    display: block;
  }

  #ntv_setAD_PC_300_250 section:first-of-type {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
