@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*/
/*
 schedule.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* schedule
========================================== */
.schedule_inner {
  padding: 40px 0 60px;
}
.schedule_title {
  background: url(../../schedule/images/title.png) no-repeat center center;
  height: 89px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .schedule_inner {
    padding: 4% 0 6%;
  }
  .schedule_title {
    background-size: contain;
    padding-top: 13.9%;
    height: 0px;
  }
}
/* calendar
========================================== */
.calendar_inner {
  padding-bottom: 50px;
}
.calendar_month {
  background-position: center top;
  background-repeat: no-repeat;
}
.calendar_month.-month01 {
  background-image: url(../../schedule/images/bg_month01.png);
}
.calendar_month.-month02 {
  background-image: url(../../schedule/images/bg_month02.png);
}
.calendar_month.-month03 {
  background-image: url(../../schedule/images/bg_month03.png);
}
.calendar_month.-month04 {
  background-image: url(../../schedule/images/bg_month04.png);
}
.calendar_month.-month05 {
  background-image: url(../../schedule/images/bg_month05.png);
}
.calendar_month.-month06 {
  background-image: url(../../schedule/images/bg_month06.png);
}
.calendar_month.-month07 {
  background-image: url(../../schedule/images/bg_month07.png);
}
.calendar_month.-month08 {
  background-image: url(../../schedule/images/bg_month08.png);
}
.calendar_month.-month09 {
  background-image: url(../../schedule/images/bg_month09.png);
}
.calendar_month.-month10 {
  background-image: url(../../schedule/images/bg_month10.png);
}
.calendar_month.-month11 {
  background-image: url(../../schedule/images/bg_month11.png);
}
.calendar_month.-month12 {
  background-image: url(../../schedule/images/bg_month12.png);
}
.calendar_header {
  margin: auto;
  padding: 4em 0 2em;
  max-width: 960px;
  width: 100%;
  position: relative;
}
.calendar_header_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #4f4644;
}
.calendar_header_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: inline-block;
  position: absolute;
  bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #4f4644;
}
.calendar_header_button.-prev {
  padding-left: 50px;
  left: 0;
}
.calendar_header_button.-prev:before {
  left: 20px;
}
.calendar_header_button.-prev:after {
  left: 10px;
  border-width: 6px 16px 0 0;
  border-color: transparent #4f4644 transparent transparent;
}
.calendar_header_button.-next {
  padding-right: 50px;
  right: 0;
}
.calendar_header_button.-next:before {
  right: 20px;
}
.calendar_header_button.-next:after {
  right: 10px;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #4f4644;
}
.calendar_header_button:before, .calendar_header_button:after {
  content: "";
  position: absolute;
  transition: right 0.2s,left 0.2s;
}
.calendar_header_button:before {
  margin-top: 0;
  display: inline-block;
  background-color: #4f4644;
  width: 20px;
  height: 1px;
  top: 50%;
}
.calendar_header_button:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
}
.calendar_header_button:hover {
  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;
}
.calendar_header_button:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.calendar_table {
  margin: auto;
  max-width: 960px;
  width: 96%;
}
.calendar_table th, .calendar_table td {
  border: 1px solid #dcdcdc;
}
.calendar_table td {
  position: relative;
  width: 14.28%;
  height: 76px;
}
.calendar_table td .onair {
  position: absolute;
  right: 0;
  bottom: 0;
}
.calendar_week {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 20px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
}
.calendar_week.-sun {
  background-image: url(../../schedule/images/sun.png);
}
.calendar_week.-mon {
  background-image: url(../../schedule/images/mon.png);
}
.calendar_week.-tue {
  background-image: url(../../schedule/images/tue.png);
}
.calendar_week.-wed {
  background-image: url(../../schedule/images/wed.png);
}
.calendar_week.-thu {
  background-image: url(../../schedule/images/thu.png);
}
.calendar_week.-fri {
  background-image: url(../../schedule/images/fri.png);
}
.calendar_week.-sat {
  background-image: url(../../schedule/images/sat.png);
}
.calendar_day {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1em;
  color: #4f4644;
}
.calendar_day.-sat {
  color: #0065c1;
}
.calendar_day.-sun {
  color: #d20000;
}
.calendar_link {
  background-color: #fff;
  display: block;
  transition: background-color 2s;
}
.calendar_link:hover {
  background-color: #a4843d;
}
.calendar_card {
  padding: 20px 0;
  display: block;
  text-align: center;
}
.calendar_card_logo {
  width: 42%;
  height: auto;
  vertical-align: middle;
}
.calendar_card_vs {
  font-size: 14px;
  line-height: 1em;
  color: #bbac8f;
}
.calendar_note {
  margin: auto;
  max-width: 960px;
  width: 96%;
}
.calendar_note_list {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.calendar_note_item {
  padding-right: 30px;
  font-size: 14px;
  line-height: 1em;
}
.calendar_note_item:last-child {
  padding-right: 0;
}
.calendar_note_item span {
  margin-right: 0.5em;
}
.calendar_note_item.-night {
  color: #d20000;
}
.calendar_note_item.-day {
  color: #0065c1;
}
.calendar_note_item.-practice {
  color: #555;
}
.calendar .onair {
  position: relative;
}
.calendar .onair:after {
  content: "地";
  padding-right: 1px;
  padding-bottom: 1px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}
.calendar .onair:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.calendar .onair.-night:before {
  border-color: transparent transparent #d20000 transparent;
}
.calendar .onair.-day:before {
  border-color: transparent transparent #0065c1 transparent;
}
.calendar .onair.-practice:after {
  content: "練";
}
.calendar .onair.-practice:before {
  border-color: transparent transparent #555 transparent;
}

@media only screen and (max-width: 640px) {
  .calendar_inner {
    padding-bottom: 5%;
  }
  .calendar_month {
    background-size: 80%;
  }
  .calendar_header {
    padding: 2em 0 2em;
  }
  .calendar_header_title {
    font-size: 20px;
    letter-spacing: 0.0em;
  }
  .calendar_table td {
    height: 48px;
  }
  .calendar_week {
    background-size: 33px 16px;
    height: 48px;
  }
  .calendar_card {
    padding: 20px 0;
  }
  .calendar_card_logo {
    width: 40%;
  }
  .calendar_card_vs {
    font-size: 14px;
    font-size: 1.86667vw;
  }
  .calendar_note_list {
    padding: 1em 0;
  }
  .calendar_note_item {
    padding: 1em 0 1em 2em;
    font-size: 18px;
    font-size: 2.4vw;
  }
  .calendar .onair:after {
    font-size: 10px;
    line-height: 10px;
  }
  .calendar .onair:before {
    border-width: 0 0 24px 24px;
  }
}
/* matchcard
========================================== */
.matchcard_header {
  margin: auto;
  padding-bottom: 30px;
  max-width: 960px;
}
.matchcard_nav_list {
  display: flex;
  flex-flow: row wrap;
}
.matchcard_nav_tab {
  width: calc(100%/8);
}
.matchcard_nav_tab a {
  padding: 10px 0;
  display: block;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  transition: color 0.2s;
  opacity: 0.6;
}
.matchcard_nav_tab a:hover {
  color: #d20000;
  opacity: 1;
}
.matchcard_nav_tab a.-active {
  opacity: 1;
}
.matchcard_nav_tab:last-child a {
  border-right: 1px solid #dcdcdc;
}
.matchcard_nav_num {
  font-size: 20px;
  line-height: 1em;
}
.matchcard_nav_month {
  font-size: 16px;
  line-height: 1em;
}
.matchcard_cardbox {
  margin: auto;
  max-width: 960px;
  width: 96%;
  padding-bottom: 20px;
}

.cardbox {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: table;
  width: calc(100% - 2px);
}
.cardbox > div {
  display: table-cell;
  vertical-align: middle;
}
.cardbox_date {
  width: 8em;
}
.cardbox_vs {
  width: 10em;
}
.cardbox_icon {
  width: 80px;
}
.cardbox_day {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #4f4644;
}
.cardbox_day.-sun {
  color: #d20000;
}
.cardbox_day.-sat {
  color: #0065c1;
}
.cardbox_week {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  color: #4f4644;
}
.cardbox_week.-sun {
  color: #d20000;
}
.cardbox_week.-sat {
  color: #0065c1;
}
.cardbox_score {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #4f4644;
}
.cardbox_stadium {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  color: #4f4644;
}
.cardbox_text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  color: #4f4644;
}
.cardbox_onair_list {
  padding: 0 0.5em;
  display: block;
}
.cardbox_onair_time {
  display: inline;
  font-size: 14px;
  line-height: 1.4em;
  color: #4f4644;
}
.cardbox_onair_time.-ntv {
  display: block;
  color: #d20000;
}
.cardbox_onair_time.-ntv:after {
  color: #4f4644;
  display: none;
}
.cardbox_onair_time.-bs, .cardbox_onair_time.-cs {
  display: block;
}
.cardbox_onair_time.-bs:after, .cardbox_onair_time.-cs:after {
  display: none;
}
.cardbox_onair_time:after {
  content: "/";
  margin: 0 0.2em;
}
.cardbox_onair_time:last-child:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .matchcard_header {
    padding-bottom: 10px;
  }
  .matchcard_nav {
    overflow-x: scroll;
    width: 100%;
  }
  .matchcard_nav_list {
    min-width: 640px;
  }
  .matchcard_nav_num {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .matchcard_nav_month {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .matchcard_cardbox {
    padding-bottom: 2%;
  }

  .cardbox {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: flex-start;
  }
  .cardbox_date {
    flex-basis: 20%;
    text-align: center;
  }
  .cardbox_day {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .cardbox_week {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .cardbox_score {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .cardbox_stadium {
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .cardbox_text {
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .cardbox_icon {
    flex-basis: 60px;
  }
  .cardbox_icon img {
    width: 60px;
    height: auto;
  }
  .cardbox_onair {
    padding-bottom: 2%;
    width: 100%;
  }
  .cardbox_onair_list {
    padding: 0 1em;
  }
  .cardbox_onair_time {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}
