@charset "UTF-8";
/* 共通スタイル */
html {
  font-size: 62.5%;
  /* 10px */
}
@media print, screen and (min-width: 769px) {
  html {
    /*TB*/
  }
}
@media print, screen and (min-width: 1025px) {
  html {
    /*PC*/
  }
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: #868686;
}

p, li, dt, dd, td {
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  transition: .3s;
}
a:hover {
  opacity: .6;
}

.cover {
  position: relative;
  margin: 0 auto;
  width: 88%;
  max-width: 1660px;
}

.cover_2 {
  position: relative;
  margin: 0 auto;
  width: 88%;
  max-width: 1400px;
}

.cover_1200 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.toppage #main {
  padding: 2.4rem 0 0;
}
@media print, screen and (min-width: 1025px) {
  .toppage #main {
    /*PC*/
    padding: 0;
  }
}

.off {
  display: none;
}

.station-name {
  color: #c0d400;
  z-index: 100;
}
.station-name img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
/*KAKI*/
  height: 31px;
  object-position: left;
/*KAKI*/
}
.station-name.sp-logo {
  position: absolute;
  top: -1.2rem;
  left: 3.5rem;
  left: 0;
  width: 14rem;
}
.station-name.pc-logo {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .station-name {
    /*PC*/
  }
  .station-name.sp-logo {
    display: none;
  }
  .station-name.pc-logo {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 3.5rem;
  }
  .station-name.pc-logo img {
    width: calc((100% - 50px) / 3);
    object-position: center;
    height: auto;
/*KAKI*/
  height: 51px;
  object-position: right;
/*KAKI*/
  }
}

.box_topics {
  position: relative;
  background: #000;
  border-radius: 3.5rem;
  padding: 6.2rem 0;
  padding: 2rem 0;
}
@media print, screen and (min-width: 1025px) {
  .box_topics {
    /*PC*/
    padding: 11.2rem 13rem 4rem;
    border-radius: 0 0 3.5rem 3.5rem;
  }
}
.box_topics .swiper {
  margin: 1rem 0;
}
@media print, screen and (min-width: 1025px) {
  .box_topics .swiper {
    /*PC*/
    margin: 0;
    position: static;
  }
}
.box_topics .swiper-slide {
  position: relative;
}
.box_topics .swiper-slide img {
  border-radius: 1.5rem;
}
.box_topics .subtitle {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .box_topics .subtitle {
    /*PC*/
    position: absolute;
    line-height: 1;
    top: 10.6rem;
    left: -3.1rem;
    display: block;
    width: 60px;
    font-family: futura-pt, sans-serif;
    color: #c0d400;
    font-style: normal;
    font-weight: 600;
    font-size: 6.4rem;
    z-index: 100;
  }
}

.swiper-button-pc {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .swiper-button-pc {
    /*PC*/
    display: block;
    position: absolute;
    width: 200px;
    height: 9rem;
    bottom: 0;
    z-index: 999;
  }
  .swiper-button-pc .swiper-button-prev {
    left: 0;
  }
  .swiper-button-pc .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.6rem;
  height: 3.6rem;
  transition: .3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .6;
}
@media print, screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    /*PC*/
    width: 9rem;
    height: 9rem;
  }
  .swiper-button-prev.sp,
  .swiper-button-next.sp {
    display: none;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.swiper-button-prev::after {
  background-image: url("../img/icon_arrow_prev.png");
}
@media print, screen and (min-width: 1025px) {
  .swiper-button-prev::after {
    /*PC*/
    background-image: url("../img/icon_arrow_prev_pc.png");
  }
}

.swiper-button-next::after {
  background-image: url("../img/icon_arrow_next.png");
}
@media print, screen and (min-width: 1025px) {
  .swiper-button-next::after {
    /*PC*/
    background-image: url("../img/icon_arrow_next_pc.png");
  }
}

.box_contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: -2.5rem;
  padding-bottom: 2.6rem;
}
@media print, screen and (min-width: 1025px) {
  .box_contents {
    /*PC*/
    justify-content: space-between;
    margin-top: 7.2rem;
    padding-bottom: 4rem;
  }
}

