@charset "UTF-8";
/*** THEME ***/
#body-wrapper #topimg {
  line-height: 0;
  margin-bottom: 4.6875rem; }
  #body-wrapper #topimg img {
    width: 100%; }
#body-wrapper .tv_wrap {
  margin-bottom: 3.75rem;
  text-align: center; }
  #body-wrapper .tv_wrap::after {
    content: "";
    display: block;
    clear: both; }
  #body-wrapper .tv_wrap h3 {
    margin-bottom: 3.4375rem; }
  #body-wrapper .tv_wrap .read {
    font-size: 1.3125rem;
    line-height: 2.0476190476em;
    letter-spacing: 0.24em;
    margin-bottom: 0.9375rem;
    font-weight: bold; }
  #body-wrapper .tv_wrap .txt_wrap {
    max-width: 37.5rem;
    margin: auto;
    margin-bottom: 4.6875rem; }
    #body-wrapper .tv_wrap .txt_wrap.top {
      margin-bottom: 2.1875rem; }
  #body-wrapper .tv_wrap .sns_wrap {
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.9230769231em;
    letter-spacing: 0.05em; }
    #body-wrapper .tv_wrap .sns_wrap h4 {
      font-size: 1.1875rem;
      line-height: 1.6315789474em;
      letter-spacing: 0.13em; }
  #body-wrapper .tv_wrap .links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 4.6875rem; }
    #body-wrapper .tv_wrap .links li {
      margin-right: 0.9375rem; }
      #body-wrapper .tv_wrap .links li:last-child {
        margin-right: 0; }
      #body-wrapper .tv_wrap .links li a {
        display: block; }
        #body-wrapper .tv_wrap .links li a svg {
          width: auto;
          height: 1.4375rem; }
#body-wrapper .day_cat {
  margin-bottom: 3.125rem; }
  #body-wrapper .day_cat .day_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none; }
    #body-wrapper .day_cat .day_list li {
      margin-right: 1.25rem; }
      #body-wrapper .day_cat .day_list li:last-child {
        margin-right: 0; }
      #body-wrapper .day_cat .day_list li a {
        display: block;
        box-sizing: border-box;
        border: 1px solid #000000;
        padding: 0.625rem 1.25rem;
        padding-right: 2.5rem;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1;
        color: #000000;
        position: relative;
        -webkit-transition: all .6s;
        transition: all .6s; }
        #body-wrapper .day_cat .day_list li a:hover {
          background-color: #000000;
          color: #FFFFFF; }
        #body-wrapper .day_cat .day_list li a svg {
          position: absolute;
          top: 50%;
          right: 0.9375rem;
          transform: translate(0, -50%);
          -webkit-transition: all .6s;
          transition: all .6s; }
          #body-wrapper .day_cat .day_list li a svg polygon {
            -webkit-transition: all .6s;
            transition: all .6s; }
        #body-wrapper .day_cat .day_list li a:hover svg polygon {
          fill: #FFFFFF; }
  @media only screen and (max-width: 736px) {
    #body-wrapper .day_cat .day_list li {
      margin-right: 1.25rem;
      margin-bottom: 1.25rem; }
      #body-wrapper .day_cat .day_list li:last-child {
        margin-right: 0; } }
#body-wrapper .contents_cat {
  margin-bottom: 1.25rem;
  display: flex; }
  #body-wrapper .contents_cat .contents_list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: auto; }
    #body-wrapper .contents_cat .contents_list li {
      padding-right: 1.5625rem;
      border-bottom: 1px solid #A5A5A5;
      margin-bottom: 0.625rem; }
      #body-wrapper .contents_cat .contents_list li:last-child {
        padding-right: 0; }
      #body-wrapper .contents_cat .contents_list li a {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        color: #000000;
        position: relative;
        padding-bottom: 0.625rem;
        display: block;
        -webkit-transition: all .6s;
        transition: all .6s; }
        #body-wrapper .contents_cat .contents_list li a::after {
          content: "";
          display: block;
          width: 0.375rem;
          height: 0.375rem;
          background-color: #000000;
          border-radius: 50%;
          position: absolute;
          bottom: -0.21875rem;
          left: 50%;
          transform: translate(-50%, 0);
          opacity: 0;
          -webkit-transition: all .6s;
          transition: all .6s; }
        #body-wrapper .contents_cat .contents_list li a:hover::after {
          opacity: 1; }
      #body-wrapper .contents_cat .contents_list li.on a::after {
        opacity: 1; }
