@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*/
/*
 spmovie.css（ファイル名変更可）
 本サイト各ページ用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.-isGry {
  background-image: url("/baseball/data/images/bg/bg_gry.png");
}
.baseball_bg.-isBlk {
  background-image: url("/baseball/data/images/bg/bg_blk.png");
}

/* baseball_header
========================================== */
/* mainvisual
========================================== */
.mainvisual_inner {
  margin: auto;
  max-width: 640px;
  width: 70%;
}
.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: 100%;
  display: block;
}
.mainvisual_title_mark {
  width: 17%;
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
}

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

  .baseball_wrapper a:hover {
    opacity: 0.6;
  }

  .baseball_wrapper [id^='ntv_setAD'] a:hover {
    opacity: 1;
  }
}
/* data
========================================== */
.data_inner {
  background: url("/baseball/data/images/bg/bg_stadium.png") no-repeat center top;
  background-size: 100% auto;
  padding: 40px 0 60px;
}
.data_title {
  background: url("/baseball/data/images/title.png") no-repeat center center;
  height: 87px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.data_header {
  padding: 30px 0;
  margin: auto;
  max-width: 960px;
  width: 96%;
}
.data_header_title {
  padding: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #a4843d;
  border-top: 1px solid #a4843d;
  border-bottom: 1px solid #a4843d;
}
.data_block {
  padding: 30px 20px;
  margin: auto;
  max-width: 960px;
  width: 96%;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.data_block p {
  padding-bottom: 1em;
}
.data_block img {
  max-width: 700px;
  width: 90%;
  height: auto;
}
.data_bottom {
  margin: auto;
  max-width: 960px;
  width: 96%;
}
.data_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
  max-width: 640px;
}
.data_button a {
  background-color: #000;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #000;
}
.data_button a:before, .data_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.data_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.data_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .data_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .data_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .data_button {
    padding: 2% 0;
  }
  .data_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .data_button a:before {
    width: 20px;
    right: 10px;
  }
  .data_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}
.data_button a {
  background: url("/baseball/data/images/bg/bg_brn.png") repeat center center;
  border: 1px solid #a4843e;
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .data_inner {
    padding: 4% 0 6%;
  }
  .data_title {
    background-size: contain;
    padding-top: 13.59%;
    height: 0px;
  }
  .data_header {
    padding: 3% 0 0;
  }
  .data_header_title {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .data_subtitle {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .data_button a {
    padding-right: 5%;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .data_button_icon {
    margin-right: 10px;
  }
}
