@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : program.css
Description : 番組表
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #fff;
}

.gDef-contents {
  position: relative;
}
.gDef-contents::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333;
  background-color: #1E1E1E;
  overflow-x: clip;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #333;
  word-wrap: break-word;
}

.program_container {
  position: relative;
  padding-top: 30px;
  z-index: 3;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(670 / 750 * 100%);
  z-index: 2;
}

.tab {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .program_container {
    margin: 0 auto;
    max-width: 1200px;
  }
  .inner {
    width: 100%;
    max-width: 1200px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
  .wrapper::before {
    content: "";
    position: absolute;
    display: block;
    top: 80px;
    left: -76px;
    width: 397px;
    height: calc(100% - 80px);
    background: url(../images/bg_ciecle1-l.svg) repeat-y top left/100% auto;
  }
  .wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 80px;
    right: -49px;
    width: 376px;
    height: calc(100% - 80px);
    background: url(../images/bg_ciecle1-r.svg) repeat-y top left/100% auto;
  }
}
/* =====================================================================
    SP・PC切り替え
======================================================================*/
@media screen and (max-width: 767px) {
  .program_tab_week,
  .program_tab_time {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .program_tab_day {
    display: none !important;
  }
}
/* =====================================================================
    icon_desc
======================================================================*/
.icon_desc {
  padding: 5rem 6rem;
  background: #F2F2F2;
  border-radius: 2.6rem;
}
.icon_desc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon_desc_list li {
  margin: 0 4% 10px 0;
  min-width: 48%;
}
.icon_desc_list li:nth-child(2n) {
  margin-right: 0;
}
.icon_desc_list li span {
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  font-size: 120%;
  color: #fff;
  background: #919191;
  border-radius: 0.3em;
}

@media screen and (min-width: 768px) {
  .icon_desc {
    margin-left: calc(100 / 1200 * 100%);
    padding: 0;
    width: calc(320 / 1200 * 100%);
    background: transparent;
  }
  .icon_desc_list li {
    font-size: 11px;
  }
}
/* =====================================================================
    header
======================================================================*/
.program_header {
  background: #FABF01;
  border-radius: 20px 20px 0 0;
}
.program_header::before, .program_header::after {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 6rem;
  width: 20px;
  height: 40px;
  background: url(../images/img_binder.svg) no-repeat center/contain;
}
.program_header::after {
  left: auto !important;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  .program_header .inner {
    width: 100%;
  }
}
.program_header_ttl {
  padding: 15px 0;
  width: 100%;
}
.program_header_ttl h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .program_tab {
    position: relative;
    top: 6px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.program_tab_week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(860 / 1200 * 100%);
}
.program_tab_week li {
  position: relative;
  text-align: center;
  margin: 0 calc(15 / 1200 * 100%);
  width: 32.2093023256%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.program_tab_week li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  border-radius: 16px 16px 0 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.program_tab_week li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.program_tab_week li a small {
  display: block;
  margin-top: 8px;
  font-size: 60%;
  font-weight: 700;
}
.program_tab_week li a:hover {
  opacity: 0.7;
}
.program_tab_week li.is-active::before {
  background: #FF8C00;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.program_tab_week li.is-active.is-lastWeek a::before, .program_tab_week li.is-active.is-nextWeek a::before {
  background-image: url(../images/icon_arrow_white.svg);
}
.program_tab_week li.is-active a {
  color: #fff;
}
.program_tab_week li.is-lastWeek a::before, .program_tab_week li.is-nextWeek a::before {
  content: "";
  position: absolute;
  top: 24px;
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_orange.svg) no-repeat center/contain;
  pointer-events: none;
}
.program_tab_week li.is-lastWeek a::before {
  left: 5px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.program_tab_week li.is-nextWeek a::before {
  right: 5px;
}
.program_tab_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  padding-bottom: 6px;
}
.program_tab_day li {
  width: 107px;
}
.program_tab_day li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
}
.program_tab_day li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #D1D1D1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.program_tab_day li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #FF8C00;
  border-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.program_tab_day li.is-active a {
  color: #fff;
  background: #FF8C00;
}
.program_tab_day li.is-active a::before {
  opacity: 0;
}
.program_tab_day li.is-active a::after {
  opacity: 1;
}
.program_tab_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(700 / 1200 * 100%);
  border: 1px solid #CECECE;
  border-radius: 14px;
  overflow: hidden;
}
.program_tab_time li {
  text-align: center;
  width: 19.7142857143%;
  border-right: 1px solid #CECECE;
}
.program_tab_time li:last-child {
  border-right: 0;
}
.program_tab_time li a {
  position: relative;
  padding: 4px 0;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 12px solid;
}
.program_tab_time li a::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 7px;
  height: 7px;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
  pointer-events: none;
}
.program_tab_time li a:hover {
  opacity: 0.7;
}
.program_tab_time li a small {
  font-size: 70%;
}
.program_tab_time li.is-morning a, .program_tab_time li.is-morning a::before {
  border-color: #FFCE00;
}
.program_tab_time li.is-noon a, .program_tab_time li.is-noon a::before {
  border-color: #F86542;
}
.program_tab_time li.is-night a, .program_tab_time li.is-night a::before {
  border-color: #24A3FA;
}
.program_tab_time li.is-midnight a, .program_tab_time li.is-midnight a::before {
  border-color: #8574CE;
}
.program_tab_time li.is-onair a, .program_tab_time li.is-onair a::before {
  border-color: #FABF01;
}