.box_search {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 1rem;
}
@media print, screen and (min-width: 1025px) {
  .box_search {
    /*PC*/
    width: calc(100% - 700px);
    width: calc((100% - 50px) / 3);
    padding: 0;
    flex-flow: row wrap;
  }
}
.box_search .title {
  width: 50%;
}
@media print, screen and (min-width: 1025px) {
  .box_search .title {
    /*PC*/
    width: 100%;
  }
  .box_search .title img {
    width: 85%;
  }
}
.box_search .area_search {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search {
    /*PC*/
    position: relative;
    margin-top: 7.2rem;
  }
}
.box_search .area_search button {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: .7rem;
  border: solid 1px #FFF;
  background: transparent;
  cursor: pointer;
}
.box_search .area_search button img {
  width: 1.8rem;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search button {
    /*PC*/
    width: 6rem;
    height: 6rem;
    border: solid 2px #FFF;
  }
  .box_search .area_search button img {
    width: 2.4rem;
  }
}
.box_search .area_search #search-open {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search #search-open {
    /*PC*/
    position: relative;
  }
}
.box_search .area_search #search-window {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search #search-window {
    /*PC*/
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.box_search .area_search form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-radius: .8rem;
  border-radius: 10rem;
  border: solid 3px #FFF;
  width: 100%;
  box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  background: #ededed;
  background-image: linear-gradient(0deg, white, #ededed);
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search form {
    /*PC*/
    max-width: 34rem;
  }
}
.box_search .area_search form input {
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.4rem;
  padding: .5em 1em;
  border-radius: .8rem;
  outline: none;
  background: transparent;
  width: calc(100% - 5rem);
  border-radius: 100rem;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search form input {
    /*PC*/
  }
}
.box_search .area_search form button {
  background: #c0d400;
  border-radius: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 1025px) {
  .box_search .area_search form button {
    /*PC*/
    border: none;
    margin: .3rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .box_search .area_search form button img {
    width: 50%;
  }
}

.box_navi {
  margin-top: 4rem;
  max-width: 600px;
}
@media print, screen and (min-width: 1025px) {
  .box_navi {
    /*PC*/
    margin-top: 0;
  }
}

.area_button {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .area_button {
    /*TB*/
    gap: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .area_button {
    /*PC*/
    gap: 3rem 4rem;
  }
}
.area_button p {
  width: calc(50% - .6rem);
  aspect-ratio: 160 / 85;
}
@media print, screen and (min-width: 769px) {
  .area_button p {
    /*TB*/
    width: calc(50% - 2rem);
    aspect-ratio: 280 / 150;
  }
}
.area_button p a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #231815;
  background: #FFF;
  border-radius: 2rem;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: right 1.5rem bottom 1.5rem;
}
@media print, screen and (min-width: 1025px) {
  .area_button p a {
    /*PC*/
    font-size: 2.5rem;
    border-radius: 3.5rem;
    background-size: 3.2rem;
    padding: 2.8rem;
    line-height: 1.4;
    background-position: right 2rem bottom 2rem;
  }
}

#header {
  background: #000;
  padding: 2rem 1.5rem 2.4rem;
  box-shadow: 0 0 1rem 0.8rem rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #FFF;
}
#header h1 {
  font-size: 1.9rem;
}

body.genre {
  overflow: hidden;
}
body.genre #container {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}
@media print, screen and (min-width: 1025px) {
  body.genre #header {
    /*PC*/
    display: none;
  }
}
body.genre #main {
  overflow-y: scroll;
  flex: 1;
  background: #868686;
  z-index: 1;
}
body.genre #main .cover {
  background: #464646;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  body.genre article {
    /*PC*/
    display: flex;
    flex-flow: row wrap;
    padding-right: 6.770833333333333vw;
    margin-bottom: 3.5rem;
  }
}
body.genre article aside {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  body.genre article aside {
    /*PC*/
    display: flex;
    align-items: center;
    width: 31.37254901960784%;
    padding: 0 4.583333333333333vw;
  }
}
body.genre article .area_contents {
  width: 100%;
  padding: 2.4rem 0 4rem;
  background: #f0f0f0;
}
@media print, screen and (min-width: 1025px) {
  body.genre article .area_contents {
    /*PC*/
    display: block;
    padding: 8.5rem 10.5rem 5rem;
    padding: 8.5rem 5.46875vw 5rem;
    width: calc(100% - 31.37254901960784%);
    margin-bottom: 10rem;
  }
}

