@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 13px;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* BASE-SET */
body {
  font-size: 13px;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  background-color: #f5f5f5;
}

.c-hd1 {
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

.c-hd1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  background: #222f60;
  background: radial-gradient(circle, #222f60 0%, #616c8a 48%, #222f60 100%);
}

.c-hd2 {
  font-size: 1.2rem;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}

.c-fontSmall {
  font-size: 0.8rem;
}

.c-hd3 {
  font-size: 1.2rem;
  padding: 10px;
  border-bottom: #f5f5f5 1px solid;
  background: #fff;
}

/*アイコン付きタイトル*/
.c-myList-title {
  line-height: 30px;
  position: relative;
  padding-left: 35px;
  width: 100%;
  border-bottom: #ccc 2px solid;
  margin-bottom: 10px;
  margin-left: 10px;
  background-image: url("../../img/pc/icon_myListAct.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 30px auto;
}

/*ボタンリスト*/
.c-btnList {
  margin-bottom: 40px;
}
.c-btnList a {
  display: block;
  padding: 13px 20px;
  color: #191919;
}
.c-btnList > * {
  box-sizing: border-box;
  width: 100%;
  display: block;
  background: #fff;
  text-align: center;
  color: #191919;
  border-bottom: #f5f5f5 2px solid;
  margin-top: -1px;
}
.c-btnList > *:first-child {
  margin-top: 0;
}
.c-btnList > *:last-child {
  border-bottom: none;
}

/*ボタンリスト2*/
.c-btnList2 li {
  width: calc(100% - 20px);
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 13px 20px;
  background: #fff;
  text-align: center;
  color: #191919;
  margin-bottom: 10px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-btnList2 li.is-noLink {
  background: #999;
  box-shadow: none;
  border: none;
}
.c-btnList2 a {
  display: block;
}

.c-item .nonAct.is-view {
  display: block;
}

.c-item .nonAct {
  display: none;
}

/*横並び可変幅ボタンリスト2*/
.c-btnList3 {
  display: flex;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.c-btnList3 li {
  box-sizing: border-box;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 13px 20px;
  background: #fff;
  text-align: center;
  color: #191919;
  margin-bottom: 10px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
.c-btnList3 li.is-noLink {
  background: #999;
  box-shadow: none;
  border: none;
}
.c-btnList3 a {
  display: block;
}

/*タイトル付きボタンリスト*/
.c-btnDiclist {
  background: #fff;
  border-radius: 5px;
  width: calc(20% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-btnDiclist .c-btnDiclist-title {
  box-sizing: border-box;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 13px 20px;
  display: block;
  background: #fff;
  text-align: center;
  color: #191919;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-btnDiclist ul {
  margin-top: -1px;
  width: 100%;
  border: 1px #ccc solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.c-btnDiclist ul li {
  text-align: center;
  vertical-align: middle;
  border-top: none;
}
.c-btnDiclist ul a {
  display: block;
  width: 100%;
  padding: 15px 0;
}

/*番組リスト*/
.c-progList {
  background: #fff;
  border-top: #efefef 1px solid;
}
.c-progList a {
  display: block;
  padding: 10px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: #efefef 1px solid;
  color: #191919;
}
.c-progList-detail {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
.c-progList-time {
  display: block;
}
.c-progList-channel {
  display: block;
}
.c-progList-btnArea {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.c-progList-btnDelete {
  display: inline-block;
  padding-right: 5px;
}
.c-progList-btnCalender {
  display: inline-block;
  background: #fff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  padding: 3px;
}
.c-progList-more a {
  display: block;
  padding: 10px;
  text-align: center;
}

/*サムネイル付きリスト*/
.c-smnlList {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.c-smnlList img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.c-smnlList img.icon {
  height: 1em;
  width: auto;
  vertical-align: text-top;
  padding-right: 3px;
}
.c-smnlList a {
  color: #191919;
}
.c-smnlList > *, .c-smnlList-cell {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
  display: table;
}
.c-smnlList-img {
  width: 120px;
  display: table-cell;
  border: #f5f5f5 1px solid;
}
.c-smnlList-data {
  display: table-cell;
  text-align: justify;
  vertical-align: top;
  padding-left: 10px;
}
.c-smnlList-data dt {
  margin-bottom: 5px;
  line-height: 1.3;
  padding: 5px;
}
.c-smnlList-data dt a {
  color: #191919;
}
.c-smnlList-data dd {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.5;
}
.c-smnlList-icon {
  text-align: right;
  padding-right: 5px;
}
.c-smnlList-icon img {
  width: auto;
  height: 1em;
  vertical-align: text-top;
}
.c-smnlList-more {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  text-align: center;
  border-top: #f5f5f5 1px solid;
}
.c-smnlList-more a {
  padding: 10px;
  display: block;
  color: #191919;
}
.c-smnlList-news li {
  padding-bottom: 0;
}
.c-smnlList-news .c-smnlList-cell {
  box-sizing: border-box;
  border-bottom: #f5f5f5 1px solid;
  padding: 5px;
  min-height: 63px;
}
.c-smnlList-news .c-smnlList-img {
  width: 71px;
  height: 50px;
  display: table-cell;
  background-color: #999;
  overflow: hidden;
  text-align: center;
}
.c-smnlList-news .c-smnlList-img img {
  margin: 0;
  max-width: 71px;
  max-height: 50px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.c-smnlList-news .c-smnlList-data {
  vertical-align: middle;
}
.c-smnlList-news .c-smnlList-more {
  border-top: none;
  padding-bottom: 5px;
}
.c-smnlList-program .c-smnlList-cell {
  box-sizing: border-box;
  border-bottom: #efefef 1px solid;
  padding: 5px 0;
}
.c-smnlList-program .c-smnlList-cell > a {
  padding: 10px;
  display: block;
}
.c-smnlList-program .c-smnlList-img {
  vertical-align: middle;
  border: none;
}
.c-smnlList-program .c-smnlList-data {
  vertical-align: middle;
}
.c-smnlList-program .nonAct {
  display: none;
}
.c-smnlList-cast .c-smnlList-cell {
  box-sizing: border-box;
  border-bottom: #efefef 1px solid;
  padding: 5px 0;
}
.c-smnlList-cast .c-smnlList-img {
  vertical-align: middle;
  border: none;
  width: 80px;
}
.c-smnlList-cast .c-smnlList-img img {
  width: 70px;
  height: auto;
}
.c-smnlList-cast .c-smnlList-data {
  vertical-align: middle;
  font-weight: bold;
}
.c-smnlList.c-smnlList-nomalList {
  padding-top: 10px;
}
.c-smnlList.c-smnlList-nomalList .c-smnlList-cell {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.c-moreBtn.is-open:before {
  transform: rotate(180deg);
}

/*2幅リスト*/
.c-list2w {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.c-list2w ul {
  overflow: hidden;
  box-sizing: border-box;
  border-top: #f5f5f5 1px solid;
}
.c-list2w li {
  width: 50%;
  float: left;
  display: table;
  text-align: center;
  box-sizing: border-box;
  border-top: #f5f5f5 1px solid;
}
.c-list2w a {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  color: #191919;
}
.c-list2w a {
  padding: 10px 0;
}
.c-list2w li:nth-child(2n) {
  border-left: #f5f5f5 1px solid;
}

/*4幅リスト*/
.c-list4w {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.c-list4w ul {
  overflow: hidden;
  box-sizing: border-box;
  border-top: #f5f5f5 1px solid;
}
.c-list4w li {
  width: 25%;
  float: left;
  display: table;
  text-align: center;
  box-sizing: border-box;
  border-top: #f5f5f5 1px solid;
}
.c-list4w a {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  color: #191919;
}
.c-list4w a {
  height: 3em;
}
.c-list4w li:nth-child(1n),
.c-list4w li:nth-child(2n),
.c-list4w li:nth-child(3n) {
  border-left: #f5f5f5 1px solid;
}

.c-btnListCiecle {
  overflow: scroll;
  width: 100%;
  height: 66px;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-btnListCiecle-inBox {
  width: 1225px;
  height: 50px;
}
.c-btnListCiecle-inBox li {
  float: left;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  background: #fff;
  text-align: center;
  line-height: 44px;
  margin-left: 5px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-btnListCiecle-inBox li.is-act {
  position: relative;
  background: #f2ce35;
  color: #fff;
}
.c-btnListCiecle-inBox li.is-act:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  content: "";
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #f2ce35 transparent transparent transparent;
}

/*アイコンリストリスト*/
.c-iconList > * {
  overflow: hidden;
  padding-bottom: 5px;
}
.c-iconList img {
  width: 70px;
  height: 70px;
}
.c-iconList-imgList {
  display: table;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.c-iconList-imgList > * {
  display: table-cell;
  vertical-align: middle;
}
.c-iconList-data {
  margin-left: 58px;
  padding-left: 10px;
  width: calc(100% - 70px);
}
.c-iconList-data dt {
  font-weight: bold;
}
.c-iconList-data dt,
.c-iconList-data dd {
  display: inline !important;
  padding: 0;
}

.c-iconList2 {
  background: #fff;
  padding: 10px;
}
.c-iconList2 a {
  color: #191919;
  display: block;
}
.c-iconList2 a:hover {
  background: #efefef;
}
.c-iconList2-cell {
  display: table;
  min-height: 72px;
  width: 100%;
}
.c-iconList2-img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  padding: 5px;
}
.c-iconList2-img img {
  width: 70px;
  height: 70px;
  vertical-align: bottom;
}
.c-iconList2-data {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.c-iconList3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-iconList3 a {
  width: 80px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.c-iconList3-imgList img {
  width: 70px;
  height: 70px;
  display: block;
}
.c-iconList3-noLink {
  display: inline-block;
  color: #191919;
}

.l-footerList {
  margin-bottom: 40px;
}

.js-clickPrev,
.js-clickNext,
.l-trend-twBtn,
.js-accodionBtn,
.c-progList-btnDelete,
.c-progList-btnCalender,
.c-myCastcell-btnDlt {
  cursor: pointer;
}

/*次へ前へボタン*/
.c-prevNextBtn {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 10px;
}
.c-prevNextBtn > * {
  position: relative;
  color: #fff;
}
.c-prevNextBtn > *:first-of-type {
  float: left;
  padding: 5px 15px;
  border-radius: 50px;
  background: #222f60;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-prevNextBtn > *:first-of-type:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 14px solid #222f60;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: calc(50% - 8px);
  left: -9px;
}
.c-prevNextBtn > *:last-of-type {
  float: right;
  padding: 5px 15px;
  border-radius: 50px;
  background: #222f60;
  margin-bottom: 10px;
  margin-right: 20px;
  color: #fff;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-prevNextBtn > *:last-of-type:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 14px solid #222f60;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: calc(50% - 8px);
  right: -9px;
}

/*もっと見るボタン*/
.c-moreBtn {
  position: relative;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
}
.c-moreBtn:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  position: absolute;
  bottom: calc(50% - 3px);
  left: calc(50% - 4em);
  margin-left: 3px;
  transition: all 0.2s ease-in-out;
}
.c-moreBtn.js-open:before {
  transform: rotate(180deg);
}
.c-moreBtn-underArrow {
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.c-moreBtn-underArrow > * {
  margin: 0 auto;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #aaa #aaa transparent transparent;
  transform: rotate(135deg);
}

.c-btnTriangle {
  position: relative;
  text-indent: -99999px;
  border-top: #efefef 1px solid;
  padding-top: 10px;
}
.c-btnTriangle:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #aaa transparent transparent transparent;
  transition: all 0.2s ease-in-out;
}

/*180度三角形を回転、js処理未記載*/
.c-btnTriangle.is-open:before {
  transform: rotate(180deg);
}

/*マイリスト*/
.c-myList {
  position: relative;
  padding: 20px;
  text-align: right;
  padding-right: 55px;
}
.c-myList-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}
.c-myList-btn:before {
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(207, 70, 106, 0.3);
  display: block;
  right: 2px;
  top: -9px;
  position: absolute;
  border: #cf466a 1px solid;
  transform: scale(0);
}
.c-myList-btn.is-tap:before {
  animation: myListTapAnimation 0.5s ease 0s;
}
.c-myList-btn:after {
  position: absolute;
  content: " ";
  right: 12px;
  top: 4px;
  background-image: url(../../img/pc/icon_myList.svg);
  width: 23px;
  height: 23px;
  background-size: 22px auto;
  background-color: transparent;
  background-repeat: no-repeat;
}
.c-myList-btn.is-tap:after {
  background-image: url(../../img/pc/icon_myLists.svg);
  width: 23px;
  height: 23px;
  background-size: 22px auto;
}

@keyframes myListTapAnimation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*検索ボタン*/
.c-searchBtn-Icon {
  text-indent: -99999px;
  background-image: url(../../img/pc/icon_search.svg);
  background-color: transparent;
  border: none;
  width: 40px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}

/*バツ閉じるボタン*/
.c-btnClose {
  background: #fff;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-btnClose-icon {
  position: relative;
}
.c-btnClose-icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #212121;
  transform: rotate(45deg) translate(23px, 5px);
}
.c-btnClose-icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #212121;
  transform: rotate(-45deg) translate(-4px, 21px);
}

/*横並びボタン*/
.c-timeBtnList li {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
}
.c-timeBtnList li:nth-child(1) {
  position: relative;
}
.c-timeBtnList li:nth-child(1):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  position: absolute;
  bottom: calc(50% - 3px);
  right: 15px;
  margin-left: 3px;
}
.c-timeBtnList li:last-child {
  padding-right: 0;
}
.c-timeBtnList a, .c-timeBtnList select {
  color: #191919;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-timeBtnList select {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 30px;
}

.c-timeBtnList2 {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.c-timeBtnList2 li {
  float: left;
  width: 20%;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.c-timeBtnList2 .is-noLink {
  color: #191919;
  width: calc(20% - 10px);
  background: #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.c-timeBtnList2 a {
  color: #191919;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-timeBtnList2 .is-act {
  background: #f2ce35;
}

/*スライドボタン*/
.c-slideBtn {
  width: calc(100% - 40px);
  position: relative;
  margin-left: 20px;
}
.c-slideBtn li {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.c-slideBtn a {
  color: #191919;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-height: 20px;
}
.c-slideBtn .is-act {
  background: #f2ce35;
}
.c-slideBtn .slick-prev {
  display: block;
  background: #ccc;
  border-radius: 1px;
  padding: 10px 0;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 0;
  top: 0;
  height: 1.6em;
  box-sizing: content-box;
  width: 20px;
}
.c-slideBtn .slick-prev:after {
  top: calc(50% - 5px);
  right: 2px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #191919;
  border-left: 2px solid #191919;
}
.c-slideBtn .slick-next {
  display: block;
  background: #ccc;
  border-radius: 1px;
  padding: 10px 0;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 0;
  top: 0;
  height: 1.6em;
  box-sizing: content-box;
  width: 20px;
}
.c-slideBtn .slick-next:after {
  top: calc(50% - 5px);
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #191919;
  border-right: 2px solid #191919;
}

/*検索ボックス*/
.c-searchBox-searchIcon {
  position: absolute;
  top: 10px;
  right: 50px;
}
.c-searchBox > form {
  display: block;
  border: #ccc 1px solid;
  border-radius: 44px;
  overflow: hidden;
  background: #fff;
}
.c-searchBox input[type=text] {
  width: calc(100% - 56px);
  float: left;
  padding: 8px;
  height: 28px;
  border: none;
}
.c-searchBox input[type=submit] {
  float: right;
  height: 44px;
}

/*selectBox*/
.c-selectBox {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  padding-right: 33px;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  position: relative;
}
.c-selectBox:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  position: absolute;
  bottom: calc(50% - 3px);
  right: 5px;
  margin-left: 3px;
}
.c-selectBox select {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 1em;
}
.c-selectBox.c-selectBoxSingle {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
}
.c-selectBox.c-selectBoxSingle:after {
  right: 15px;
}

.c-selectBox-nomal {
  float: left;
  margin-right: 10px;
}

.c-selectBtn {
  display: inline-block;
}
.c-selectBtn li {
  vertical-align: middle;
}
.c-selectBtn a {
  display: inline-block;
  color: #191919;
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  position: relative;
  text-align: center;
  padding: 11px 20px;
}

/*ポップアップ*/
.is-viewOvewLay {
  position: fixed;
}

.is-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.is-popup {
  width: 300px;
  left: calc(50% - 150px);
  top: 5%;
  overflow: scroll;
  max-height: 80vh;
  position: absolute;
  z-index: 10001;
}

/*リンクマーク*/
.c-linkIcon {
  position: relative;
}

.c-linkIcon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}

.c-linkBtn {
  position: relative;
}

.c-linkBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*フォント色*/
.c-fontGray {
  color: #666666;
}

.c-myCastcell {
  background: #fff;
  border-bottom: #f5f5f5 2px solid;
}
.c-myCastcell-title {
  width: calc(100% - 20px);
  margin: 0 auto;
  border-bottom: #f5f5f5 1px solid;
  padding-bottom: 10px;
  padding-top: 10px;
  display: table;
}
.c-myCastcell-img {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.c-myCastcell-name {
  display: table-cell;
  vertical-align: middle;
}
.c-myCastcell-btnDlt {
  display: table-cell;
  vertical-align: middle;
  width: 3em;
}

/*ポップアップ*/
.c-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.c-popup-msgBox {
  border-radius: 5px;
  width: 80vw;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  max-width: 500px;
}
.c-popup-msgBox .c-btnClose {
  position: absolute;
  top: -10px;
  right: -10px;
}
.c-popup-msgInBox {
  overflow: scroll;
  height: 80vh;
}

/*画像付きカードボックス*/
/* グリッドレイアウトのコンテナ */
.c-cardSort {
  position: relative;
}

.c-cardSort-errerMsg {
  text-align: center;
  color: #cf466a;
}

/* アイテム */
.is-load .c-item {
  opacity: 0;
}

.c-item {
  opacity: 1;
  display: block;
  position: absolute;
  width: 19.9%;
  padding: 5px;
  z-index: 1;
  	/*
  	a {
      margin:0;
      padding:0;
      font-size:100%;
      vertical-align:baseline;
      background:transparent;
      text-decoration: none;
      transition: opacity 0.3s ease-in-out;
      display: inline-block;
      backface-visibility: hidden;
      opacity: 1;
      zoom: 1;
  
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  a:hover{
      opacity: 0.6;
      transform: scale(1);
  }
  	*/
}
.c-item a {
  color: #191919;
}
.c-item .c-item-onariTag {
  position: absolute;
  height: 50px;
  width: 60px;
  display: block;
  overflow: hidden;
  border-radius: 5px 0 0 0;
}
.c-item .c-item-onariTagInner {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  background: #222f60;
  display: inline-block;
  margin-left: 5px;
  padding: 2px;
  position: absolute;
  z-index: 100;
  left: -44px;
  top: -7px;
  transform: rotate(-38deg);
  width: 102px;
  padding-top: 15px;
  text-align: center;
}
.c-item.is-onair .c-item-content {
  border: #222f60 2px solid;
  padding: 0;
  padding-bottom: 10px;
}
.c-item-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.c-item-thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-item {
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: inline-block;
  opacity: 1;
  zoom: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports (-ms-ime-align: auto) {
  .c-item {
    /* Edge のみ適用される */
    transition: none;
  }
}
.c-item:hover {
  opacity: 0.6;
  transform: scale(1);
}
.c-item-broad {
  opacity: 1;
  transform: scale(1);
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
  color: #666666;
  padding: 0 15px;
}
.c-item-title {
  font-weight: bold;
  padding: 0 15px;
  padding-top: 20px;
  word-break: break-all;
  padding-bottom: 10px;
}
.c-item-dayTime {
  font-size: 0.8rem;
  color: #666666;
  padding: 0 15px;
  padding-bottom: 3px;
}
.c-item-content {
  border: #efefef 1px solid;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: block;
  padding: 2px;
  padding-bottom: 20px;
}
.c-item-content img {
  width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .c-item {
    transition: none;
  }

  /* IE11 */
}
@media screen and (min-width: 1500px) {
  .c-item {
    width: 14%;
  }
}
.c-card {
  width: 100%;
  padding-bottom: 1.2em;
}
.c-card a {
  color: #191919;
}
.c-card .slick-slide {
  padding: 5px;
}
.c-card .c-card-cell {
  z-index: 1;
  width: 20%;
  float: left;
  background: #fff;
  border-radius: 5px;
  border: #efefef 1px solid;
  overflow: hidden;
}
.c-card-broad {
  opacity: 1;
  transform: scale(1);
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
  color: #666666;
  padding: 0 15px;
}
.c-card-title {
  font-weight: bold;
  padding: 0 15px;
  padding-top: 20px;
  word-break: break-all;
  padding-bottom: 10px;
}
.c-card-dayTime {
  font-size: 0.8rem;
  color: #666666;
  padding: 0 15px;
  padding-bottom: 3px;
}
.c-card-content {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: block;
  padding: 2px;
  padding-bottom: 20px;
}
.c-card-content img {
  width: 100%;
  height: auto;
}
.c-card .is-noThumbnail {
  display: table;
  height: 100%;
  width: 100%;
}
.c-card .is-noThumbnail .c-card-title {
  font-size: 1.5rem;
}
.c-card .is-noThumbnail .c-card-dayTime {
  font-size: 1rem;
}
.c-card .is-noThumbnail .c-card-broad {
  font-size: 1rem;
}
.c-card .is-noThumbnail .c-card-contentInner {
  display: table-cell;
  vertical-align: middle;
}
.c-card-btnCell {
  display: block;
  width: 100%;
  text-align: center;
}
.c-card-btnCell > span {
  display: inline-block;
}

.c-section {
  margin-bottom: 40px;
  margin-top: 40px;
}

.c-adlong {
  min-height: 90px;
  margin-bottom: 1em;
}

.c-ad300_1,
.c-adBadge345_1 {
  min-height: 250px;
  margin-bottom: 1em;
}

.c-adgoogle {
  text-align: center;
  margin-bottom: 20px;
}

.c-adTextdown {
  margin-bottom: 20px;
}

.c-tgnElm {
  display: none;
}

.l-header {
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.l-header-inBox {
  overflow: hidden;
  padding: 15px;
  width: 100%;
  min-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.l-header a {
  display: table-cell;
  vertical-align: middle;
}
.l-header-logo {
  display: table;
  width: 200px;
  margin-top: 12px;
}
.l-header-gooLogo {
  width: 50px;
}
.l-header-logoTxt {
  vertical-align: top;
  display: inline-block;
  padding: 7px;
  color: #191919;
}
.l-header-gootvTxt {
  width: calc(6em + 100px);
}

.c-searchBox {
  padding: 0 20px;
  margin-top: 7px;
  flex: 1;
}
.c-searchBox form {
  width: 100%;
}

.l-headerMenu {
  width: 300px;
}
.l-headerMenu-link {
  text-align: center;
  margin-bottom: 10px;
}
.l-headerMenu-link li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.l-headerMenu-link li:last-child {
  margin-right: 0;
}
.l-headerMenu-link li a:not(.is-noLink) {
  position: relative;
  text-decoration: none;
}
.l-headerMenu-link li a:not(.is-noLink):before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #191919;
  position: absolute;
  top: 0.5em;
}
.l-headerMenu-link li a {
  color: #191919;
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
}
.l-headerMenu-area {
  margin: 0 auto;
}
.l-headerMenu-area li {
  display: inline-block;
}
.l-headerMenu-area a {
  display: block;
  background: #f5f5f5;
  color: #191919;
  padding: 10px 5px;
  padding: 7px 35px;
  border-radius: 5px;
}
.l-headerMenu-area a.is-act {
  background: #f2ce35;
  color: #fff;
}

.l-gnav {
  width: 100%;
  background: #fff;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-top: 20px;
}
.l-gnav-inbox {
  width: 1004px;
  margin: 0 auto;
}
.l-gnav-site {
  text-align: center;
}
.l-gnav-site li {
  display: inline-block;
}
.l-gnav li {
  padding: 0px 20px;
}
.l-gnav a {
  display: block;
  color: #191919;
  font-weight: bold;
  padding: 5px 10px;
  margin: 10px;
}
.l-gnav a.is-act {
  color: #fff;
  background: #222f60;
  border-radius: 20px;
}

/* /header*/
.l-mainBox {
  overflow: hidden;
  min-width: 1024px;
  border-bottom: #ccc 1px solid;
}

.l-mainContBox {
  overflow: hidden;
  clear: both;
  width: 100vw;
  min-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
}

.l-articleBox {
  min-width: 700px;
  padding-right: 20px;
  flex: 1;
}

.l-copylight {
  text-align: right;
  padding: 20px 0;
}

.l-asideBox {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.l-newUpdate {
  margin-top: 40px;
  margin-bottom: 40px;
}
.l-newUpdate h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.l-newUpdate img {
  width: 100%;
  height: auto;
}

.l-rangeSlider {
  width: 90%;
  margin: 10px auto 0;
}
.l-rangeSlider input {
  visibility: hidden;
}

.c-rank {
  background: #fff;
  padding-top: 20px;
  margin-bottom: 40px;
}
.c-rank h2 {
  text-align: center;
}
.c-rank .c-smnlList {
  padding: 10px;
}
.c-rank img.c-smnlList-rankIcon {
  width: 45px;
  height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.c-rank .c-smnlList-cell:last-child {
  border-bottom: none;
}

/*footer*/
.l-footer {
  overflow: hidden;
  width: calc(100% - 40px);
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-footer h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-footer-mainSection {
  display: flex;
  width: 100%;
}
.l-footer-cell:nth-child(1), .l-footer-cell:nth-child(2), .l-footer-cell:nth-child(3) {
  min-width: 140px;
}
.l-footer-cell dt, .l-footer-cell h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
.l-footer-cell dd {
  padding-left: 10px;
}
.l-footer-cell a {
  color: #191919;
}
.l-footer-cell.is-cast{
  width: 900px;
}
.l-footer-cell.is-cast .l-footer-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.l-footer-cell.is-cast .l-txtBtn {
  width: 50%;
  padding: 0 10px;
}

.l-txtBtn-cellWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.l-txtBtn-Cell {
  width: 50%;
}
@media screen and (max-width:1380px) {
  .l-footer-mainSection{
    flex-wrap:wrap;
  }
  .l-footer-cell:nth-child(1), .l-footer-cell:nth-child(2), .l-footer-cell:nth-child(3) {
    width: 100%;
  }
  .l-footer-cell{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .l-footer-cell:last-child{
    margin-bottom: 0;
  }
  .l-footer-cell dt{
    margin-bottom: 5px;
  }
  .l-footer-cell dd{
    float: left;
    margin-bottom: 5px;
  }
}

.l-footer-section {
  overflow: hidden;
}
.l-footer-section a {
  color: #191919;
}
.l-footer-section.is-gooService h2 {
  display: inline-block;
}
.l-footer-section.is-gooService ul {
  padding-left: 20px;
  display: inline-block;
}
.l-footer-section.is-gooService li {
  display: inline-block;
}
.l-footer-section.is-service {
  border-top: #ccc 1px solid;
  text-align: center;
  padding: 10px;
}
.l-footer-section.is-service li {
  display: inline-block;
  padding: 0 5px;
}

.l-txtBtn {
  margin-bottom: 20px;
}
.l-txtBtn-line {
  width: 100%;
  overflow: hidden;
}
.l-txtBtn-line li {
  float: left;
  margin: 1% 0 0 1%;
  text-align: center;
  width: 18%;
}
.l-txtBtn-line a {
  color: #333;
  text-decoration: none;
  background: #fff;
  padding: 25% 25%;
  border: 1px #ccc solid;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  text-align: center;
}
.l-txtBtn-line .is-disable {
  color: #333;
  text-decoration: none;
  background: #fff;
  padding: 25% 25%;
  border: 1px #ccc solid;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}
.l-txtBtn-line .is-active {
  color: #fff;
  text-decoration: none;
  background-color: #666666;
  padding: 25% 25%;
  border: 1px #ccc solid;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  text-align: center;
}

.l-copyrightNttr {
  background: #222f60;
  padding: 10px;
  text-align: center;
  color: #fff;
  min-width: 1024px;
  width: 100%;
}

/* /footer*/
/*ポップアップ*/
.l-topPopup h2 {
  font-size: 1.2rem;
  color: #cf466a;
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
  line-height: 1.8;
}
.l-topPopup h2 img {
  vertical-align: middle;
  display: inline-block;
  padding-right: 3px;
}
.l-topPopup h2 span {
  display: inline-block;
  padding-right: 5px;
  color: #191919;
}
.l-topPopup p {
  margin-bottom: 20px;
  text-align: center;
}
.l-topPopup ul {
  text-align: center;
}
.l-topPopup li {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 27.5px;
  background: #222f60;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.l-topPopup a {
  display: block;
  color: #fff;
}

/*twitter*/
.fa-twitter:before {
  font-size: 20px;
}

.l-trend-twitter h2 {
  line-height: 30px;
}
.l-trend-twitter h2:before {
  float: left;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../../img/pc/icon_twitter.svg);
}

/*トレンドランキング*/
.l-trendRank {
  background: #fff;
  margin-bottom: 40px;
}
.l-trendRank-body:nth-child(1) {
  border-top: none;
}
.l-trendRank-trendCh {
  padding: 10px;
  border-top: #f5f5f5 2px solid;
}
.l-trendRank h4 {
  background-repeat: no-repeat;
  background-size: 45px auto;
  min-height: 30px;
  padding: 8px 0px 13px 5px;
}
.l-trendRank h4 img {
  display: inline-block;
  padding-right: 5px;
}
.l-trendRank-point {
  display: block;
  float: right;
  padding-right: 10px;
}
.l-trendRank-link {
  padding-bottom: 10px;
}
.l-trendRank-link a {
  position: relative;
  padding-left: 15px;
}
.l-trendRank-link a:before {
  border-left: 5px solid #999;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  content: "";
  left: 5px;
  top: 1px;
}
.l-trendRank-header {
  background: #222f60;
  padding: 5px;
  color: #fff;
}
.l-trendRank-time {
  float: right;
}
.l-trendRank-twitter {
  padding: 0 10px;
}
.l-trendRank-twitter .js-accodionList {
  display: none;
}

/* /トレンドランキング*/
/*番組詳細*/
.l-progDtlHd {
  background: #fff;
  width: 100%;
}
.l-progDtlHd.is-fix {
  position: fixed;
  top: 0;
  z-index: 100000;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.l-progDtlHd h2 {
  line-height: 20px;
  padding: 20px;
  margin-bottom: 0;
  float: left;
  width: calc(100% - 12em);
}
.l-progDtlHd h2 span {
  font-size: 0.8em;
  font-weight: normal;
  color: #212121;
}
.l-progDtlHd-pageNav {
  width: 100%;
  border-bottom: #f5f5f5 1px solid;
  overflow: hidden;
  position: relative;
  display: table;
}
.l-progDtlHd-pageNav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.l-progDtlHd-pageNav li.is-none{
  opacity: 0.3;
}
.l-progDtlHd-pageNav a {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #191919;
}

.l-progDtl {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.l-progDtl-disc {
  display: table;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.l-progDtl-disc > * {
  display: table-cell;
  vertical-align: top;
}
.l-progDtl-pgImg img {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 20px;
}
.l-progDtl-pgDate {
  margin-bottom: 20px;
  width: 70%;
}
.l-progDtl-pgDate > img {
  width: 100%;
  height: auto;
  border: #efefef 1px solid;
}
.l-progDtl-pgDate h3 {
  font-weight: bold;
  padding: 10px;
}
.l-progDtl-pgDate .l-pgDate-date {
  margin: 20px 0px 20px 20px;
}
.l-progDtl-programDay {
  margin: 20px 0px 20px 20px;
  background: #fff;
  margin-right: 10px;
}
.l-progDtl-programDay h3 {
  padding: 10px;
}
.l-progDtl-programDay li {
  width: 100%;
  padding: 10px;
  border-bottom: #efefef 1px solid;
}
.l-progDtl-programDay .c-imgList-more {
  padding: 0;
}
.l-progDtl-small {
  display: inline-block;
  padding-left: 2em;
}
.l-progDtl-moreBtn {
  text-align: center;
}
.l-progDtl-cast {
  margin-bottom: 40px;
  background: #fff;
}
.l-progDtl-cast a {
  display: block;
  position: relative;
}
.l-progDtl-cast .c-iconList3 {
  padding: 10px 20px;
}
.l-progDtl-staff {
  margin-bottom: 40px;
  background: #fff;
}
.l-progDtl-staff table {
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: left;
}
.l-progDtl-staff tr:nth-child(2n) {
  background: #efefef;
}
.l-progDtl-staff th, .l-progDtl-staff td {
  padding: 10px;
}
.l-progDtl-staff th {
  width: 5em;
}
.l-progDtl-atherTimes {
  margin-bottom: 40px;
}
.l-progDtl-atherTimes h3 {
  padding: 10px;
}
.l-progDtl-atherTimes .c-progList {
  border-top: none;
}
.l-progDtl-news {
  margin-bottom: 40px;
}
.l-progDtl-news h3 {
  padding: 10px;
}
.l-progDtl-footerLink {
  margin-bottom: 20px;
}

.l-castTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.l-castTop .l-txtBtn {
  width: 50%;
}
.l-castTop .l-txtBtn-Cell {
  width: 50%;
}

.l-castList {
  margin-bottom: 40px;
}

/*キャスト詳細*/
.l-castDtl {
  margin: 10px 0 0;
  background-color: #fff;
  padding-top: 5px;
}
.l-castDtl .c-hd2 {
  margin-bottom: 0;
}
.l-castDtl-moreBtn {
  width: 60px;
}
.l-castDtl-moreBtn a {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 44px;
  width: 44px;
  margin-top: -22px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.8);
}
.l-castDtl-dtl {
  width: calc(100% - 20px);
  margin: 0 auto;
  font-size: 0.8rem;
}

.l-castData {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-bottom: 20px;
  display: table;
}
.l-castData-img {
  display: table-cell;
  width: 160px;
  padding-right: 10px;
}
.l-castData-img img {
  width: 100%;
  height: auto;
}
.l-castData-txt {
  display: table-cell;
  vertical-align: top;
}
.l-castData-table {
  text-align: left;
  width: 100%;
}
.l-castData-table tr:nth-child(2n) {
  background: #efefef;
}
.l-castData-table th {
  width: 10em;
}
.l-castData-table th, .l-castData-table td {
  padding: 10px;
}

.l-castwiki {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  color: #191919;
  padding: 10px 0;
  border-top: #f5f5f5 1px solid;
  border-bottom: #f5f5f5 1px solid;
}

.l-castWiki-link {
  color: #0044CC;
}

.l-tvApp {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.l-siteSrch,
.l-youtubeSrch,
.l-nicoSrch {
  margin-bottom: 20px;
}

.l-youtubeSrch .c-smnlList-cell,
.l-nicoSrch .c-smnlList-cell {
  padding: 10px;
}

.l-pghotProg {
  margin-bottom: 40px;
}

.l-pgProgCat-prog .c-viewport {
  padding-top: 20px;
}
.l-pgProgCat-prog .c-moreBtn {
  margin-bottom: 20px;
}

.l-myList {
  margin-bottom: 40px;
  margin-top: 10px;
}

.l-myListHeader {
  padding-right: 10px;
  text-align: right;
}
.l-myListHeader li {
  display: inline-block;
}
.l-myListHeader li.l-myListHeader_setCalender {
  line-height: 24px;
  vertical-align: top;
  margin-right: 10px;
}
.l-myListHeader li img {
  vertical-align: bottom;
}

.l-myCast {
  margin-bottom: 40px;
}
.l-myCast .c-progList {
  border-top: none;
  border-bottom: #f5f5f5 2px solid;
}
.l-myList .c-nodata,
.l-myCast .c-nodata{
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: #efefef 1px solid;
  background: #fff;
}