@media screen and (min-width: 768px) {
  .program_header {
    padding-top: 40px;
  }
  .program_header::before, .program_header::after {
    top: -2.6rem;
    left: 8rem;
    width: 3.4rem;
    height: 6.6rem;
  }
  .program_header::after {
    right: 8rem;
  }
  .program_header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .program_header_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    margin-right: calc(40 / 1200 * 100%);
    width: auto;
  }
  .program_header_ttl h2 {
    font-size: 3.2rem;
    font-size: 32px;
  }
  .program_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
    width: 100%;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_header_ttl {
    margin-right: calc(100 / 1200 * 100%);
  }
  .program_tab_time li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    border-bottom-width: 6px;
  }
  .program_tab_time li a::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    background-image: url(../images/icon_arrow_orange.svg);
  }
  .program_tab_time li a small {
    margin-left: 0.3em;
  }
}
/* =====================================================================
    contents, table
======================================================================*/
[data-time=is-morning] .time {
  background-color: #FFF398;
}

[data-time=is-noon] .time {
  background-color: #FFBAAA;
}

[data-time=is-night] .time {
  background-color: #B4E0FF;
}

[data-time=is-midnight] .time {
  background-color: #CBCFEF;
}

.program_contents {
  background-color: #fff;
}

.program_table tbody tr[data-time=is-morning] th {
  background: #FFCE00;
}
.program_table tbody tr[data-time=is-noon] th {
  background: #F86542;
}
.program_table tbody tr[data-time=is-night] th {
  background: #24A3FA;
}
.program_table tbody tr[data-time=is-midnight] th {
  color: #fff;
  background: #8574CE;
}
.program_table tbody th {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 110%;
  font-weight: 700;
}
.program_table tbody td.is-past {
  background-color: #EFEFEF;
}
.program_table tbody td.is-past .time {
  background-color: #CECECE;
}
.program_table tbody td.is-today {
  background: #ffe695;
}
.program_table tbody td.is-now {
  padding-top: 50px;
  background: #FABF01;
}

