/* @override http://tbsch.kago.net/tbs-ch/item/s1846/item.css */
/*
 * item.css
 *
 */
/* !s9000 common
---------------------------------------------------------- */
.MonthlyancList,
.relatedBnrList {
  display: block;
  min-height: 1%;
}

.MonthlyancList::after,
.relatedBnrList::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .MonthlyancList,
* html .relatedBnrList {
  height: 1%;
  /*\*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#main {
  padding-top: 0;
  background: #f5f5f5;
}

#contents {
  width: 100%;
  padding-top: 0;
}

.mainVisual {
  position: relative;
  max-width: 1060px;
  width: 100%;
  height: 825px;
  /* max-height: 825px; */
  margin: auto;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 640px) {
  .mainVisual {
    height: 79.3vw;
  }
}

#mainVisualBox {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #1b3d8c;
}

#mainVisualBox.is-open  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #1b3d8c;
}

.mainImgItem {
  position: relative;
  overflow: hidden;
  width: 67.86667vw;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.is-show .mainImgItem:after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .2s cubic-bezier(.68,.16,.94,.58), background-color .2s cubic-bezier(.19, 1, .22, 1) .2s;
  transition: background-color .2s cubic-bezier(.19, 1, .22, 1) .2s, -webkit-transform .2s cubic-bezier(.68,.16,.94,.58);
  transition: transform .2s cubic-bezier(.68,.16,.94,.58), background-color .2s cubic-bezier(.19, 1, .22, 1) .2s;
}
.is-show .mainImgItem:nth-of-type(1):after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-show .mainImgItem:nth-of-type(2):after {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}
.is-show .mainImgItem:nth-of-type(3):after {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.is-show .mainImgItem:nth-of-type(4):after {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.mainImgItem:after, .is-show .mainImgItem:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.is-show.is-show-img .mainImgItem:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.is-show .mainItemInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mainItem01 .mainItemInner {
  background-image: url(img/img_main01.jpg);
}
.mainItem01:after {
  background-color: #1b3d8c;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.is-show .mainItem01 .mainItemInner {
  -webkit-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}
.is-show.is-show-img .mainItem01 .mainItemInner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainItem02 .mainItemInner {
  background-image: url(img/img_main02.jpg);
}
.mainItem02:after {
  background-color: #1b3d8c;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.is-show .mainItem02 .mainItemInner {
  -webkit-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
.is-show.is-show-img .mainItem02 .mainItemInner {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainItem03 .mainItemInner {
  background-image: url(img/img_main03.jpg);
}
.mainItem03:after {
  background-color: #1b3d8c;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.is-show .mainItem03 .mainItemInner {
  -webkit-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}
.is-show.is-show-img .mainItem03 .mainItemInner {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainItem04 .mainItemInner {
  background-image: url(img/img_main04.jpg);
}
.mainItem04:after {
  background-color: #1b3d8c;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.is-show .mainItem04 .mainItemInner {
  -webkit-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateY(5%);
  transform: translateY(-5%);
}
.is-show.is-show-img .mainItem04 .mainItemInner {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainImgTtl {
  position: relative;
  top: 600px;
  left: 0;
  width: 100%;
  height: 226px;
  margin: 0 auto;
  -webkit-transition: transform .33s cubic-bezier(.19, 1, .22, 1);
  transition: transform .33s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  transition-delay: .1s;
}
.mainImgTtl.is-show-ttl {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mainImgTtl .mainTtlInner {
  opacity: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-image: url(img/img_maintitle.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.mainImgTtl.is-show-ttl.is-show-ttlImg .mainTtlInner {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: ease-out .15s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mainImgTtl.is-show-ttl.is-show-ttlImg .mainTtlInner:after {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mainImgTtl {
    top: 73.2%;
    height: 21.33vw;
  }
.mainImgTtl.is-show-ttl {
    top: 73.2%;
}
}

.mainImgTtl h1 {
  text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.itemChannelinfo {
  padding-bottom: 60px;
  background-color: #1b3d8c;
}

.itemChannelinfo .bgBlue {
  padding: 48px 38px 56px;
  -webkit-transform: skew(0deg, -2.4deg);
  transform: skew(0deg, -2.4deg);
  background-image: url(/tbs-ch/item/s1846/img/bg_blue.gif);
  background-repeat: repeat;
}

.itemChannelinfo .itemCopy .itemFlex {
  display: flex;
  justify-content: left;
  align-items: center;
  -webkit-transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
  transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
}

.itemChannelinfo .itemCopy .itemChannelTxt {
  margin-bottom: 32px;
  margin-left: 19px;
}

.itemChannelinfo .itemCopy .itemChannelTxt img {
  width: 264px;
  height: auto;
}

.itemChannelinfo .itemCopy .itemMainlead01 {
  margin-bottom: 28px;
  margin-left: 40px;
}

.itemChannelinfo .itemCopy .itemMainlead01 .txt {
  font-size: 2.667rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
}

.itemChannelinfo .itemCopy .itemMainlead01 .txt>.emphasis {
  color: #ffe10e;
}

.itemChannelinfo .todayOnair {
  padding: 48px 15px;
  margin-bottom: 48px;
  -webkit-transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
  transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
  border: 3px solid #576381;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff;
  background-color: #0a1633;
  font-size: 30px;
  font-weight: bold;
}

.itemChannelinfo .todayTit {
  margin-bottom: 38px;
  text-align: center;
  font-weight: bold;
}

.itemChannelinfo .todayTit span {
  color: #ffe10e;
}

.itemChannelinfo .todayTeam {
  padding: 36px 15px 30px;
  margin-bottom: 42px;
  border-top: 2px solid #576381;
  border-bottom: 2px solid #576381;
}

.itemChannelinfo .todayTeam .itemFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.itemChannelinfo .todayTeam .itemFlex p {
  width: 40.3%;
  text-align: center;
}

.itemChannelinfo .todayTeam .itemFlex p:nth-child(2) {
  width: 19.4%;
}

.itemChannelinfo .todayTeam .itemFlex p:nth-child(4) {
  width: 100%;
  font-size: 18px;
}

.itemChannelinfo .todayTime {
  margin-bottom: 5px;
  text-align: center;
  color: #ffe10e;
}

.itemChannelinfo .todayCommentary {
  font-size: 16px;
  font-weight: normal;
}

.itemChannelinfo .todayCommentary .itemFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemChannelinfo .todayCommentary .itemFlex p:nth-child(2) {
  margin-left: 22px;
}

.itemChannelinfo .relatedInformation {
  -webkit-transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
  transform: skew(0deg, 2.4deg) translate3d(0, 0, 0);
}

.itemChannelinfo .relatedInformation>li {
  margin-bottom: 20px;
  padding: 0 20px 10px;
  font-size: 18px;
  border-bottom: 1px solid #576381;
}

.itemChannelinfo .relatedInformation>li>a {
  color: #f27e00;
}

.itemChannelinfo .relatedInformation>li>a:hover {
  text-decoration: underline !important;
}

.itemChannelinfo .relatedInformation>li>a:visited {
  color: #ad9b87;
}

.itemChannelHowto {
  padding: 52px 40px 75px;
  text-align: center;
  background-color: #fff;
}

.HowtoWrap {
  padding: 13px 10px 6px;
  background-image: url(/tbs-ch/item/s1846/img/bg_plan.gif);
  background-repeat: repeat;
  border: 4px solid #ced3d9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.Howtotit img {
  width: 343px;
  margin-bottom: 10px;
}

.Howtoinfo ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.Howtoinfo li {
  margin: 10px;
}

.HowtoWrap p {
  margin-top: 26px;
  text-align: right;
}

.MonthlyancNav {
  margin: -25px 0 60px;
}

.Monthlyanc {
  padding: 0 40px 0 44px;
}

.Monthlyanctit {
  margin-bottom: 25px;
  padding: 0 40px;
}

.Monthlyanctit h2{
  padding: 4px 0;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  background: #00428e;
  border: 4px solid #0096e0;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-sizing: border-box;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem {
  position: relative;
  float: left;
  width: 81px;
  text-align: center;
  background: #d5dae0;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem.current {
  background: #0097e0;
  width: 81px;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem.current>a,
.Monthlyanc .MonthlyancList .MonthlyancListItem.current>.disable {
  position: relative;
  border-left: none;
  color: #fff;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem>a,
.Monthlyanc .MonthlyancList .MonthlyancListItem>.disable {
  display: block;
  width: inherit;
  padding: 19px 0;
  font-size: 18.5px;
  border-left: solid 2px #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem.current+.MonthlyancListItem>a,
.Monthlyanc .MonthlyancList .MonthlyancListItem.current+.MonthlyancListItem>.disable {
  border-left-color: transparent;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem>.disable {
  color: #959595;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem:first-child a {
  border-left: none;
}

.Monthlyanc .MonthlyancList .MonthlyancListItem.current>a::after,
.Monthlyanc .MonthlyancList .MonthlyancListItem.current>.disable::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid #0097e0;
}

.itemMonthlyList {
  margin-bottom: 8px;
  text-align: center;
  border-bottom:
}

.itemMonthlyList .tit {
  padding: 0 10px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #ced3d9;
  position: relative;
}

.itemMonthlyList .tit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #00428e;
  bottom: -2px;
  left: 43%;
  width: 14%;
}

.itemMonthlyListAreaWrap {
  padding: 0 40px;
}

.itemMonthlyListArea {
  margin-bottom: 55px;
  padding: 0 16px;
}

.itemMonthlyListArea:last-of-type {
  margin-bottom: 0;
}

.serviceGuide {
  margin-top: -40px;
  padding: 0 16px 25px;
}

.serviceGuide .serviceGuideTxt {
  line-height: 1.8;
}

.serviceGuide .serviceGuideTxt+.serviceGuideNote {
  margin-bottom: 19px;
}

.relatedBnr {
  /* display: none; */
  margin-bottom: 23px;
  padding: 5px 100px 28px;
  background: #d5dae0;
}

.relatedBnr .txt {
  padding-bottom: 5px;
  font-size: 13px;
  color: #0097e0;
}

.relatedBnrList li {
  float: left;
  margin-right: 9px;
  width: 206px;
}

.relatedBnrList li:last-child {
  margin-right: 0;
}

.relatedBnrList li a img {
  width: 100%;
  height: auto;
}

.prohibitedMatterTxt {
  margin-bottom: -26px;
  padding-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

.itemContentsWrap01 {
  text-align: left;
  color: #3a3c3e;
}

.itemCalendar01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.itemCalendar01 th {
  padding: 0 0px 0px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.itemCalendar01 th .thBorder {
  padding-bottom: 5px;
  border-bottom: 5px solid #bbc6d3;
  border-bottom-color: #003f8d;
}

.itemCalendar01 th.satday {
  color: #0864c3;
}

.itemCalendar01 th.satday .thBorder {
  border-bottom-color: #0864c3;
}

.itemCalendar01 th.sunday {
  border-bottom-color: #ef0065;
  color: #ef0065;
}

.itemCalendar01 th.sunday .thBorder {
  border-bottom-color: #ef0065;
}

.itemCalendar01 td {
  border-left: 1px solid #bbc6d3;
  border-bottom: 1px solid #bbc6d3;
  border-top: none;
  height: 210px;
  vertical-align: top;
  background: #fff;
}

.itemCalendar01 td:last-child {
  border-right: 1px solid #c7ced9;
}

.itemCalendar01 td .dayText {
  padding: 5px 6px 0;
  font-size: 16px;
  font-weight: bold;
}

.itemCalendar01 td.satday .dayText {
  color: #156eeb;
}

.itemCalendar01 td.sunday .dayText,
.itemCalendar01 td.holiday .dayText {
  color: #e02832;
}

.itemCalendar01 td.otherMonth .dayText {
  background: none;
  color: #ccc;
}

.itemCalendar01 td .dayText .days {
  display: none;
}

.itemEventList01 {
  overflow: hidden;
  padding: 4px 6px 0;
}

.itemCalendar01 tbody tr:first-child td .itemEventDays {
  border-top: 1px solid #c7ced9;
}

.itemCalendar01 .itemEventDetail {
  padding: 0 6px;
}

.itemCalendar01 .matchTeamTxt {
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.itemCalendar01 .matchTeamTxt.dragons { background: #00418d;}
.itemCalendar01 .matchTeamTxt.carp { background: #e50012;}
.itemCalendar01 .matchTeamTxt.giants { background: #f97709;}
.itemCalendar01 .matchTeamTxt.tigers { background: #ffe201; color: #000;}
.itemCalendar01 .matchTeamTxt.swallows { background: #1eb05d;}
.itemCalendar01 .matchTeamTxt.fighters { background: #c7b173;}
.itemCalendar01 .matchTeamTxt.eagles { background: #870010;}
.itemCalendar01 .matchTeamTxt.lions { background: #0290d6;}
.itemCalendar01 .matchTeamTxt.hawks { background: #f9ca00; color: #000;}
.itemCalendar01 .matchTeamTxt.marines { background: #221815;}
.itemCalendar01 .matchTeamTxt.buffaloes { background: #b08f32; color: #000;}

.matchTeamCell {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.itemCalendar01 .placeTxt {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #333;
  text-align: center;
}

.itemCalendar01 .matchDate {
  margin-bottom: 5px;
  font-size: 10px;
  text-align: center;
}

.itemCalendar01 .tagChannel {
  text-align: center;
  line-height: 1.5;
}

.itemCalendar01 .tagChannel img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}

.itemCalendar01 .broadcast {
  font-size: 10px;
  font-weight: bold;
  margin: 0 -5px;
  line-height: 1.3;
}

.itemCalendar01 .liveCondition,
.itemCalendar01 .commentary {
  font-size: 10px;
  font-weight: bold;
}

.itemCalendar01 .liveCondition {
  margin-top: 6px;
}

.itemCalendar01 .commentary {
  margin: 2px 0 4px;
}

.itemCalendar01 .broadcast>span {
  font-size: 14px;
}

.itemCalendar01 .highlight {
  margin-top: 12px;
  padding-bottom: 18px;
}

.itemCalendar01 .highlight .highlightTit {
  display: inline-block;
  padding: 1px 2px 0;
  background: #f39800;
  color: #fff;
  font-size: 10px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.itemCalendar01 .highlight .highlightText {
  font-size: 10px;
}

/* 地上波放送情報
----------------------------- */
.itemCalendar01 .terrestrial {
  padding-top: 14px;
  padding-bottom: 40px;
  margin-top: 14px;
  border-top: 1px dotted #7d7d7d;
}

.itemCalendar01 .tagTbs {
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.5;
}

.itemCalendar01 .tagTbs img {
  width: 34px;
  height: auto;
  vertical-align: bottom;
}

.itemCalendar01 .terrestrial .broadcast {
  margin-bottom: 6px;
  color: #0073cf;
}

.itemCalendar01 .proviso {
  font-size: 10px;
  text-align: center;
}

#page-top-s1846 {
  position: fixed;
  right: 13px;
  bottom: 10px;
}

#page-top-s1846 img {
  width: 61px;
  height: auto;
}

/* !display
---------------------------------------------------------- */
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp_inl {
  display: none;
}

.pc_inl {
  display: inline;
}

@media screen and (max-width: 640px) {

  /* !s9000 common
---------------------------------------------------------- */
  #header {
    position: static;
    margin-bottom: 0;
    border-bottom: none;
  }

  .itemContentsWrap01 {
    border-top: 1px solid #828282;
    padding: 0;
    text-align: left;
  }

  .itemMainimg01 img {
    width: 100%;
    height: auto;
  }

  .Monthlyanctit {
    margin-bottom: 45px;
    padding: 0 40px;
  }

  .itemCalendar01 {
    width: 100%;
    table-layout: auto;
    border-bottom: 1px solid #c7ced9;
  }

  .itemCalendar01 thead {
    display: none;
  }

  .itemCalendar01 tr {
    display: block;
    float: left;
    width: 100%;
  }

  .itemCalendar01 td {
    display: table;
    border: none;
    border-top: 1px solid #ced3d9;
    height: auto;
    width: 100%;
    vertical-align: top;
  }

  .itemCalendar01 td.otherMonth {
    display: none;
  }

  .itemCalendar01 td .dayText {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 4px 0;
    width: 45px;
    height: inherit;
    color: #333;
    border-right: solid 4px #00428e;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .itemCalendar01 .satday .dayText {
    border-right: solid 4px #0d6fb8;
    color: #0d6fb8;
  }

  .itemCalendar01 .sunday .dayText,
  .itemCalendar01 .holiday .dayText {
    border-right: solid 4px #e02832;
  }

  .itemCalendar01 td:last-child {
    border-right: none;
  }

  .itemCalendar01 td .saturday .days {
    color: #0d6fb8;
  }

  .itemCalendar01 td .sunday {
    color: #fc0000;
  }

  .itemCalendar01 td .sunday .days {
    color: #fc0000;
  }

  .itemCalendar01 td.otherMonth .dayText {
    background: none;
  }

  .itemCalendar01 td .dayText .month {
    display: none;
  }

  .itemCalendar01 td .dayText .days {
    display: block;
    font-size: 10px;
    line-height: 1.2;
  }

  .itemEventList01 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
    vertical-align: middle;
  }

.itemChannelinfo {
  padding-bottom: 35px;
  background-color: #1b3d8c;
}

  .itemChannelinfo .itemCopy .itemFlex {
    display: block;
  }

  .itemChannelinfo .itemCopy .itemChannelTxt {
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }

  .itemChannelinfo .itemCopy .itemChannelTxt h2 {
    padding: 10px 0;
  }

  .itemChannelinfo .itemCopy .itemChannelTxt img {
    width: 170px;
    height: auto;
  }

  .itemChannelinfo .itemCopy .itemMainlead01 {
    margin-bottom: 22px;
    margin-left: 0;
    padding: 0;
  }

  .itemChannelinfo .itemCopy .itemMainlead01 .txt {
    font-size: 8.164vw;
    text-align: center;
    letter-spacing: -.02em;
  }

  .itemChannelinfo .bgBlue {
    padding: 22px 3.8% 25px;
  }

  .itemChannelinfo .todayOnair {
    padding: 23px 14px 20px;
    margin-bottom: 44px;
    border: 2px solid #576381;
    font-size: 20px;
  }

  .itemChannelinfo .todayTit {
    margin-bottom: 12px;
  }

  .itemChannelinfo .todayTeam {
    padding: 17px 15px 15px;
    margin-bottom: 12px;
    border-top: 2px solid #576381;
    border-bottom: 2px solid #576381;
  }

  .itemChannelinfo .todayTeam .itemFlex {
    display: block;
  }

  .itemChannelinfo .todayTeam .itemFlex p {
    width: 100%;
  }

  .itemChannelinfo .todayTeam .itemFlex p:nth-child(2) {
    width: 100%;
  }

  .itemChannelinfo .todayTeam .itemFlex p:nth-child(4) {
    font-size: 14px;
  }

  .itemChannelinfo .todayTime {
    margin-bottom: 5px;
    text-align: center;
  }

  .itemChannelinfo .todayCommentary {
    font-size: 18px;
    font-weight: normal;
  }

  .itemChannelinfo .todayCommentary .itemFlex p:nth-child(2) {
    margin-left: 22px;
  }

  .relatedInformation>li {
    padding: 0 15px 6px;
    margin: 0 -10px 15px;
    font-size: 12px;
  }

  .itemChannelHowto {
    padding: 34px 5px 55px;
  }

  .HowtoWrap {
    padding: 12px 5px 6px;
    border: 3px solid #ced3d9;
  }

  .Howtotit img {
    width: 222px;
    margin-bottom: 15px;
  }

  .Howtoinfo ul {
    display: block;
  }

  .Howtoinfo li {
    margin: 0 auto 6px;
  }

  .Howtoinfo li:nth-of-type(4) {
    margin-bottom: 12px;
  }

  .Howtoinfo li img {
    width: 100%;
  }

  .HowtoWrap p {
    margin-top: 18px;
    font-size: 11px;
    text-align: center;
  }

  .MonthlyancNav {
    margin: -20px 0 45px;
  }

  .Monthlyanctit {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .Monthlyanctit h2 {
    font-size: 17px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: 3px solid #0096e0;
  }

  .Monthlyanc {
    padding: 0 5px 0;
  }

  .Monthlyanc .MonthlyancList {
    overflow: hidden;
    padding: 0;
    background: #d5dae0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem {
    width: 16.7%;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:first-child,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(7) {
    width: 16.6%;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(6),
  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child {
    width: 16.6%;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(6) a,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child a,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child .disable {
    padding-left: 0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem.current+.MonthlyancListItem::before {
    display: block;
    content: "";
    width: 1px;
    height: 51px;
    background: #0097e0;
    position: absolute;
    left: 0;
    top: -1px;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem.current:nth-child(6).current+.MonthlyancListItem::before {
    display: none;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem.current {
    width: 16.7%;
    border-bottom: solid 1px #0097e0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:first-child.current,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(7).current,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(6).current,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child.current {
    width: 16.6%;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):first-child,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):nth-child(2),
  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):nth-child(3),
  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):nth-child(4),
  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):nth-child(5),
  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current):nth-child(6) {
    border-bottom: solid 1px #fff;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:not(.current).borderTypeBlue {
    border-bottom: solid 1px #0097e0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:first-child.current::before,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(7).current::before {
    display: block;
    content: "";
    width: 6px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -6px;
    background: #0097e0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(7).current::before {
    top: -1px;
    height: 51px;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(6).current::before,
  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child.current::before {
    display: block;
    content: "";
    width: 6px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -6px;
    background: #0097e0;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:last-child.current::before {
    top: -1px;
    height: 51px;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem:nth-child(7)>a {
    border-left: none;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem>a,
  .Monthlyanc .MonthlyancList .MonthlyancListItem>.disable {
    display: block;
    width: auto;
    padding: 14px 0;
    font-size: 14px;
    border-left: solid 1px #fff;
    font-weight: bold;
  }

  .Monthlyanc .MonthlyancList .MonthlyancListItem.current>a::after,
  .Monthlyanc .MonthlyancList .MonthlyancListItem.current>.disable::after {
    display: none;
  }

  .itemMonthlyList {
    margin-bottom: 20px;
    padding: 0;
  }

  .itemMonthlyList .tit {
    width: 100%;
    margin: auto;
    padding: 0;
    font-size: 23px;
    line-height: 1.3;
  }

  .itemMonthlyList .tit::after {
    border-bottom: solid 2px #00428e;
    bottom: -2px;
    left: 34.5%;
    width: 31.25%;
  }

  .itemMonthlyListAreaWrap {
    padding: 0;
  }

  .itemMonthlyListArea {
    margin-bottom: 33px;
    padding: 0 5px;
  }

  .serviceGuide {
    margin-top: -10px;
    padding: 0 5px 25px;
  }

  .serviceGuide .serviceGuideTxt,
  .serviceGuide .serviceGuideNote {
    font-size: 10px;
    line-height: 1.5;
  }

  .relatedBnr {
    margin-bottom: 12px;
    padding: 5px 5px 20px;
  }

  .relatedBnr .txt {
    font-size: 10px;
  }

  .relatedBnrList li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .relatedBnrList li a {
    margin-right: 0;
  }

  .relatedBnrList li a img {
    margin: 0;
    width: 100%;
  }

  .prohibitedMatterTxt {
    margin-bottom: 0;
  }

  .js-acc-trigger::before,
  .js-acc-trigger::after {
    display: block;
    content: "";
    position: absolute;
    background: #acc6e6;
  }

  .js-acc-trigger::before {
    top: 17px;
    right: 16px;
    width: 4px;
    height: 14px;
  }

  .js-acc-trigger::after {
    top: 22px;
    right: 11px;
    width: 14px;
    height: 4px;
  }

  .js-acc-trigger.active::before {
    visibility: hidden;
  }

  .js-acc-trigger.active::after {
    background: #e3dcaa;
  }

  .itemEventDays {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 52px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #ced3d9;
    border-right: 1px solid #ced3d9;
  }

  .itemCalendar01 tbody tr:first-child td .itemEventDays {
    border-top: none;
  }

  .itemCalendar01 .itemEventDetail {
    display: none;
    padding: 10px 6px 13px 18px;
    background: #e4e9f0;
    border-left: 1px solid #ced3d9;
    border-right: 1px solid #ced3d9;
  }

  .itemCalendar01 .itemEventDetail.colorType02 {
    background: #e4e9f0;
  }

  .itemCalendar01 .matchTeamTxt {
    display: inline-block;
    margin-right: 3px;
    padding: 0 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 22px
  }

  .itemCalendar01 .matchTeamCell {
    display: table-cell;
    vertical-align: middle;
  }

  .itemCalendar01 .itemEventSchedule {
    display: table-cell;
    vertical-align: middle;
  }

  .itemCalendar01 .tagChannel {
    /* margin-top: 8px; */
    text-align: left;
  }

  .itemCalendar01 .tagChannel img {
    width: 90px;
  }

  .itemCalendar01 .broadcast {
    font-size: 12px;
    font-weight: normal;
  }

  .itemCalendar01 .broadcast>span {
    font-weight: bold;
  }

  .itemCalendar01 .highlight {
    margin-top: 23px;
    padding-bottom: 0;
  }

  .itemCalendar01 .highlight .highlightTit {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .itemCalendar01 .highlight .highlightText {
    font-size: 12px;
  }

  .itemCalendar01 .liveCondition,
  .itemCalendar01 .commentary {
    font-size: 12px;
    font-weight: normal;
  }

  .itemCalendar01 .liveCondition {
    margin-top: 0;
  }

  .itemCalendar01 .placeTxt {
    margin-top: 0;
  }

  .itemCalendar01 .matchDate {
    margin-bottom: 0;
  }

/* 地上波放送情報
----------------------------- */
  .itemCalendar01 .terrestrial {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .itemCalendar01 .tagTbs {
    text-align: left;
  }

  .itemCalendar01 .tagTbs img {
    width: 30px;
  }

  .itemCalendar01 .terrestrial .broadcast {
    margin-bottom: 4px;
  }

  .itemCalendar01 .proviso {
    font-size: 12px;
    text-align: left;
  }

  #page-top-s1846 {
    position: fixed;
    right: 13px;
    bottom: 10px;
  }

  #page-top-s1846 img {
    width: 61px;
    height: auto;
  }

  #page-top-s1846 {
    z-index: 9998;
  }

  .pageTopBtn {
    visibility: hidden;
  }

  /* !display
---------------------------------------------------------- */
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .sp_inl {
    display: inline;
  }

  .pc_inl {
    display: none;
  }
}

  /* 野球ページ　アンカーリンクの表示位置調整 */
@media screen and (max-width: 640px) {
  #List_1, #List_2, #List_3, #List_4, #List_5, #List_6, #List_7, #List_8, #List_9, #List_10, #List_11, #List_12 {
    padding-top: 48px;
    margin-top: -51px;
  }
}

  /* SP用関連リンクバナーを表示させる際は、下記をdisplay: block;に変更してください */
@media screen and (max-width: 640px) {
  .relatedBnr {
    display: block;
  }
}
