@charset "UTF-8";
/* @use 'variables' as *; */
/*----------------------------------------
    top page
------------------------------------------*/
:root {
  --frame_padding:22px;
}


@media screen and (max-width: 835px) {
  :root {
    --frame_padding:12px;
  }
  .fix_frame:before {
    border-width: 3px;
  }
}

.section_wrap:not(:last-of-type) {
  margin-bottom: 100px;
}

@media screen and (max-width: 835px) {
  .section_wrap {
    width: 100%;
  }
  .section_wrap:not(:last-of-type) {
    margin-bottom: 7vw;
  }
}
/* fv
------------------------------------------*/
.viewContent {
  /* border: 1px solid var(--c_lightgray); */
  padding: 40px 4% 50px;
  /* background: var(--c_content_color); */
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.viewContent:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  border-top: 20px solid #df0515;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #df0515;
}
/*
.viewContent:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  border-top: 20px solid transparent;
  border-right: 20px solid #df0515;
  border-bottom: 20px solid #df0515;
  border-left: 20px solid transparent;
}
*/
.viewContent .btn_outer {
  text-align: center;
}

.viewContent .cmn_link_btn_a {
  /* background: var(--c_content_color); */
  border: solid 1px #de0515;
  background: #de0515;
  color: #fff;
  max-width: 472px;
  transition: all 0.4s ease-out;
}

.viewContent .cmn_link_btn_a:hover{
  opacity: 1;
  background: #000;
}



.cmn_link_btn_a.ticket_b {
  /* background: var(--c_content_color); */
  background: #020a1f;
}
.cmn_link_btn_a.ticket_b:hover{
  opacity: 1;
  background: #de0515;
}

.viewContent .cmn_link_btn_a:before {
  border-color: #fff;
}

.viewContent .catch {
  /* font-size: clamp(3.8vw, 5.6vw, 24px); */
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: bold;
  font-family: var(--f_zenkaku);
  margin-bottom: 60px;
}

@media screen and (max-width: 835px) {
  .viewContent {
    width: 90%;
    padding: 6.4vw 4.7vw;
  }
  .viewContent .cmn_link_btn_a {
    width: 60.51vw;
    max-width: none;
    padding: 1em 0;
  }
  .viewContent .catch {
    font-size: 3.8vw;
    margin-bottom: 6vw;
  }
}

.sec_h {
  text-align: center;
  /* color: var(--c_ac_color); */
  color: #fff;
  position: relative;
  /* padding-bottom: 16px; */
  margin-bottom: 30px;
}

.sec_h:before {
  position: absolute;
  /* content: ""; */
  background: var(--c_ac_color);
  width: 16px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sec_h .main_tit {
  font-size: min(6.15vw, 57px);
  line-height: 1.4em;
  font-weight: 900;
  display: block;
  /*filter: drop-shadow(0px 6px 0px var(--c_theme_color_dark));*/
}
.sec_h .main_tit::first-letter {
  color: #df0515;
}

.sec_h .sub_tit {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #df0515;
  /* font-family: var(--f_forum); */
  font-size: 18px;
  font-size: min(2.3vw, 18px);
  letter-spacing: 0.4em;
}

@media screen and (max-width: 835px) {
  .sec_h {
    margin-bottom: 3vw;
  }
  .sec_h .main_tit {
    /* font-size: 6.15vw; */
  }
}
#fv {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 140px;
  padding-inline: var(--frame_padding);
}
.streaming_page #fv {
  padding-top: 160px;
  text-align: center;
  margin-bottom: 70px;
  padding-inline: var(--frame_padding);
}

.liveviewing_page #fv {
  padding-top: 160px;
  text-align: center;
  margin-bottom: 70px;
  padding-inline: var(--frame_padding);
}

#fv .main_logo {
  margin: 0 auto 3vw;
  max-width: min(50%, 654px);
}

#fv .main_logo img {
  width: 100%;
}
#fv .date {
  font-family: "Roboto","Noto Sans JP", sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.2em;
}
#fv .date span {font-size: 40px;line-height: 1em;}
#fv .subtitle {
  font-size: 57px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 900;
  /* font-family: var(--f_zenkaku); */
  font-family: "Roboto","Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  color: #de0515;
}
#fv .subtitle span {
  font-size: 36px;
  color: #fff;
}
#fv .sub_text {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f_zenkaku);
  margin-bottom: 60px;
}

