ul.breadcrumb {
  margin-bottom: 0;
}
ul.news-list {
  margin-bottom: 0rem;
}
ul.news-list + .btn-area {
  margin-bottom: 6rem;
}
/*----------------------------------------------------
　トップ
----------------------------------------------------*/
.comichan-top-wrap {
  background: linear-gradient(to left, #5480c6 0%, #0883c8 50%, #006cc6 100%);
}
.comichan-top-area {
  background: url(../images/comichan/index/fig_comichan_top_border.png) repeat top left;
  padding: 3rem 0;
}
.ttl-ribbon {
  text-align: center;
}
.ttl-ribbon img {
  max-height: 55px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
.news-list p {
  display: inline-block;
}
.news-list .cat-comu {
  margin-right: 1.5rem;
}
/*おすすめ番組*/
.comichan-movie {
  margin-bottom: 0;
  padding-bottom: 2em;
}
.comichan-movie p {
  background-color: #000 !important;
}
.comichan-movie > span {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.comichan-movie > span > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
a.recommend-program {
  display: block;
  position: relative;
  text-decoration: none;
}
a.recommend-program p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
}
/*動画　モーダル*/
#cboxLoadingGraphic {
  background-image: url(../images/home/loading.gif);
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background-image: url(../images/home/controls.png);
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}

/*on air*/
.ttl-onair {
  text-align: center;
  margin-bottom: 1rem;
}
.ttl-onair img {
  height: 45px;
  max-width: 100%;
  display: block;
  margin: auto;
}
table.tbl-onair {
  width: 100%;
  background-color: #fff;
}
table.tbl-onair th {
  width: 80px;
  padding-left: 2rem;
  padding-right: 0;
}
table.tbl-onair td {
  font-weight: bold;
}
.tbl-onair tr:nth-child(odd) th,
.tbl-onair tr:nth-child(odd) td {
  background-color: #EDEDED;
}
.tbl-onair tr:first-child th,
.tbl-onair tr:first-child td {
  background-color: #F9E621;
}
.comichan-block-area {
  background: url(../images/comichan/common/bg_border.png) repeat left top;
  padding: 2rem 0;
  text-align: center;
}
/*----------------------------------------------------
　SNS
----------------------------------------------------*/
.comichan-block-area {
  text-align: center;
}
.link-area {
  display: flex;
  justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.link-area a {
  flex: 0 1 420px;
  text-align: left;
  border: 3px solid #e6e6e6;
  background-color: #fff;
  border-radius: 1.5rem;
  color: #222;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  padding: 2.8rem 3rem 2.8rem 11%;
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: center left 6%;
  margin: 0 1.5rem;
  position: relative;
}
.link-area a.twitter {
  background-image: url(../images/comichan/index/ico_twitter.png);
}
.link-area a.youtube {
  background-image: url(../images/comichan/index/ico_youtube.png);
}
.link-area a.instagram {
  background-image: url(../images/comichan/index/ico_instagram.png);
}
.link-area a.form {
  border: none;
  background-color: #f9e621;
  background-image: url(../images/comichan/index/ico_form.png);
  background-size: 56px;
  background-position-x: 9%;
  line-height: 1.4;
}
.link-area a:after {
  content: '';
  width: 2rem;
  height: 2rem;
  border-right: 2px solid #006CC6;
  border-top: 2px solid #006CC6;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 2rem;
}
/*----------------------------------------------------
　番組
----------------------------------------------------*/
ul.program-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 0;
  margin-top: 2rem;
}
.program-list li {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.program-list li article {
  text-decoration: none;
  color: #222;
  border: 1px solid #ccc;
  background-color: #F7F8F8;
  border-radius: 1rem;
  padding: 1rem 1rem 0.5rem;
  margin: 0 1rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.program-list a.thumbnail {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.program-list a.thumbnail img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.program-list .ttl-category {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.program-list .time {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.program-list .airtime {
  background-color: #F1E6F2;
  margin-bottom: 1rem;
  padding: 5px 7px;
  line-height: 1.4;
}
.program-list .this-week {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #F25400;
}
.program-list .detail {
  margin-bottom: 1.5rem;
}
.program-list .bottom-area {
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.bottom-area .ch {
  float: left;
}
.ch img {
  margin: 3px 3px 3px 0;
}
.bottom-area a {
  float: right;
}

@media screen and (max-width: 767.98px) {
  .ttl-onair {
    margin-top: 2rem;
  }
  .link-area {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .link-area a {
    flex: 0 1 420px;
    border-radius: 1rem;
    font-size: 1.8rem;
    padding: 1.5rem 3rem 1.5rem 70px;
    background-size: 40px;
    background-position: center left 15px;
    margin: 0 1rem;
  }
  .link-area a.form {
    background-size: 36px;
    background-position-x: 17px;
    background-position-y: 50%;
  }
  .link-area a:after {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.8rem;
    right: 1.5rem;
  }
  .program-list li {
    flex-basis: 50%;
  }
  .comichan-block-area {
    padding: 0.5rem 0;
  }
  ul.news-list {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .link-area {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .link-area a {
    display: block;
    margin: 1rem 0;
  }
  ul.program-list {
    display: block;
    margin: auto;
  }
  .program-list li article {
    padding: 1rem;
    margin: 0 0 1.5rem;
    height: auto;
  }
}