@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
/*size*/
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 style.css
*/
/* baseball_wrapper
========================================== */
body .ntv-wrapper {
  background-image: none;
}

.baseball_wrapper {
  background: #fff;
}
.baseball_wrapper h1, .baseball_wrapper h2, .baseball_wrapper h3, .baseball_wrapper h4, .baseball_wrapper h5, .baseball_wrapper h6, .baseball_wrapper p, .baseball_wrapper li, .baseball_wrapper dt, .baseball_wrapper dd, .baseball_wrapper th, .baseball_wrapper td, .baseball_wrapper span, .baseball_wrapper a {
  font-family: 'Noto Sans JP', sans-serif;
}

/* baseball_bg
========================================== */
.baseball_bg {
  background-repeat: repeat;
  background-position: center center;
}
.baseball_bg.-isWht {
  background-image: url("../images/common/bg/bg_wht.png");
}
.baseball_bg.-isBlk {
  background-image: url("../images/common/bg/bg_blk.png");
}
.baseball_bg.-isBrn {
  background-image: url("../images/common/bg/bg_brn.png");
}
.baseball_bg.-isGry {
  background-image: url("../images/common/bg/bg_gry.png");
}
.baseball_bg.-isText {
  background-image: url("../images/common/bg/bg_text.png");
}
.baseball_bg.-isAsh {
  background-image: url("../images/common/bg/bg_ash.png");
}
.baseball_bg.-isMark {
  background-image: url("../images/common/bg/bg_mark.png");
}
.baseball_bg.-isTwiter {
  background-image: url("../images/common/bg/bg_tt.png");
}
.baseball_bg.-isX {
  background-color: #000;
}
.baseball_bg.-isLine {
  background-image: url("../images/common/bg/bg_line.png");
}
@media only screen and (max-width: 640px) {
  .baseball_bg.-isText {
    background-size: 90%;
  }
}

/* baseball_header
========================================== */
/* mainvisual
========================================== */
.mainvisual_title {
  margin: auto;
  padding: 6.66% 0 2.75%;
  max-width: 1200px;
  width: 93.75%;
  position: relative;
}
.mainvisual_title_link {
  display: block;
}
.mainvisual_title_logo {
  width: 88.75%;
  display: block;
}
.mainvisual_title_mark {
  width: 17%;
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
}

/* nav
========================================== */
.baseball_nav_inner {
  margin: auto;
  max-width: 960px;
  width: 100%;
}
.baseball_nav_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.baseball_nav_item {
  width: 25%;
}
.baseball_nav_item a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 41.67%;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.baseball_nav_item.special a {
  background-image: url(../images/common/nav/special.png);
}
.baseball_nav_item.schedule a {
  background-image: url(../images/common/nav/schedule.png);
}
.baseball_nav_item.topics a {
  background-image: url(../images/common/nav/topics.png);
}
.baseball_nav_item.about a {
  background-image: url(../images/common/nav/about.png);
}
@media only screen and (max-width: 640px) {
  .baseball_nav_item.special a {
    background-image: url(../images/common/nav/special_sp.png);
  }
  .baseball_nav_item.schedule a {
    background-image: url(../images/common/nav/schedule_sp.png);
  }
  .baseball_nav_item.topics a {
    background-image: url(../images/common/nav/topics_sp.png);
  }
  .baseball_nav_item.about a {
    background-image: url(../images/common/nav/about_sp.png);
  }
}
.baseball_nav_item span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.baseball_nav_item.is-new {
  position: relative;
}
.baseball_nav_item.is-new:after {
  content: "";
  background: url(../images/common/nav_icon_new.png) no-repeat center center;
  background-size: contain;
  padding-top: 30%;
  width: 30%;
  height: 0;
  position: absolute;
  top: -25%;
  left: 20%;
}
.baseball_nav_item.is-coming {
  position: relative;
}
.baseball_nav_item.is-coming:after {
  content: "";
  background: url(../images/common/nav_icon_cs.png) no-repeat center center;
  background-size: contain;
  padding-top: 30%;
  width: 50%;
  height: 0;
  position: absolute;
  top: -25%;
  left: 20%;
}
.baseball_nav_item.is-coming a {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.baseball_nav_item.is-coming a:hover {
  opacity: 0.3;
}

@media only screen and (min-width: 993px) {
  .baseball_wrapper a {
    transition: opacity .1s ease;
  }
  .baseball_wrapper a:hover {
    opacity: 0.6;
  }
  .baseball_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}
/* baseball_main
========================================== */
/* countdownModal
========================================== */
@keyframes countdown_open {
  0% {
    opacity: 1;
    transform: scale(1, 100) rotate(0deg);
  }
  35% {
    transform: scale(1, 1) rotate(45deg);
  }
  60% {
    transform: scale(80, 1) rotate(-45deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
#countdownModal {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  transition: opacity 0.5s;
}
#countdownModal.on {
  opacity: 1;
}
#countdownModal.on .inner .countdown img {
  animation: countdown_open .3s .3s;
  opacity: 1;
}
#countdownModal .inner {
  padding: 0;
  width: 100%;
}
#countdownModal .inner .countdown {
  margin: auto;
  text-align: center;
  line-height: 0;
}
#countdownModal .inner .countdown img {
  opacity: 0;
  transition: opacity .1s .3s;
  position: absolute;
}
#countdownModal .inner .close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-family: "arial","sans-serif";
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#countdownModal .inner .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* mainvisual
  ========================================== */
  .baseball_mainvisual_area {
    background-size: 100%;
    height: 0;
    padding-top: 24.19%;
  }
  .baseball_mainvisual_inner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .baseball_mainvisual_logo {
    padding-top: 5.5%;
  }
  .baseball_mainvisual_logo img {
    max-width: 596px;
    width: 60.08%;
    height: auto;
  }
  .baseball_mainvisual_opening img {
    max-width: 513px;
    width: 51.71%;
    height: auto;
  }
}
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
  .ntv-pageTop a {
    z-index: 100;
  }
}