#body-wrapper .genre_cat {
  margin-bottom: 1.25rem;
  display: flex; }
  #body-wrapper .genre_cat .genre_list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: auto; }
    #body-wrapper .genre_cat .genre_list li {
      padding-right: 1.5625rem;
      border-bottom: 1px solid #A5A5A5;
      margin-bottom: 0.625rem; }
      #body-wrapper .genre_cat .genre_list li:last-child {
        padding-right: 0; }
      #body-wrapper .genre_cat .genre_list li a {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        color: #000000;
        position: relative;
        padding-bottom: 0.625rem;
        display: block;
        -webkit-transition: all .6s;
        transition: all .6s; }
        #body-wrapper .genre_cat .genre_list li a::after {
          content: "";
          display: block;
          width: 0.375rem;
          height: 0.375rem;
          background-color: #000000;
          border-radius: 50%;
          position: absolute;
          bottom: -0.21875rem;
          left: 50%;
          transform: translate(-50%, 0);
          opacity: 0;
          -webkit-transition: all .6s;
          transition: all .6s; }
        #body-wrapper .genre_cat .genre_list li a:hover::after {
          opacity: 1; }
      #body-wrapper .genre_cat .genre_list li.on a::after {
        opacity: 1; }
#body-wrapper .program_wrap h3 {
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.875rem;
  line-height: 0.9em;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  margin: auto;
  margin-top: 6.875rem;
  margin-bottom: 3.4375rem; }
  #body-wrapper .program_wrap h3::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000000;
    margin-top: 1.25rem; }
  #body-wrapper .program_wrap h3:first-child {
    display: inline-block; }
#body-wrapper .program_wrap .program_list {
  width: 100%;
  display: table;
  list-style: none;
  border: 1px solid #DDDDDD;
  border-bottom: none; }
  #body-wrapper .program_wrap .program_list:last-child {
    border-bottom: 1px solid #DDDDDD; }
  #body-wrapper .program_wrap .program_list li.time {
    width: 18.75%;
    border-right: 1px solid #DDDDDD;
    background-color: #F0F0F0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: "DINNextLTPro", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
    font-size: 1.25rem;
    line-height: 1.35em;
    letter-spacing: 0;
    font-weight: bold;
    -webkit-transition: all .6s;
    transition: all .6s; }
    #body-wrapper .program_wrap .program_list li.time .start {
      line-height: 1; }
    #body-wrapper .program_wrap .program_list li.time .end::before {
      content: "";
      display: block;
      width: 2px;
      height: 15px;
      background-color: #000000;
      margin: 0.375rem auto; }
  #body-wrapper .program_wrap .program_list li.con {
    width: 81.25%;
    display: table-cell;
    position: relative; }
    #body-wrapper .program_wrap .program_list li.con .ttl_wrap {
      background-color: #F0F0F0;
      padding: 1.5625rem 1.875rem 1.5625rem 1.25rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      -webkit-transition: all .6s;
      transition: all .6s; }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap.onair {
        background-color: #E20000; }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        position: relative; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl .img_wrap {
          min-width: 6.625rem;
          height: 3.75rem;
          background-position: center center;
          background-size: cover; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl h4 {
          font-size: 1.25rem;
          line-height: 1.35em;
          letter-spacing: 0.075em;
          font-weight: bold;
          padding-right: 3.125rem;
          margin-right: auto;
          margin-left: 1.25rem;
          line-break: anywhere; }
          #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl h4 p {
            font-size: 1rem;
            line-height: 1.5em;
            letter-spacing: 0;
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 0.375rem; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl::after {
          content: "";
          display: block;
          width: 1rem;
          height: 0.625rem;
          background: url(../img/tv/dw_btn.svg) no-repeat center center;
          background-size: contain;
          position: absolute;
          top: 50%;
          right: 1.25rem;
          transform: translate(0, -50%);
          -webkit-transition: all .6s;
          transition: all .6s; }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap.open {
        padding: 0.625rem 1.875rem 0.625rem 1.25rem; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap.open .ttl::after {
          transform: rotateZ(180deg) translate(0, 50%); }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap {
        min-width: 9.125rem;
        text-align: center; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .btn {
          width: 100%;
          height: 2.0625rem;
          background-color: #000000;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1rem;
          line-height: 1.75em;
          letter-spacing: 0;
          font-weight: bold;
          color: #FFFFFF;
          -webkit-transition: all .6s;
          transition: all .6s; }
          #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .btn.instagram::before {
            content: "";
            display: block;
            width: 1.25rem;
            height: 1.4375rem;
            background: url("../img/tv/ig_icon.svg") no-repeat center center;
            background-size: contain;
            margin-right: 0.5rem; }
          #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .btn.youtube::before {
            content: "";
            display: block;
            width: 1.625rem;
            height: 1.1375rem;
            background: url(../img/tv/yt_icon.svg) no-repeat center center;
            background-size: contain;
            margin-right: 0.5rem; }
          #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .btn:hover {
            opacity: .6; }
        #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .guide {
          font-size: 0.75rem;
          line-height: 2em;
          letter-spacing: 0;
          font-weight: normal;
          margin-top: 0.625rem;
          text-align: center;
          text-decoration: underline; }
    #body-wrapper .program_wrap .program_list li.con .con_wrap {
      display: none;
      padding: 2.5rem; }
      #body-wrapper .program_wrap .program_list li.con .con_wrap a {
        text-decoration: underline; }