#fv .sub_text02 {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f_zenkaku);
  margin-top: 60px;
}

#fv .link_blank_wrap .link_blank {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  text-align: left;
  position: relative;
}

#fv .link_blank_wrap .link_blank::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

#fv .btn_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 2%;
}
#fv .btn_list li {
  width: 49%;
}
#fv .btn_list li a,.arrow_btn {
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  padding: 12px 0;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  transition: 0.4s;
  background-color: transparent;
}
#fv .btn_list li a:hover,.arrow_btn:hover {
  transition: 0.4s;
  background-color: #172a51;
}
.arrow_btn {
  display: table;
  text-align: center;
  width: 243px;
  margin: 0 auto;
  margin-top: 1.5em;
}


@media screen and (min-width: 1146px) {
  #fv .btn_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px 2%;
  }
  #fv .btn_list li {
    width: 24%;
  }
}


#fv .btn_list li a:hover,.arrow_btn:hover {
  //opacity: 0.8;
}
#fv .btn_list li a:after,.arrow_btn:hover {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-75%) rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.top_note{display: block; line-height: 1.7em; font-size: 0.9em; margin-top: 0.5em;}

@media screen and (max-width: 835px) {
  #fv {
    padding-top: 8vw;
    margin-bottom: 10vw;
  }
  #fv .main_logo {
    max-width: 90%;
    margin-bottom: 5vw;
  }

  #fv .date {
    font-size: 7vw;
    line-height: 1.2em;
  }

  #fv .date span {
    font-size: 5vw;
    line-height: 1em;
  }

  #fv .subtitle {
    font-size: 7vw;
    line-height: 1.3em;
    margin-bottom: 4vw;
  }

  #fv .sub_text {
    font-size: 3.6vw;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #fv .btn_list {
    justify-content: space-between;
    gap: 3.3vw 2%;
  }
  #fv .btn_list li {
    width: 48%;
  }
  #fv .btn_list li a {
    border-radius: 10px;
    display: block;
    padding: 0.9em 0;
    font-weight: bold;
    font-size: 3vw;
    color: #fff;
  }
  
  .arrow_btn {
    font-size: 2.69vw;
    width: 39.87vw;
  }
  
  #fv .sub_text {
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--f_zenkaku);
    margin-bottom: 60px;
  }

  #fv .sub_text02 {
    text-align: left;
    text-align: justify;
    font-size: 3.3vw;
    margin-top: 8vw;
  }

}
.outline_list {
  margin: 0 auto 50px;
  word-break: auto-phrase;
}

.outline_list dl {
  border-bottom: 1px solid #787878;
  padding: 20px 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.outline_list dl:first-of-type {
  border-top: 1px solid #787878;
}

.outline_list dl dt {
  width: 200px;
}

.outline_list dl dd {
  width: calc(100% - 200px);
}

.outline_list dl dd span{
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (max-width: 835px) {
  .outline_list {
    margin-bottom: 7vw;
  }

  .outline_list dl {
    flex-direction: column;
    padding: 4vw 0;
    gap: 2vw;
  }

  .outline_list dl dt {
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.2em;
  }

  .outline_list dl dd {
    width: 100%;
  }
}


.tk_block {
  font-family: var(--f_zenkaku);
}

.tk_block:not(:last-of-type) {
  /* margin-bottom: 80px; */
}

.tk_block .tk_box {
  background: #262626;
  margin-bottom: 30px;
  padding: 24px 20px;
}

.tk_block .tk_rack {
  padding: 16px;
}

.tk_block .tk_rack:first-of-type {
  padding-top: 0;
}

.tk_block .tk_rack:last-of-type {
  padding-bottom: 0;
}

.tk_block .tk_rack:not(:last-of-type) {
  border-bottom: 1px dashed #4e4e4e;
}

.tk_block .tk_rack .tk_tit {
  font-size: 21px;
  line-height: 1.2em;
  color: #de0515;
  font-weight: 500;
}

.tk_block .tk_rack .tk_date dl {
  display: flex;
}

.tk_block .tk_rack .tk_date dl dt {
  width: 200px;
}

.tk_block .tk_rack .tk_date dl dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 835px) {
  .tk_block:not(:last-of-type) {
    margin-bottom: 6vw;
  }

  .tk_block .tk_box {
    margin-bottom: 4vw;
    padding: 3vw 3vw;
  }

  .tk_block .tk_rack {
    padding: 2vw 0px;
  }

  .tk_block .tk_rack .tk_tit {
    font-size: 3.07vw;
    line-height: 1.4em;
  }

  .tk_block .tk_rack .tk_date dl {
    flex-direction: column;
    gap: 4px;
  }

  .tk_block .tk_rack .tk_date dl dt {
    font-size: 3.07vw;
    width: 100%;
  }

  .tk_block .tk_rack .tk_date dl dd {
    width: 100%;
  }
}


/*----------------------------------------
    オンライン配信
------------------------------------------*/
.right_fix_btn {
  position: fixed;
  top: 410px;
  right: 0;
  z-index: 4;
  width: 86px;
}
.right_fix_btn a {
  opacity: 1.0;
  transition: 0.4s;
}
.right_fix_btn a:hover {
  opacity: 0.8;
  transition: 0.4s;
}

@media screen and (max-width: 835px) {
  .right_fix_btn {
    top: 72vw;
    right: 0;
    width: 10.7vw;
  }
}
@-webkit-keyframes rotation_02 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotation_02 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.streaming_page #fv .main_logo {
  margin: 0 auto 3vw;
  max-width: min(90%, 989px);
}
.streaming_page #fv .main_logo img {
  width: 100%;
}