.box_genre {
  padding-left: 2rem;
}
@media print, screen and (min-width: 1025px) {
  .box_genre {
    /*PC*/
    padding: 0;
  }
}
.box_genre h2 {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .box_genre h2 {
    /*PC*/
    display: block;
    font-size: 2.9rem;
    margin-bottom: 4rem;
  }
  .box_genre h2::before {
    display: inline-block;
    content: "";
    width: 5rem;
    height: 5rem;
/*KAKI*/
    background: url("../img/icon_search_b.png") no-repeat;
/**/
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 1em;
  }
}

.genre_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 5.2vw;
}
.genre_list li {
  width: 100%;
  border-top: solid 1px #464646;
  border-bottom: solid 1px #464646;
  margin-bottom: -1px;
}
@media print, screen and (min-width: 1025px) {
  .genre_list li {
    /*PC*/
    width: calc(50% - 2.6vw);
  }
}
.genre_list li::last-child {
  border: 0;
}
.genre_list li a {
  display: block;
  color: #231815;
  padding: 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
/*KAKI
  --icon-img:url();
*/
}
.genre_list li a:hover, .genre_list li a:active {
  background: #c0d400;
  opacity: 1;
}
.genre_list li a::before {
  display: block;
  content: "";
  width: 5.2rem;
  height: 5.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2em;
/*
  background-image: var( --icon-img );
*/
}

/*KAKI アイコンファイル名を設定ファイルから取得するのであれば、下記をコメントアウトすること。（下記はgenre_master.txtのアイコン設定と同じ意味） */
.genre_01 a::before {
  background-image: url("../img/movie_e.png");
}

.genre_02 a::before {
  background-image: url("../img/movie_j.png");
}

.genre_03 a::before {
  background-image: url("../img/dorama_e.png");
}

.genre_04 a::before {
  background-image: url("../img/dorama_j.png");
}

.genre_05 a::before {
  background-image: url("../img/sports.png");
}

.genre_06 a::before {
  background-image: url("../img/anime.png");
}

.genre_07 a::before {
  background-image: url("../img/music.png");
}

.genre_08 a::before {
  background-image: url("../img/entertainment.png");
}

.genre_09 a::before {
  background-image: url("../img/documentary.png");
}

.genre_10 a::before {
  background-image: url("../img/hobby.png");
}

.genre_11 a::before {
  background-image: url("../img/korean.png");
}

.genre_12 a::before {
  background-image: url("../img/video.png");
}

.genre_13 a::before {
  background-image: url("../img/bs.png");
}

.genre_14 a::before {
  background-image: url("../img/video_2.png");
}

.genre_15 a::before {
  background-image: url("../img/video_3.png");
}

.genre_16 a::before {
  background-image: url("../img/video_4.png");
}

.genre_17 a::before {
  background-image: url("../img/topics_100_b.png");
}

.genre_18 a::before {
  background-image: url("../img/com_100_b.png");
}

.genre_19 a::before {
  background-image: url("../img/topics_100_b.png");
}
/* KAKI */

body.program-lineup {
  overflow: hidden;
}
body.program-lineup #container {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}
@media print, screen and (min-width: 1025px) {
  body.program-lineup #header {
    /*PC*/
    text-align: center;
  }
}
body.program-lineup #main {
  overflow-y: scroll;
  flex: 1;
  background: #868686;
  z-index: 1;
}
body.program-lineup #main .cover {
  background: #464646;
  background: #aeb4bb;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  body.program-lineup #main .cover > article {
    /*PC*/
    width: 100%;
    margin: 0 auto 3.5rem;
    margin: 0 auto;
  }
}
body.program-lineup #main .cover > article .area_contents {
  width: 100%;
  padding: 2.4rem 0 4rem;
  padding: 2.4rem 6% 4rem;
}
@media print, screen and (min-width: 1025px) {
  body.program-lineup #main .cover > article .area_contents {
    /*PC*/
    display: block;
    padding: 8.5rem 0 5rem;
  }
}
body.program-lineup #main .cover > article .area_footer-logo {
  padding-bottom: 0;
  width: 93.97590361445783%;
  max-width: 1560px;
  margin: 0 auto;
}
body.program-lineup #main .cover > article .area_footer-logo img {
  max-width: 23rem;
}
body.program-lineup #main .page-footer {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  body.program-lineup #main .page-footer {
    /*PC*/
    display: block;
  }
}