@media only screen and (max-width: 736px) {
  #body-wrapper .program_wrap .program_list li.con .ttl_wrap {
    padding: 1.5625rem 1.25rem 1.5625rem 1.25rem;
    flex-wrap: wrap; }
    #body-wrapper .program_wrap .program_list li.con .ttl_wrap .ttl {
      width: 100%;
      margin-bottom: 1.25rem; }
    #body-wrapper .program_wrap .program_list li.con .ttl_wrap.open {
      padding: 0.625rem 1.25rem 0.625rem 1.25rem; }
    #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap {
      width: 100%; }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .guide {
        margin-top: 1.25rem;
        white-space: nowrap; }
      #body-wrapper .program_wrap .program_list li.con .ttl_wrap .btn_wrap .btn {
        height: 2.8125rem; } }
#body-wrapper .tour_movie {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  text-align: center; }
  #body-wrapper .tour_movie::after {
    content: "";
    display: block;
    clear: both; }
  #body-wrapper .tour_movie h3 {
    display: none;
    font-size: 1.875rem;
    line-height: 0.9em;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
    margin: auto;
    margin-bottom: 3.4375rem; }
    #body-wrapper .tour_movie h3::after {
      content: "";
      display: block;
      height: 3px;
      width: 100%;
      background-color: #000000;
      margin-top: 1.25rem; }
    #body-wrapper .tour_movie h3:first-child {
      display: inline-block; }
  #body-wrapper .tour_movie .movie_wrap {
    width: 100%;
    max-width: 50rem;
    margin: auto;
    padding-bottom: 6.25rem;
    margin-bottom: 3.75rem;
    border-bottom: 1px solid #C4C4C4; }
    #body-wrapper .tour_movie .movie_wrap h4 {
      font-size: 1.125rem;
      line-height: 1.3888888889em;
      letter-spacing: 0.13em;
      margin-bottom: 1.875rem;
      font-weight: bold; }
      #body-wrapper .tour_movie .movie_wrap h4 .date {
        display: block;
        font-size: 1rem;
        line-height: 1.5625em;
        letter-spacing: 0.075em; }
    #body-wrapper .tour_movie .movie_wrap .movie_con {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #body-wrapper .tour_movie .movie_wrap .movie_con iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.ig_guide_wrap {
  width: 100%;
  max-width: 50rem;
  background-color: #F0F0F0;
  margin: auto;
  position: relative;
  overflow: hidden; }
  .ig_guide_wrap .inner {
    width: 100%;
    max-width: 22.5rem;
    margin: auto; }
    .ig_guide_wrap .inner h3 {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.625rem;
      border-bottom: 1px solid #000000;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem;
      font-size: 1.125rem;
      line-height: 1.5em;
      letter-spacing: 0.075em; }
      .ig_guide_wrap .inner h3 img {
        width: 7.4375rem;
        height: auto; }
    .ig_guide_wrap .inner .ig_list {
      list-style: none; }
      .ig_guide_wrap .inner .ig_list li {
        margin-bottom: 1.5625rem;
        line-height: 0; }
        .ig_guide_wrap .inner .ig_list li:last-child {
          margin-bottom: 0; }
        .ig_guide_wrap .inner .ig_list li h4 {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 1.5625rem;
          font-size: 0.875rem;
          line-height: 1.9285714286em;
          letter-spacing: 0.075em;
          text-align: left; }
          .ig_guide_wrap .inner .ig_list li h4 img {
            width: 7.5625rem;
            height: auto;
            margin-right: 0.5rem; }
          .ig_guide_wrap .inner .ig_list li h4 img.step {
            width: 1.5625rem;
            height: auto;
            margin-right: 0.9375rem; }
        .ig_guide_wrap .inner .ig_list li img {
          width: 100%;
          height: auto; }
  @media only screen and (max-width: 736px) {
    .ig_guide_wrap .inner h3 {
      margin-top: 3.75rem; } }