.streaming_page #fv .subtitle {
  margin-bottom: 0.2em;
}
.streaming_page #fv .archive_t {
  font-weight: 900;
  font-size: 36px;
  color: #fff;
}
.streaming_page #fv .sub_text {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f_zenkaku);
  margin-bottom: 60px;
}

@media screen and (max-width: 835px) {
  .streaming_page #fv {
    padding-top: 7.69vw;
    margin-bottom: 0;
  }
  .streaming_page #fv .main_logo {
    width: 78%;
    margin-bottom: 5vw;
  }

  .streaming_page #fv .archive_t {
    font-weight: 900;
    font-size: 4.6vw;
    color: #fff;
  }

  .streaming_page #fv .sub_text {
    font-size: 3.3vw;
    line-height: 1.6em;
    text-align: center;
    width: 92%;
    margin: 0 auto;
  }
}

.liveviewing_page #fv .main_logo {
  margin: 0 auto 3vw;
  max-width: min(90%, 837px);
}
.liveviewing_page #fv .main_logo img {
  width: 100%;
}
.liveviewing_page #fv .subtitle {
  margin-bottom: 0.7em;
}
.liveviewing_page #fv .sub_text {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f_zenkaku);
  margin-bottom: 60px;
}

@media screen and (max-width: 835px) {
  .liveviewing_page #fv {
    padding-top: 7.69vw;
    margin-bottom: 0;
  }
  .liveviewing_page #fv .main_logo {
    width: 78%;
    margin-bottom: 5vw;
  }
  .liveviewing_page #fv .subtitle {
    /* margin-bottom: 4vw; */
    font-size: 6.3vw;
  }
  .liveviewing_page #fv .sub_text {
    font-size: 2.9vw;
    line-height: 1.6em;
    text-align: center;
    /* width: 92%; */
    margin: 0 auto;
  }
}


#outline {
  /* background: var(--c_theme_color);
  padding: 80px 0 130px 0; */
}

.date_t01 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 33px;
}
.date_t01 span {
  font-size: 42px;
}

.date_t02 {
  display: table;
  margin: 1.2em auto 1em;
  color: #000;
  background: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.6em 0.6em;
  font-size: 23px;
}
.date_t02 span {
  font-size: 30px;
}

.outline_wrap .outline_block {
  font-family: var(--f_zenkaku);
}

.outline_wrap .outline_block:not(:last-of-type) {
  margin-bottom: 70px;
}

.outline_wrap .outline_block .tit {
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 900;
  border-bottom: 1px solid #676767;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.outline_wrap .outline_block .text {
  font-size: 21px;
  line-height: 1.6em;
  text-align: center;
  word-break: keep-all;
  margin-top: 1em;
  }
  .outline_wrap .outline_block .text.kome02 {
    font-size: 14px;
    word-break: normal;
  }

