@charset "UTF-8";
.schedule_head {
  padding: 0 20px;
}

.schedule_head .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.schedule_movie_tab {
  position: relative;
  padding-top: 56.25%;
  background-color: #000;
}

.schedule_movie {
  display: none;
}

.schedule_movie.active {
  display: block;
}

.schedule_movie img, .schedule_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie_tab_btn {
  display: flex;
  justify-content: center;
  width: calc(100% + 6px);
  margin: 20px -3px 10px;
}

.movie_tab_btn li {
  width: calc(36% - 12px);
  max-width: 135px;
  padding: 0 3px;
}

.movie_tab_btn li:nth-of-type(1) {
  width: calc(28% - 12px);
}

.movie_tab_btn button {
  display: block;
  width: 100%;
  padding: 7px 5px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}

.movie_tab_btn button.current {
  color: #fff;
  background-color: #d9272b;
  border-color: #d9272b;
}

.movie_tab_btn .reroad {
  width: 36px;
}

.movie_tab_btn .reroad input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/ico_reload.png?1419) center center no-repeat #000;
  background-size: 20px auto;
  border-color: #000;
}

@media (min-width: 768px) {
  .movie_tab_btn {
    margin: 20px 0 10px;
  }
  .movie_tab_btn li {
    width: 33.333%;
    max-width: calc(135px + 10px);
    padding: 0 5px;
  }
  .movie_tab_btn button {
    padding: 7px 5px;
    font-size: 1.4rem;
    line-height: 1.3;
    transition-property: color,background,border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .movie_tab_btn button:hover {
    color: #fff;
    background-color: #d9272b;
    border-color: #d9272b;
  }
  .reroad input {
    transition-property: color,background,border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .reroad input:hover {
    color: #fff;
    background-color: #d9272b;
    border-color: #d9272b;
  }
}

.schedule_onair_block {
  display: none;
  position: relative;
  max-width: 560px;
  min-height: 60px;
  margin: 20px auto 0;
  padding: 10px 10px 10px 30px;
  border: 2px solid #d3d3d3;
}

.schedule_onair_block.active {
  display: block;
}

.schedule_onair_block:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: calc(100% + 2px);
  background-color: #d3d3d3;
}

.schedule_onair_block:after {
  content: 'ON AIR';
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.onair_inner {
  display: flex;
}

.onair_inner .onair_img {
  width: 100px;
}

.onair_inner .onair_text {
  width: calc(100% - 100px);
  padding-left: 10px;
}

.onair_inner .onair_text .onair_title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.onair_inner .onair_text .onair_taglist {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0;
}

.onair_inner .onair_text .onair_taglist .tag_purpose,
.onair_inner .onair_text .onair_taglist .tag_field {
  display: inline-block;
  margin: 7px 5px 0 0;
  padding: 5px 9px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 10px;
}

.onair_inner .onair_text .onair_taglist .tag_purpose {
  background-color: #fbe6bf;
}

.onair_inner .onair_text .onair_taglist .tag_field {
  background-color: #eceaed;
}

@media (min-width: 768px) {
  .schedule_onair_block {
    margin: 25px auto 0;
    padding: 15px 10px 15px 40px;
  }
  .onair_inner {
    display: flex;
  }
  .onair_inner .onair_img {
    width: 30%;
  }
  .onair_inner .onair_text {
    width: 70%;
    padding-left: 20px;
  }
  .onair_inner .onair_text .onair_title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.schedule_main_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.schedule_main_title h2 {
  color: #d9272b;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.schedule_main_title ul {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.schedule_main_title ul li {
  font-weight: bold;
  line-height: 1;
}

.schedule_main_title ul li a {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
}

.schedule_main_title ul .tw_link {
  margin-right: 10px;
}

.schedule_main_title ul .tw_link a {
  padding-left: 18px;
}

.schedule_main_title ul .tw_link a:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  padding-top: 4px;
  text-align: center;
  font-size: 1.0rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 50%;
  transform: scale(0.8);
  transform-origin: top left;
}

@media (min-width: 768px) {
  .schedule_main_title {
    padding: 45px 0;
  }
  .schedule_main_title h2 {
    font-size: 3.0rem;
  }
  .schedule_main_title ul {
    margin: 0;
  }
  .schedule_main_title ul li a {
    font-size: 1.6rem;
    transition: 0.2s color ease;
  }
  .schedule_main_title ul li a:hover {
    color: #d9272b;
  }
  .schedule_main_title ul .tw_link {
    margin-right: 30px;
  }
  .schedule_main_title ul .tw_link a {
    padding-left: 25px;
  }
  .schedule_main_title ul .tw_link a:before {
    transform: scale(1);
    transition: 0.2s background-color ease;
  }
  .schedule_main_title ul .tw_link a:hover:before {
    color: #fff;
    background-color: #d9272b;
  }
}

.conference_nav {
  background: #d3d3d3;
  padding: 12px 20px;
}

.conference_nav ul {
  display: flex;
  justify-content: center;
  width: calc(100% + 4px);
  margin: 0 -2px;
}

.conference_nav li {
  width: 16.66667%;
  padding: 0 2px;
}

.conference_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 12px;
}

.conference_nav li a span {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}

.conference_nav li a small {
  margin-top: 5px;
  display: block;
  font-size: 1.0rem;
}

.conference_nav .nav_today a {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.conference_nav .nav_today a span {
  font-size: 1.0rem;
}

.conference_nav .current a {
  color: #fff;
  background: #d9272b;
  border-color: #d9272b;
}

@media (min-width: 768px) {
  .conference_nav {
    padding: 45px 50px;
  }
  .conference_nav ul {
    display: flex;
    justify-content: center;
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
  .conference_nav li {
    width: 16.66667%;
    max-width: 150px;
    padding: 0 6px;
  }
  .conference_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #808080;
    border-radius: 12px;
    transition-property: color,background,border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .conference_nav li a span {
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .conference_nav li a small {
    margin-left: 3px;
    display: inline;
    font-size: 1.3rem;
  }
  .conference_nav .nav_today a span {
    font-size: 2.0rem;
  }
  .conference_nav li a:hover,
  .conference_nav .current a {
    color: #fff;
    background: #d9272b;
    border-color: #d9272b;
  }
}

.schedule_title {
  position: relative;
  margin: 0 0 15px;
}

.schedule_title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9272b;
}

.schedule_title span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #d9272b;
  background-color: #fff;
}

@media (min-width: 768px) {
  .schedule_title span {
    font-size: 2rem;
  }
}

.schedule_list_wrap .page_program_list {
  width: 100%;
  margin: 0;
}

.schedule_list_wrap .page_program_item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 20px;
}

.schedule_list_wrap .page_program_item article {
  position: relative;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 100%;
}

.schedule_list_wrap .page_program_item .program_list_title {
  margin-top: 0 !important;
  padding-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.schedule_list_wrap .page_program_item .program_list_text {
  background-color: #fff;
}

.schedule_day_tab {
  display: none;
}

.schedule_day_tab.active {
  display: block;
}

.schedule_day_title {
  margin-top: 30px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}

.schedule_day_title small {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
}

@media (min-width: 541px) {
  .schedule_list_wrap .page_program_item .program_list_title {
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .schedule_list_wrap .page_program_item .program_list_img a span {
    transition: opacity 0.3s ease;
  }
  .schedule_list_wrap .page_program_item .program_list_img a:hover span {
    opacity: 0.65;
  }
  .schedule_day_title {
    margin-top: 50px;
    font-size: 4.2rem;
    letter-spacing: 0;
  }
  .schedule_day_title small {
    margin-left: 8px;
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .schedule_list_wrap .page_program_item .program_list_title {
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.schedule_list_wrap .schedule_list_item {
  padding: 25px 20px 20px;
}

.schedule_conference {
  display: flex;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.schedule_conference .schedule_conference_item {
  width: 50%;
}

.schedule_conference .channel_name {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .schedule_list_wrap {
    display: flex;
    width: 100%;
    padding: 50px 20px 65px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .schedule_list_wrap .page_program_item {
    padding-bottom: 20px;
  }
  .schedule_list_wrap .page_program_item .program_list_text {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .schedule_list_wrap .page_program_item article:hover {
    transform: none !important;
  }
  .schedule_list_wrap .schedule_list_item.item_conference {
    width: calc(67% + 15px);
    padding: 0;
  }
  .schedule_list_wrap .schedule_list_item.item_event {
    width: calc(33% - 15px);
    padding: 0 0 0 30px;
  }
  .schedule_conference {
    width: 100%;
    margin: 0;
  }
  .schedule_conference .channel_name {
    padding: 10px 0;
  }
}

.timetable_block .block_item {
  position: relative;
  min-height: 50px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .timetable_block .block_item {
    position: relative;
    min-height: 50px;
    padding: 0 20px;
  }
}

.channel_A {
  background-color: #F0F0F0;
}

.channel_A .channel_name {
  background-color: #767676;
}

.channel_A .timetable_block .block_item {
  padding: 0 10px 0 22px;
}

.channel_A .timetable_block .block_item:nth-of-type(2n+1) {
  background-color: #FFF;
}

.channel_A .timetable_block .block_item:before {
  top: 3px;
  left: 3px;
  color: #767676;
  transform: rotate(90deg) translate(35%, 80%);
}

.channel_A .conference_program_more a {
  background-color: #767676;
}

.channel_B {
  background-color: #D5D5D5;
}

.channel_B .channel_name {
  background-color: #444;
}

.channel_B .timetable_block .block_item {
  padding: 0 22px 0 10px;
}

.channel_B .timetable_block .block_item:nth-of-type(2n+1) {
  background-color: #EDEDED;
}

.channel_B .timetable_block .block_item:before {
  top: 3px;
  right: 3px;
  color: #444;
  transform: rotate(90deg) translate(35%, -80%);
}

.channel_B .conference_program_more a {
  background-color: #444;
}

@media (min-width: 992px) {
  .channel_A .timetable_block .block_item, .channel_B .timetable_block .block_item {
    padding: 0 30px;
  }
}

.timetable_block .block_item {
  position: relative;
}

.timetable_block .block_item:before {
  content: '';
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
}

.timetable_block .block_item.time1000:before {
  content: '10:00';
}

.timetable_block .block_item.time1100:before {
  content: '11:00';
}

.timetable_block .block_item.time1200:before {
  content: '12:00';
}

.timetable_block .block_item.time1300:before {
  content: '13:00';
}

.timetable_block .block_item.time1400:before {
  content: '14:00';
}

.timetable_block .block_item.time1500:before {
  content: '15:00';
}

.timetable_block .block_item.time1600:before {
  content: '16:00';
}

.timetable_block .block_item.time1700:before {
  content: '17:00';
}

.timetable_block .block_item.time1800:before {
  content: '18:00';
}

.timetable_block .block_item.time1900:before {
  content: '19:00';
}

.timetable_block .block_item.time2000:before {
  content: '20:00';
}

.timetable_block .block_item.time2100:before {
  content: '21:00';
}

@media (min-width: 992px) {
  .timetable_block .block_item:before {
    font-size: 1.5rem;
  }
}

.conference_program_more {
  display: flex;
  flex-wrap: wrap;
}

.conference_program_more li {
  margin: 10px 10px 0 0;
}

.conference_program_more li:last-of-type {
  margin-right: 0;
}

.conference_program_more li a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 25px;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #808080;
  border-radius: 20px;
}

.conference_program_more li a:before {
  content: '';
  position: absolute;
  left: 8px;
  top: calc(50% - 3px);
  width: 12px;
  height: 6px;
  background: url(../img/arrow_white.png) bottom right no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .conference_program_more li {
    margin: 10px 10px 0 0;
  }
  .conference_program_more li:last-of-type {
    margin-right: 0;
  }
  .conference_program_more li a {
    padding: 8px 12px 8px 40px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
  }
  .conference_program_more li a:before {
    left: 15px;
    top: calc(50% - 4px);
    width: 16px;
    height: 8px;
    transition: transform 0.3s ease;
  }
  .conference_program_more li a:hover {
    background-color: #d9272b;
  }
  .conference_program_more li a:hover:before {
    transform: translateX(5px);
  }
}