.list_program {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .list_program {
    /*TB*/
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .list_program {
    /*PC*/
    max-width: 93.97590361445783%;
    width: 1560px;
  }
}
.list_program .box_program {
  margin-bottom: 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .list_program .box_program {
    /*TB*/
    width: calc(50% - 2rem);
  }
}
.list_program .box_program a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: .5rem;
  color: #231815;
}
.list_program .box_program a .image {
  width: 46%;
  background: #768084;
  border-radius: 1.5rem 0 0 1.5rem;
  aspect-ratio: 1;
  overflow: hidden;
}




.off-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  /* font-weight: bold; */
  /* padding: 0px 6px; */
  /* font-size: 10px; */
  /* background: #e1cd16; */
  /* border-radius: 6px; */
  /* color: #231815; */
  /* border: solid 2px #231815; */
  cursor: pointer;
  transition:0.15s;
  background: none;
}

.off-btn:hover {
  background: none;
}

.batsu {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}

.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #898989;
}

.off-btn:hover .batsu::before, .off-btn:hover .batsu::after {
    background: #b4c61c;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media print, screen and (min-width: 1025px) {
.off-btn {
  position: absolute;
  top: 11px;
  right: 11px;
  /* font-weight: bold; */
  /* padding: 2px 8px; */
  /* font-size: 14px; */
  /* background: #e1cd16; */
  /* border-radius: 6px; */
  /* color: #231815; */
  /* border: solid 2px #231815; */
  background: none;
}

  .batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #898989;
}

.off-btn:hover .batsu::before, .off-btn:hover .batsu::after {
    background: #b4c61c;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .image {
    /*PC*/
    border-radius: 3.5rem 0 0 3.5rem;
  }
}
.list_program .box_program a .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  object-fit: scale-down;
}
.list_program .box_program a .caption {
  width: 54%;
  background: #FFF;
  border-radius: 0 1.5rem 1.5rem 0;
  padding: 2.6rem 1.4rem 1.8rem 1.4rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .caption {
    /*PC*/
    padding: 4.8rem 6.2rem 2.6rem 3.6rem;
    border-radius: 0 3.5rem 3.5rem 0;
  }
}
.list_program .box_program a .title {
  color: #009aad;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: auto;
/* normal にする */
/* KAKI
  word-break: break-all;
*/
/* normal にする */
/* left にする */
/* KAKI
  text-align: justify;
*/
/* left にする */
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .title {
    /*PC*/
/*KAKI
    font-size: 2.5rem;
    line-height: 1.2;
*/
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.list_program .box_program a .channel {
  background: #d9dada;
  padding: .5em 1em;
  font-size: 1rem;
  margin-top: .7rem;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .channel {
    /*PC*/
/*KAKI
    margin-top: 1.8rem;
    font-size: 1.7rem;
    padding: .5rem 1em;
*/
    margin-top: 1.8rem;
    font-size: 1.5rem;
    padding: .5rem 1em;
  }
}
.list_program .box_program a .date {
  margin-top: .7rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .date {
    /*PC*/
/*KAKI
    margin-top: 1.8rem;
    font-size: 2.1rem;
*/
    margin-top: 1.8rem;
    font-size: 1.75rem;
  }
}
.list_program .box_program a .other {
  font-size: 1rem;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a .other {
    /*PC*/
/*KAKI
    font-size: 2.1rem;
*/
    font-size: 1.75rem;
  }
}
.list_program .box_program a.close {
  pointer-events: none;
}
.list_program .box_program a.close::before {
  content: "";
  display: block;
  background: #808080;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.5rem;
  opacity: .7;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program a.close::before {
    /*PC*/
    border-radius: 3.5rem;
  }
}
.list_program .box_program .copy {
  font-size: 0.7rem;
}
@media print, screen and (min-width: 769px) {
  .list_program .box_program .copy {
    /*TB*/
    font-size: 0.9rem;
  }
}
.list_program .box_program.favorite_on .caption {
  background-image: url("../img/icon_check.png");
  background-repeat: no-repeat;
  background-position: right 1.4rem bottom 1.4rem;
  background-size: 2rem auto;
}
@media print, screen and (min-width: 1025px) {
  .list_program .box_program.favorite_on .caption {
    /*PC*/
    background-size: 3rem auto;
  }
}

body.program-article {
  overflow: hidden;
}
body.program-article #container {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}
body.program-article #header {
  display: none;
}
body.program-article #main {
  overflow-y: scroll;
  flex: 1;
  background: #868686;
  z-index: 1;
}
body.program-article #main .cover {
  background: #464646;
  background: #ebebeb;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  body.program-article #main .cover {
    /*PC*/
    background: #aeb4bb;
  }
}
body.program-article #main .page-footer {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  body.program-article #main .page-footer {
    /*PC*/
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  body.program-article article {
    /*PC*/
    width: 93.97590361445783%;
    margin: 0 auto 3.5rem;
    margin: 0 auto;
  }
}
body.program-article article .area_contents {
  width: 100%;
  padding: 2.4rem 0 4rem;
  padding: 2.4rem 6% 4rem;
}
@media print, screen and (min-width: 1025px) {
  body.program-article article .area_contents {
    /*PC*/
    display: block;
    padding: 8.5rem 3% 5rem;
  }
}
body.program-article article .area_footer-logo {
  padding-bottom: 0;
}
body.program-article article .area_footer-logo img {
  max-width: 23rem;
}