.cmn_list_kome {
  display: table;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 835px) {
  #outline {padding: 30px 0;}
  #outline .date_wrap {margin-bottom: 36px;}
  #outline .date_wrap .date_text {gap: 5px;}
  #outline .date_wrap .date_text .year {font-size: 16px;line-height: 1em;}
  #outline .date_wrap .date_text .date {font-size: 30px;line-height: 1em;}
  #outline .date_wrap .date_text .day {font-size: 16px;line-height: 1em;}
  #outline .date_wrap .hour {font-size: 14px;line-height: 1.4em;}
  #outline .date_wrap .period {font-size: 26px;line-height: 1.4em;padding: 0.6em 0.2em 0.5em;}
  #outline .date_wrap .period .note {padding-top: 1em;font-size: 15px;line-height: 1.3em;}
  #outline .date_wrap .note {font-size: 14px;line-height: 1.4em;}
  .outline_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .outline_wrap .outline_block:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .date_t01 {
    font-size: 3.33vw;
    letter-spacing: 0.05em;
  }
  .date_t01 span {
    font-size: 4.3vw;
  }
  .date_t02 {
    line-height: 1.24;
    font-size: 2.9vw;
  }
  .date_t02 span {
    font-size: 3.7vw;
  }

  .outline_wrap .outline_block .tit {
    font-size: 4.35vw;
    line-height: 1.3em;
  }

  .outline_wrap .outline_block .text {
    font-size: 2.56vw;
    font-size: 3.3vw;
    line-height: 1.5em;
  }
  .outline_wrap .outline_block .text.kome {
    font-size: 2.56vw;
  }
  .outline_wrap .outline_block .text.kome02 {
    font-size: 2.17vw;
    text-align: left;
  }
  .cmn_list_kome {
    font-size: 2.17vw;
  }
}
.streaming_page .sec_h .main_tit {font-size: clamp(30px, 7vw, 60px);line-height: 1.4em;}
.streaming_table {display: flex;font-family: sans-serif;--cell_height:7em;}
.streaming_table .table {width: 100%;}
.streaming_table .table .row .t_head {font-size: 12px;line-height: 1.4em;background: #000330;color: #fff;height: var(--cell_height);display: flex;align-items: center;justify-content: center;padding: 10px;text-align: center;}
.streaming_table .table .row .t_content {line-height: 1.4em;display: flex;align-items: center;padding: 10px 2px;font-size: 12px;justify-content: center;}
.streaming_table .fix_content {width: 160px;}
.streaming_table .fix_content .table .row {height: var(--cell_height);}
.streaming_table .fix_content .table .row:first-of-type {height: auto;}
.streaming_table .fix_content .table .row:first-of-type .t_head {height: var(--cell_height);}
.streaming_table .fix_content .table .t_content {background: #fff;border-bottom: 1px solid var(--c_lightgray);padding: 10px 6px;height: 100%;}
.streaming_table .fix_content .table .t_content img {width: 100%;max-width: 155px;-o-object-fit: contain;object-fit: contain;padding: 0px 5%;}
.streaming_table .fix_content .table .t_content img.mid {height: 34px;}
.streaming_table .fix_content .table .t_content img.big {height: 50px;}
.streaming_table .scroll_content {display: flex;width: calc(100% - 160px);}
.streaming_table .scroll_content .table {width: 16.6666666667%;}
.streaming_table .scroll_content .table.cell_long {width: 26.3333333333%;}
.streaming_table .scroll_content .table.cell_mid {width: 15%;}
.streaming_table .scroll_content .table.cell_min {width: 10.5%;}
.streaming_table .scroll_content .table .row {height: var(--cell_height);background: #327796;}
.streaming_table .scroll_content .table .row:first-of-type {height: auto;}
.streaming_table .scroll_content .table .row:first-of-type .t_head {height: var(--cell_height);}
.streaming_table .scroll_content .table .row .t_head {border-left: 1px solid #fff;background: var(--c_theme_color_dark);}
.streaming_table .scroll_content .table .row .t_content {border-left: 1px solid #fff;overflow-y: scroll;height: 100%;}
.streaming_table .scroll_content .table .row .t_content::-webkit-scrollbar {display: none;}
.streaming_table .scroll_content .table .row .t_content::-webkit-scrollbar-track {display: none;}
.streaming_table .scroll_content .table .row .t_content .c_inner {text-align: center;line-height: 1.4em;}
.streaming_table .scroll_content .table .row .t_content .c_inner a {text-decoration: underline;color: #fff;}
.streaming_table .scroll_content .table .row .t_content .c_inner .min {font-size: 0.85em;line-height: 1.4em;display: block;}
.streaming_table .scroll_content .table .row .t_content.min_text .c_inner {font-size: min(0.8vw, 10px);}
.streaming_table .scroll_content .table.pay .t_content {word-break: keep-all;}
.streaming_table .scroll_content .table .row:nth-of-type(even) {background: #3a8cb1;}

/* #streaming .tk_modal {display: none;} */

#streaming {
  background: #1a1a1a;
  padding: 90px 0 50px;
}
#streaming .wrap_1400px{ width: 94%;}

#streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a{ background-color: #df0515; color: #fff;  padding: 1em 0; text-align: center;}
#streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a:before{ display: none;}
#streaming .s_text span {font-size: 15px; display: inline-block; margin-top: 20px;}
@media screen and (max-width: 835px) {
  #streaming .s_text span {font-size: 2.5vw; line-height: 1.5;}
}
@media screen and (min-width: 1200px) {
  #streaming .s_text {text-align: center;}
  #streaming .tk_modal .cmn_accordion_box {border: none;display: flex;gap:0px;--cell_height:8em;}
  #streaming .tk_modal .cmn_accordion_box:not(:last-of-type){margin-bottom: 0;}
  #streaming .tk_modal .cmn_accordion_trigger{background: #fff;width: 150px;padding: 10px ;}
  #streaming .tk_modal .cmn_accordion_trigger:before{display: none;}
  #streaming .tk_modal .cmn_accordion_trigger img {object-fit: contain;}
  #streaming .tk_modal .cmn_accordion_content{height:  auto;width: calc(100% - 150px);}
  #streaming .tk_modal .cmn_accordion_content .innerbox {padding: 0px;}
  #streaming .tk_modal .cmn_accordion_box{}
  #streaming .tk_modal .cmn_accordion_trigger{}
  #streaming .tk_modal .ac_close{display: none;}
  #streaming .tk_modal .mod_flex_box_02{flex-wrap: initial;gap:0px;}
  #streaming .tk_modal .mod_flex_box_02 .box02{width: 16.6666666667%;min-height: var(--cell_height);line-height: 1.4em;display: flex;align-items: center;padding: 10px 2px;font-size: 12px;justify-content: center; margin: 0 auto; padding-left: 20px;}
  #streaming .tk_modal .mod_flex_box_02 .box02:not(:first-of-type){border-left: 1px solid #fff;}
  //#streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(1){width: 16%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(1){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(2){width: 10%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(3){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(4){width: 9%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(5){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(6){width: 8%;}
  //#streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(7){width: 16%;word-break:auto-phrase;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(7) .st_list .txt {font-size: min(.85vw,12px);line-height: 1.3em;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(8){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(9){width: 10%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(){}
  #streaming .tk_modal .cmn_accordion_box.head_row{}
  #streaming .tk_modal .cmn_accordion_box.head_row .cmn_accordion_trigger {
    font-size: 12px;
    line-height: 1.4em;
    background: #000;
    color: #fff;
    height: var(--cell_height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #fff;
  }

  #streaming .tk_modal .cmn_accordion_box.head_row .mod_flex_box_02 .box02 {
    height: var(--cell_height);
    background: #000;
  }

  #streaming .tk_modal .cmn_accordion_box.head_row .st_list .tit {
    background: none;
    margin-bottom: 0;
    font-size: 12px;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list {
    font-weight: normal;
    font-family: sans-serif;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .txt .mid {
    font-size: .9em;
    line-height: 1.5em;
    display: block;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .txt .min {
    font-size: .8em;
    line-height: 1.5em;
    display: block;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .note_text {
    text-align: center;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .note_text .num {}

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .note_text .text {
    display: none;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row a {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
  }


  #streaming .tk_modal .cmn_accordion_box.content_row .ac_close{display: none;}
  #streaming .tk_modal .cmn_accordion_box.content_row .cmn_accordion_trigger{border-bottom: 1px solid var(--c_lightgray);}
  #streaming .tk_modal .cmn_accordion_box.content_row .cmn_accordion_content .st_list{ width: 90%;}
  #streaming .tk_modal .cmn_accordion_box.content_row .cmn_accordion_content .st_list .tit{display: none;}
  #streaming .tk_modal .cmn_accordion_box.content_row .cmn_accordion_content .st_list .txt{margin-bottom: 0;}
  #streaming .tk_modal .cmn_accordion_box:nth-of-type(odd){background: #3c3c3c;}
  #streaming .tk_modal .cmn_accordion_box:nth-of-type(even){background: #272727;}
  #streaming .tk_modal .cmn_accordion_box:nth-of-type(1){background: #000;}
  #streaming .tk_modal{}
  #streaming .tk_modal{}
  #streaming .tk_modal{}
}
@media screen and (max-width: 1200px) {
  #streaming .wrap_1400px{ width: 90%;}
  #streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a{ padding: 1em 0; font-size: 14px; margin-bottom: 1em;}
  #streaming .tk_modal .cmn_accordion_box{background: #fff;}
  #streaming .tk_modal .cmn_accordion_trigger{}
  #streaming .tk_modal .cmn_accordion_trigger img {max-height: 44px;}
  #streaming .tk_modal .cmn_accordion_box.head_row{display: none;}
  #streaming .tk_modal .cmn_accordion_content .innerbox {padding: 20px 15px;background: #272727;}
  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .note_text .num{display: none;}
}



@media screen and (max-width: 1100px) {
  .streaming_table .table {width: 100%;}
  .streaming_table .table .row .t_head {padding: 10px 3px;}
  .streaming_table .fix_content {width: 120px;}
  .streaming_table .fix_content .table .t_content img {max-width: 118px;height: 28px;}
  .streaming_table .fix_content .table .t_content img.big {height: 46px;}
  .streaming_table .scroll_content {overflow-x: scroll;display: -webkit-box;width: calc(100% - 120px);}
  .streaming_table .scroll_content .table {width: 120px;}
  .streaming_table .scroll_content .table.cell_long {width: 240px;}
  .streaming_table .scroll_content .table.cell_mid {width: 160px;}
  .streaming_table .scroll_content .table.cell_min {width: 120px;}
  .streaming_table .scroll_content .table .row .t_content.min_text .c_inner {font-size: 11px;}
}
@media screen and (max-width: 835px) {
  #streaming {
    padding: 7.8vw 0 5.7vw;
  }
  .streaming_table {
    display: none;
  }

  #streaming .s_text {
    text-align: left;
  }

  #streaming .tk_modal {
    display: block;
  }

  .streaming_page .sec_h .main_tit {
    padding: 0.2em 0;
  }
  #streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a {
    padding: 0.4em 0;
    font-size: 3.3vw;
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }

  #streaming .tk_modal .cmn_accordion_trigger img {
    max-height: 44px;
  }

  #streaming .tk_modal .cmn_accordion_box.head_row {
    display: none;
  }

  #streaming .tk_modal .cmn_accordion_content .innerbox {
    padding: 20px 15px;
    background: #272727;
  }

  #streaming .tk_modal .cmn_accordion_box.content_row .st_list .note_text .num {
    display: none;
  }
}
.note_block p {font-size: 15px;line-height: 1.5em;}
.note_block p:not(:last-of-type) {margin-bottom: 0.5em;}


.liveviewing_txt_block {
  margin-top: 66px;
}
.liveviewing_txt_block .t01 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #4e4e4e;
}
.liveviewing_txt_block .t02 {
  font-size: 14px;
  margin-bottom: 0;
}

#theater {
  background: #1a1a1a;
  padding: 50px 0 60px;
}
#theater .wrap_1400px{
  width: 94%;
}
@media screen and (max-width: 1200px) {
  #streaming .wrap_1400px{ width: 90%;}
}
@media screen and (max-width: 835px) {
  #streaming {
    padding: 7.8vw 0 8.9vw;
  }
}