.program_table tbody td,
.program_popup_content {
  position: relative;
  padding: 3rem;
  padding-left: 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.program_table tbody td > a,
.program_table tbody td > div,
.program_popup_content > a,
.program_popup_content > div {
  line-height: 1.3;
}
.program_table tbody td > a[href] .ttl,
.program_popup_content > a[href] .ttl {
  text-decoration: underline;
}
.program_table tbody td .onair,
.program_popup_content .onair {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin-bottom: 8px;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: #FF0000;
}
.program_table tbody td .onair::after,
.program_popup_content .onair::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #FF0000;
  border-bottom: 0;
}
.program_table tbody td .time,
.program_popup_content .time {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 4px;
  font-size: 80%;
  font-weight: 700;
}
.program_table tbody td .img,
.program_popup_content .img {
  margin: 0 auto 8px;
}
.program_table tbody td .ttl,
.program_popup_content .ttl {
  margin-bottom: 10px;
  font-weight: 700;
}
.program_table tbody td .icon,
.program_popup_content .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.program_table tbody td .icon li,
.program_popup_content .icon li {
  margin: 0 4px 4px 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 85%;
  color: #fff;
  background: #919191;
  border-radius: 0.3em;
}
.program_table tbody td .desc,
.program_popup_content .desc {
  font-size: 90%;
}
.program_table tbody td .delivery,
.program_popup_content .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
.program_table tbody td .delivery li,
.program_popup_content .delivery li {
  margin: 0 1% 8px 0;
  width: 49.5%;
}
.program_table tbody td .delivery li:nth-child(2n),
.program_popup_content .delivery li:nth-child(2n) {
  margin-right: 0;
}
.program_table tbody td .delivery li a,
.program_popup_content .delivery li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 1.5em;
  height: 42px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  background-color: #fff;
  border: 2px solid;
  border-radius: 3em;
}
.program_table tbody td .delivery li a svg,
.program_popup_content .delivery li a svg {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  stroke: #fff;
}
.program_table tbody td .delivery_tver a,
.program_popup_content .delivery_tver a {
  color: #2C9ED4;
  border-color: #2C9ED4 !important;
}
.program_table tbody td .delivery_tver a svg,
.program_popup_content .delivery_tver a svg {
  fill: #2C9ED4;
}
.program_table tbody td .delivery_hulu a,
.program_popup_content .delivery_hulu a {
  color: #249933;
  border-color: #249933 !important;
}
.program_table tbody td .delivery_hulu a svg,
.program_popup_content .delivery_hulu a svg {
  fill: #249933;
}
.program_table tbody td .delivery_netflix a,
.program_popup_content .delivery_netflix a {
  color: #EF373F;
  border-color: #EF373F !important;
}
.program_table tbody td .delivery_netflix a svg,
.program_popup_content .delivery_netflix a svg {
  fill: #EF373F;
}
.program_table tbody td .delivery_lemino a,
.program_popup_content .delivery_lemino a {
  color: #FF0576;
  border-color: #FF0576 !important;
}
.program_table tbody td .delivery_lemino a svg,
.program_popup_content .delivery_lemino a svg {
  fill: #FF0576;
}
.program_table tbody td .delivery_dmm a,
.program_popup_content .delivery_dmm a {
  color: #000;
  border-color: #000 !important;
}
.program_table tbody td .delivery_dmm a svg,
.program_popup_content .delivery_dmm a svg {
  fill: #000;
}