.detail_program {
  border-radius: 5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: .5rem;
  color: #231815;
}
@media print, screen and (min-width: 769px) {
  .detail_program {
    /*TB*/
    background: #FFF;
    padding: 4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .detail_program {
    /*PC*/
    padding: 7.8rem;
  }
}
.detail_program .area_sp-title {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .detail_program .area_sp-title {
    /*TB*/
    display: none;
  }
}
.detail_program .area_pc-title {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .detail_program .area_pc-title {
    /*TB*/
    display: block;
  }
}
.detail_program .box_image {
  width: 100%;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .detail_program .box_image {
    /*TB*/
    width: 46%;
  }
}
@media print, screen and (min-width: 1025px) {
  .detail_program .box_image {
    /*PC*/
    margin-bottom: 0;
  }
}
.detail_program .image {
  width: 100%;
  background: #aeb4bb;
  border-radius: 2rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.detail_program .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail_program .caption {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .caption {
    /*PC*/
    width: 54%;
    padding: 0 3.6rem;
  }
}
.detail_program .title {
  color: #009aad;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .title {
    /*PC*/
    margin-bottom: 3.5rem;
/*KAKI
    font-size: 3.4rem;
*/
    font-size: 2.8rem;
  }
}
.detail_program .channel {
  border-bottom: solid 1px #231815;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .channel {
    /*PC*/
    margin-bottom: 3.5rem;
/*KAKI
    font-size: 2.4rem;
*/
    font-size: 2.0rem;
  }
}

/* 2024/06 KAKI */
.detail_program .channel .name {
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}
.detail_program .channel .number {
   text-align: right; /* 文章を右寄せする */
}
/* 2024/06 KAKI */