.theater_block {
  background: #000;
  padding: 0.3em 0.3em 0.3em;
  font-weight: 500;
  margin-top: 0.5em;
}
.theater_block .ttl01 {
  background: #7d0009;
  color: #fff;
  font-size: 24px;
  padding: 0.6em 1em;
}
.theater_block .ttl02 {
  background: #fff;
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  padding: 0.5em 0.7em 0.4em;
}
.theater_block .list_wrap {
  padding: 0.4em 0.4em 0;
}
.theater_block .list {
  font-size: 18px;
}
.theater_block .list li {
  padding: 0.8em 1em;
  border-bottom: 1px solid #919191;
}
.theater_block .list li:last-child {
  border-bottom: 0;
}
.theater_block .list li span{
  display: inline-block;
  width: 50%;
}
.theater_block .list li a{
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}

@media screen and (max-width: 835px) {
  .theater_block {
  }
  .theater_block .ttl01 {
    font-size: 3.58vw;
  }
  .theater_block .ttl02 {
    font-size: 3.33vw;
  }
  .theater_block .list_wrap {
  }
  .theater_block .list {
    font-size: 3.07vw;
  }
  .theater_block .list li {
  }
  .theater_block .list li:last-child {
  }
}

#notice {
  /* background: var(--c_theme_color);
  padding: 140px 0; */
}