@media screen and (max-width: 767px) {
  .program_table {
    margin: 0 auto;
  }
  .program_table tbody tr {
    border-left: 1.5rem solid;
  }
  .program_table tbody tr[data-time=is-morning] {
    border-color: #FFCE00;
  }
  .program_table tbody tr[data-time=is-noon] {
    border-color: #F86542;
  }
  .program_table tbody tr[data-time=is-night] {
    border-color: #24A3FA;
  }
  .program_table tbody tr[data-time=is-midnight] {
    border-color: #8574CE;
  }
  .program_table tbody tr:nth-child(2n+1) {
    background-color: #F7F7F7;
  }
  .program_table tbody td .time {
    position: absolute;
    top: 0;
    left: 0;
  }
  .program_table tbody td .img {
    width: 58%;
  }
  .program_table tbody td .accordion_head {
    position: relative;
    padding: 0 2em 0 4em;
  }
  .program_table tbody td .accordion_head > *:last-child {
    margin-bottom: 0;
  }
  .program_table tbody td .accordion_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 100%;
    z-index: 1;
  }
  .program_table tbody td .accordion_btn::before {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../images/icon_arrow_orange.svg) no-repeat center/contain;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
            transform: rotate(90deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .program_table tbody td .accordion_btn.active::before {
    -webkit-transform: rotate(270deg) translate(-50%, -50%);
            transform: rotate(270deg) translate(-50%, -50%);
  }
  .program_table tbody td .accordion_content {
    padding: 10px 0 0;
  }
  .program_table tbody td .accordion_content > *:last-child {
    margin-bottom: 0;
  }
  .program_table tbody td.is-now .accordion_btn::before {
    border-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .program .main {
    padding: 20px 0;
  }
  .program_table_container {
    position: relative;
  }
  .program_table_wrapper {
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1200px;
    overflow-x: auto;
  }
  .program_table_wrapper.fixed .program_table thead {
    position: fixed;
  }
  .program_table thead th,
  .program_table tbody th {
    width: 40px;
    min-width: 40px;
    font-family: "Monomaniac One", sans-serif;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
  }
  .program_table thead td,
  .program_table tbody td {
    border: 2px solid #F2F2F2;
  }
  .program_table thead {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    background-color: #fff;
    border-bottom: 3px solid #fff;
    z-index: 10;
  }
  .program_table thead th {
    position: relative;
  }
  .program_table thead th a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .program_table thead th a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: url(../images/icon_arrow_orange.svg) no-repeat center/contain;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .program_table thead th a:hover::before {
    opacity: 0.7;
  }
  .program_table thead th.is-lastWeek a::before {
    -webkit-transform: scale(-1, 1) translate(-50%, -50%);
            transform: scale(-1, 1) translate(-50%, -50%);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .program_table thead th.is-nextWeek a::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .program_table thead td {
    vertical-align: middle;
    text-align: center;
    height: 46px;
    font-weight: 700;
    font-size: 16px;
    border-color: #fff !important;
    background: #F2F2F2;
    border-radius: 16px 16px 0 0;
  }
  .program_table thead td.is-today {
    color: #fff;
    background: #FF8C00;
  }
  .program_table thead td.is-past {
    color: #6C6C6C;
  }
  .program_table thead td.is-sat {
    color: #009dd4;
  }
  .program_table thead td.is-sun {
    color: #d02f7f;
  }
  .program_table tbody th {
    position: sticky;
    z-index: 2;
  }
  .program_table tbody th.tableTime_l {
    left: 0;
  }
  .program_table tbody th.tableTime_r {
    right: 0;
  }
  .program_table tbody td {
    height: 100%;
  }
  .program_table tbody td.is-now {
    padding: 3px;
    padding-top: 28px;
    background: #FF0000;
  }
  .program_table tbody td.is-now > a {
    padding: 7px;
    height: 100%;
    background: #FABF01;
    border-radius: 8px 8px 0 0;
  }
  .program_table tbody td .onair {
    padding: 6px;
    font-size: 12px;
  }
  .program_table tbody td .img {
    display: none;
  }
  .program_table tbody td .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td .desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-10m .ttl, .program_table tbody td.is-20m .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-10m .desc, .program_table tbody td.is-20m .desc {
    display: none;
  }
  .program_table tbody td.is-30m .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-30m .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-60m .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-60m .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-120m .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td.is-120m .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .program_table tbody td,
  .program_popup_content {
    padding: 10px;
  }
  .program_table tbody td > a,
  .program_table tbody td > div,
  .program_popup_content > a,
  .program_popup_content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .program_table tbody td .ttl,
  .program_table tbody td .desc,
  .program_popup_content .ttl,
  .program_popup_content .desc {
    width: 100%;
  }
  .program_popup_content .onair {
    display: none;
  }
  .program_table thead td,
  .program_table tbody td,
  .program_popup {
    width: 159px;
    min-width: 159px;
  }
  .program_table tbody td .icon,
  .program_popup .icon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 8px;
  }
  .program_table tbody td .icon li,
  .program_popup .icon li {
    margin: 0 0 3px 3px;
  }
  .program_table tbody td .delivery li,
  .program_popup .delivery li {
    margin-right: 0;
    width: 100%;
  }
  .program_table tbody td .delivery li a,
  .program_popup .delivery li a {
    height: 36px;
    font-size: 10px;
  }
  .program_table tbody td .delivery li a:hover,
  .program_popup .delivery li a:hover {
    opacity: 0.7;
  }
  .program_table_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .program_table {
    height: 100%;
    table-layout: fixed;
  }
}
@media screen and (min-width: 1200px) {
  .program_table_container {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/* =====================================================================
    program_popup
======================================================================*/
.program_popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  background: #fff2c8;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  z-index: 10;
}

/* =====================================================================
    footer
======================================================================*/
.program_footer {
  padding: 50px 0 100px;
}

.btn_tver {
  margin-top: 30px;
}
.btn_tver a {
  position: relative;
  text-align: center;
  padding: 1.2em 2em;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#41F6FF), to(#1363B9));
  background: linear-gradient(270deg, #41F6FF 0%, #1363B9 100%);
  border-radius: 3em;
}
.btn_tver a svg {
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  fill: #fff;
  stroke: #1975C2;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.pagetop a {
  width: 50px;
  height: 50px;
  background-color: #FF8C00;
  border-radius: 50%;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 22%;
  height: 22%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
}
.pagetop a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (min-width: 768px) {
  .btn_tver {
    margin: 0 auto;
    width: 390px;
  }
  .btn_tver a:hover {
    opacity: 0.7;
  }
}
.maintenance-message {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
}

/* =====================================================================
    scroll-hint
======================================================================*/
.program-scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 60px 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.program-scroll-hint::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(../images/icon_point.svg) no-repeat center/contain;
  -webkit-animation: scroll-hint-animation 1.5s infinite ease;
          animation: scroll-hint-animation 1.5s infinite ease;
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=program-weekly.css.map */