.detail_program .channel a {
  display: block;
  color: #231815;
  background: #d9dada;
  padding: .5rem 1rem;
  font-size: 1.3rem;
}
.detail_program .guide {
  position: relative;
  margin-bottom: 3.5rem;
  padding-right: 8rem;
}
.detail_program .outline {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .outline {
    /*PC*/
    margin-bottom: 3.5rem;
/*KAKI
    font-size: 2.4rem;
*/
    font-size: 2.2rem;
  }
}
.detail_program .date {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .date {
    /*PC*/
/*KAKI
    font-size: 2.2rem;
*/
    font-size: 2.1rem;
  }
}
.detail_program .other {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1025px) {
  .detail_program .other {
    /*PC*/
/*KAKI
    font-size: 2.2rem;
*/
    font-size: 2.1rem;
  }
}
.detail_program .story {
  font-size: 1.2rem;
  line-height: 1.5;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  padding: 1.4rem 0;
}
@media print, screen and (min-width: 769px) {
  .detail_program .story {
    /*TB*/
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
/*KAKI*/
@media print, screen and (min-width: 1025px) {
  .detail_program .story {
    /*PC*/
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
/*KAKI*/
.detail_program .staff {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1.4rem 0;
}
@media print, screen and (min-width: 769px) {
  .detail_program .staff {
    /*TB*/
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
/*KAKI*/
@media print, screen and (min-width: 1025px) {
  .detail_program .story {
    /*PC*/
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
/*KAKI*/
.detail_program .copy {
  font-size: 1rem;
  margin-top: 1em;
}

.checkbox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.checkbox label {
  cursor: pointer;
  display: block;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span::before {
  background-image: url("../img/icon_check_on.png");
}
.checkbox span::before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 7.8rem;
  background-image: url("../img/icon_check_off.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sns-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 1025px) {
  .sns-share {
    /*PC*/
    margin-bottom: 3.5rem;
    margin-bottom: 1rem;
  }
}
.sns-share a {
  display: block;
  width: 30px;
}
@media print, screen and (min-width: 769px) {
  .sns-share a {
    /*TB*/
  }
}

.area_footer-logo {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .area_footer-logo {
    /*PC*/
    display: block;
    text-align: right;
    padding: 4rem 0;
  }
}

.page-footer {
  background: transparent;
  padding: 1.6rem;
}
@media print, screen and (min-width: 1025px) {
  .page-footer {
    /*PC*/
    background: #000;
  }
}
.page-footer .copy {
  text-align: center;
  color: #cacaca;
  font-size: 1.3rem;
}

#footer {
  background: #000;
  z-index: 2;
  box-shadow: 0 0 1rem 0.8rem rgba(0, 0, 0, 0.5);
}
#footer .cover {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 2.7rem 0;
}
#footer .footer_navi {
  width: 100%;
}
#footer .footer_navi ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: center;
}
#footer .footer_navi li {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #footer .footer_navi li {
    /*PC*/
    width: auto;
  }
}
#footer .footer_navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3rem;
  padding: 1rem 1rem;
  font-size: 1.3rem;
  text-align: center;
  background-image: none;
  height: 100%;
  border: solid 1px transparent;
}
@media print, screen and (min-width: 1025px) {
  #footer .footer_navi li a {
    /*PC*/
    width: 17.6rem;
    font-size: 2rem;
  }
}
#footer .footer_navi .page-back a {
  color: #231815;
  background: #a9afb6;
}
#footer .footer_navi .go-top a {
  color: #c0d400;
  background: #4d4d4d;
}
#footer .area_footer-logo {
  padding: 0;
  position: absolute;
  right: 0;
}







#TopicsList .box_program a .image {
  width: 55%;
  aspect-ratio: 1110 / 1000;
}

#TopicsList .box_program a .caption {
  width: 45%;
  padding: 5vw 2rem 5vw 2rem;
}

#TopicsList .list_program .box_program a .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
    line-height: 1.3;
}

#TopicsList .list_program .box_program a .title:before {
  content: '';
  width: 80px;
  height: 28px;
  display: block;
  background-image: url(../img/topicsimg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#TopicsList .list_program .box_program a .other {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.4;
  height: 4lh;
}

#TopicsList .list_program .box_program a .channel {
  display: none;
}

#TopicsList .list_program .box_program a .image img {
  object-fit: cover;
}

@media print, screen and (min-width: 1025px) {
#TopicsList .box_program a .image {
  width: 55%;
  aspect-ratio: 1110 / 1000;
  border-radius: 1.5rem 0 0 1.5rem;
}

#TopicsList .box_program a .caption {
  width: 45%;
  padding: 2.6vw 3.6rem 1.8vw 3.6rem;
  border-radius: 0 1.5rem 1.5rem 0;
}

#TopicsList .list_program .box_program a .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#TopicsList .list_program .box_program a .title:before {
  content: '';
  width: 100px;
  height: 35px;
  display: block;
  background-image: url(../img/topicsimg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.7vw;
}

#TopicsList .list_program .box_program a .other {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 4lh;
}

#TopicsList .list_program .box_program a .channel {
  display: none;
}
}