#notice .cmn_link_btn_a {
  /* background: var(--c_theme_color_dark);
  color: #fff; */
}

#notice .cmn_link_btn_a:before {
  /* border-color: #fff; */
}

@media screen and (max-width: 835px) {
  #notice {
    padding: 6.4vw 4.7vw;
  }

  .note_block p {
    font-size: clamp(13px, 2vw, 15px);
  }
}

.cmn_modal_layer .inner_scroll {max-height: 90vh;overflow-y: scroll;background: #fff;color: #000;padding: 50px 20px;}

@media screen and (max-width: 835px) {
  .cmn_modal_layer .inner_scroll {width: 92vw;}
}
/* .cmn_accordion_box {border: 1px solid #8F8F8F;} */
.cmn_accordion_box:not(:last-of-type) {margin-bottom: 10px;}

.cmn_accordion_trigger {text-align: center;padding:6px 20px;position: relative;display: flex;align-items: center;justify-content: center;}
.cmn_accordion_trigger:before {position: absolute;content: "";border-top: 2px solid #000;border-right: 2px solid #000;top: 50%;transform: translateY(-50%) rotate(135deg);transform-origin: center;right: 20px;width: 12px;height: 12px;}
.cmn_accordion_trigger.accordion_active:before {transform: translateY(-50%) rotate(-45deg);}
.cmn_accordion_content .innerbox {padding: 30px 30px;}

.cmn_modal_layer {--cmn_list_color:#000;}
.cmn_modal_layer .heading {font-size: 32px;line-height: 1.2em;padding-bottom: 16px;border-bottom: 1px solid #000;margin-bottom: 30px;font-weight: bold;text-align: center;}

.cmn_modal_layer.tk_modal .cmn_accordion_trigger{height: 80px;}
@media screen and (min-width: 1200px) {
  .cmn_modal_layer.tk_modal .st_list .note_text {text-align: center;}
  .cmn_modal_layer.tk_modal .st_list .note_text .num{text-align: center;}
  .cmn_modal_layer.tk_modal .st_list .note_text .text{display: none;}
  .cmn_modal_layer.tk_modal .st_list:has(.note_text) .txt{margin-bottom: 0em;}
}

.tk_modal .tk_list {font-family: var(--f_zenkaku);}
.tk_modal .tk_list dl {display: flex;gap: 40px;font-size: 28px;line-height: 1.2em;font-weight: bold;position: relative;}
.tk_modal .tk_list dl:before {position: absolute;content: "";background: #000;width: 1px;height: 40px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.tk_modal .tk_list dl dt {text-align: right;width: 50%;}
.tk_modal .tk_list dl dd {width: 50%;}
.tk_modal .tk_list dl dd span {font-size: 20px;line-height: 1em;}
.tk_modal .btn_outer {max-width: 400px;}
.tk_modal .btn_outer .cmn_link_btn_a {
  background: #de0515;
  border-radius: 100vmax;
  padding: 16px;
  font-weight: 500;
}
.tk_modal .btn_outer .cmn_link_btn_a.btn_blue {border-radius: 0;background: var(--c_theme_color);color: #fff;}
.tk_modal .btn_outer .cmn_link_btn_a.btn_blue:before {display: none;}
.tk_modal .ac_close {border: 1px solid #fff;text-align: center;padding: 10px;cursor: pointer;}
.tk_modal .st_list {font-weight: 500;}
.tk_modal .st_list .tit {background: #000;color: #fff;padding: 0.5em 0;text-align: center;}
.tk_modal .st_list .txt {text-align: center;color: #fff;}
.tk_modal .st_list .txt a {text-decoration: underline;color: #fff;}
.tk_modal .modal_inner img {max-height: 40px;max-width: 200px;}
.tk_modal .modal_inner img.big {max-height: 55px;}
/*# sourceMappingURL=pages.css.map */

footer .btn_outer:first-of-type {
  margin-bottom: 50px;
}
footer .btn_outer:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 835px) {
  footer .btn_outer:first-of-type {
    margin-bottom: 7vw;
  }
  footer .btn_outer:last-of-type {
    margin-bottom: 0;
  }
}
