@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* ! [.sample_]の記述は番組ディレクトリ名等適切に変更 */
@media only screen and (min-width: 993px) {
  .ntv-wrapper{
    min-width: auto;
  }
}
.mlb2025_wrapper {
  background: #fff;
}
@media only screen and (min-width: 993px) {
  .mlb2025_wrapper a {
    transition: opacity .1s ease;
  }
  .mlb2025_wrapper a:hover {
    opacity: 0.6;
  }
  .mlb2025_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}
/* mainvisual
========================================== */
.mlb2025_mainvisual_inner {
  width: 100%;
  margin: 0 auto;
}
.mlb2025_mainvisual_img a,
.mlb2025_mainvisual_img span {
  background-image: url(/mlb2025/images/top/mv_sp.png);
  display: block;
  padding-top: calc( 450 / 375 * 100% );
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (min-width: 601px) {
  .mlb2025_mainvisual_img a,
  .mlb2025_mainvisual_img span {
    background-image: url(/mlb2025/images/top/mv.png);
    padding-top: calc( 570 / 1440 * 100% );
  }
}

/* header
========================================== */
.mlb2025_header_inner {
  width: 100%;
  margin: 0 auto;
}
.mlb2025_header_img a {
  background-image: url(/mlb2025/images/common/header_sp.png);
  display: block;
  padding-top: calc( 130 / 375 * 100% );
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (min-width: 601px) {
  .mlb2025_header_img a {
    background-image: url(/mlb2025/images/common/header.png);
    padding-top: calc( 250 / 1440 * 100% );
  }
}


/* nav
========================================== */
.mlb2025_nav_area {
  background-color: var(--color-blue);
  width: 100%;
}
.mlb2025_nav_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* mlb2025_nav_list
------------------------------ */
.mlb2025_nav_list {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mlb2025_nav_item {
  display: inline-block;
  width: 25%;
  position: relative;
}
.mlb2025_nav_item a {
  display: block;
  width: 100%;
  padding-top: calc( 92 / 250 * 100% );
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .mlb2025_nav_item {
    width: 50%;
  }
}

/* mlb2025_nav - status */
.mlb2025_nav_item.is-new {}
.mlb2025_nav_item.is-new:before {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(../images/common/nav_icon_new.png) no-repeat center; /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 30;
}
.mlb2025_nav_item.is-coming {}
.mlb2025_nav_item.is-coming a {
  opacity: 0.6;
  pointer-events: none;
}

/* mlb2025_nav - contents */
.mlb2025_nav_item.schedule a { background-image: url(/mlb2025/images/common/nav_schedule.png); }
.mlb2025_nav_item.player a { background-image: url(/mlb2025/images/common/nav_player.png); }
.mlb2025_nav_item.topics a { background-image: url(/mlb2025/images/common/nav_topics.png); }
.mlb2025_nav_item.data a { background-image: url(/mlb2025/images/common/nav_data.png); }
.sample_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;
}

/* instagram(sampleなので自由変更可)
========================================== */
.sample_instagram {
  padding: 30px;
  background: #222;
}
.sample_instagram_inner {
  max-width: 600px;
  margin: 0 auto;
}


/* 広告用のスタイル（絶対に消さないで下さい） */
#ntv_setAD_SP_300_250_3 {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .sample_nav_list { margin: 3% auto; padding: 0 1%; }
  .sample_nav_item { width: 24.25%; }
  .sample_nav_item:not(:first-child) { margin-left: 1%; }
  .sample_nav_item:nth-child(4n+1) { margin-left: 0; }
  .sample_nav_item:nth-child(n+5) { margin-top: 1%; }
  .sample_nav_item a span { font-size: 0; }
}

/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}
