@charset "UTF-8";/* @use 'variables' as *;*/
/*----------------------------------------
    top page
------------------------------------------*/
:root {
  --frame_padding:22px;}

.fix_frame {position: fixed;width: 100%;height: 100dvh;top: 0;left: 0;pointer-events: none;z-index: 1000;}
.fix_frame:before {position: absolute;content: "";border: 6px solid var(--c_lightgray);width: 100%;height: 100%;top: 0;left: 0;}
.fix_frame:after {position: absolute;content: "";border: 1px solid var(--c_lightgray);width: calc(100% - var(--frame_padding));height: calc(100% - var(--frame_padding));top: 50%;left: 50%;transform: translate(-50%, -50%);}

.arrow{ position:relative;}
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 4%;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent var(--c_theme_color_sub) var(--c_theme_color_sub) transparent;
    transform: rotate(-45deg);
}

.btn_img{ position: relative;}
.btn_img:after{ content: ""; display: block; position: absolute; background-image: url("../images/btn_img.webp"); width: 200px; height:200px; background-repeat: no-repeat; background-position: left; background-size: contain; top: 50%; left: 0; transform: translate(0,-50%); pointer-events: none;}

@media screen and (max-width: 835px) {
  :root {
    --frame_padding:12px;}
  .fix_frame:before {
    border-width: 3px;}
	
	
	.btn_img:after{ width: 110px; height:110px; }

}
.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: 10px;}
}
/* fv
------------------------------------------*/
.viewContent {border: 5px solid var(--c_theme_color_sub);padding: 4% 4% 5%;background: var(--c_content_color);position: relative;overflow: hidden;color: var(--c_font_color_dark);}

.viewContent:before {position: absolute;content: "";background-image: url("../images/tickets_bg.png");background-repeat: no-repeat;background-size: contain;width: 90%;height: 100%;left: 5%;top: 10px;opacity: 0.3; pointer-events: none;}

.viewContent .btn_outer {text-align: center;}
.viewContent .cmn_link_btn_a {background: var(--c_theme_color_sub);color: #fff;font-family: var(--f_en2);}
.viewContent .cmn_link_btn_a:before {border-color: #fff;}
.viewContent .catch {font-size: clamp(20px, 5.6vw, 34px);line-height: 1.4em;text-align: center;font-weight: bold;margin-bottom: 28px;}

.cmn_link_btn_a.dis{pointer-events: none; background-color: #ccc;}
.cmn_link_btn_a.dis:before{ display: none;}
.cmn_link_btn_a.dis span{ display: block;font-family:var(--font_base_setting); font-size: 14px; line-height: 1.5em; }

@media screen and (max-width: 835px) {
  .viewContent { padding: 40px 5%;width: 94%;margin: 0 auto;}
  .viewContent .catch{ font-size:5vw;}
}
.sec_h {text-align: center;color: var(--c_ac_color);position: relative;padding-bottom: 16px;margin-bottom: 3%;}
.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(5vw, 60px);line-height: 1.4em;font-weight: 600;display: block;font-family: var(--f_en);}
.sec_h .sub_tit {display: block;font-weight: bold;letter-spacing: 0.4em;font-family: var(--f_en); }

.sec_h.in_blk{ color:var(--c_ac_color)!important;}
.sec_h.in_blk:before{    background: var(--c_ac_color)!important;}
.sec_h.in_blk .main_tit{ font-size:clamp(24px, 5vw, 40px)!important;}
.sec_h.in_blk .sub_tit{}


@media screen and (max-width: 835px) {
	.sec_h.in_blk .sub_tit{ font-size: 12px!important;line-height: 1.7em;}	
}


@media screen and (max-width: 835px) {
  .sec_h { margin-bottom: 20px; font-size: 12px; padding-bottom: 10px;}
  .sec_h .main_tit { font-size: 8vw; line-height: 1.2em;}
}
#fv { text-align: center;margin-bottom: 4vw;}

#fv img {width: 100%;}
#fv .mainimg{ position: relative; width: 100%; overflow: hidden;}
#fv .mainimg:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url("../images/main01.webp"); background-size: 100%; z-index: -1; opacity: 0.5; background-attachment: fixed;}
#fv .mainimg:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url("../images/main_bg_dot.webp");  z-index: -1; opacity: 1;}

#fv .mainimg .main_logo{ width: 52%;padding: 5vw 0; margin: 0 auto;}

#fv .main_pht{ margin-bottom: 4vw;}
#fv .main_pht ul{ display: flex;}
#fv .main_pht li{ width: 33.33%; }

#fv .main_tit{ width: 52%;padding: 5vw 6%;}

#fv .date { line-height: 0;width: 40%;/*max-width: min(40%, 620px);*/ margin: 0 auto 3vw ;}

#fv .subtitle {font-size: 5.5vw;line-height: 1.1em;font-weight: 900;margin-bottom: 0.7em;}
#fv .sub_text {font-size: 2vw;line-height: 1.6em;font-weight: bold;margin-bottom: 4vw;}

#fv .link_blank_wrap{ padding:1% 3%; margin-bottom: 4vw; border: 1px solid #ccc;}

#fv .link_blank_wrap .link_blank {display: block;color: #fff;border-bottom: 1px solid #ccc;padding: 20px 6% 20px 0;text-align: left;position: relative;}
#fv .link_blank_wrap .link_blank:last-of-type{ border-bottom: none;}
#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;}

.int_bnr{ margin: 0 auto 5vw; width: 90%; max-width: 1200px; position: relative;}
.int_bnr .link{ position: absolute; width: 100%; top: 64.5%;}
.int_bnr .link ul{ display: flex; grid-gap: 2%; width: 45%; margin: 0 auto;}
.int_bnr .link li{ width: 49%;}
.int_bnr .link li a{ display: block;background-color: #fff; font-size: min(1.7vw,22px); font-family: var(--f_en); font-weight: bold; padding: 0.6em 0 0.4em; line-height: 1em;}

.top_nav{}
.top_nav ul{ display: flex; grid-gap: 1%; flex-wrap: wrap;}
.top_nav li{ width: 24.25%;}
.top_nav a{ display: block; text-align: center; background-color:var(--c_theme_color_light); padding: 1.2em 0 1em; font-family: var(--f_en); font-weight: 600; font-size: 20px; line-height: 1em;}

.top_note{display: block;line-height: 1.6em;font-size: 0.9em;margin-top: 0.5em;}

@media screen and (max-width: 835px) {
	.top_nav{ width: 94%;}
	.top_nav ul{  grid-gap: 2%;}
	.top_nav li{ width: 49%; margin-bottom: 2%;}
	.top_nav a{ font-size: 4vw;}
	
	
	#fv {margin-bottom:10px;padding: 0;}
	#fv .mainimg{ flex-direction: column;margin: 0 0 5vw;}
	#fv .a_pht{ width: 100%;margin-bottom: 5vw;}
	#fv .main_tit{ width: 100%;padding: 0;}
	
	#fv .main_logo {max-width: 100%;}
	#fv .date { margin-bottom: 10vw; width: 80%;}
	#fv .date span {font-size: 5vw;line-height: 1em;}
	#fv .subtitle {font-size: 10vw;line-height: 1.2em;margin-bottom: 5vw;}
	#fv .sub_text {font-size:18px;line-height: 1.7em;text-align: left; width: 90%; margin: 0 auto 20px;}
	#fv .link_blank_wrap .link_blank {padding: 12px 0;padding-right: 30px;}
	#fv .link_blank_wrap .link_blank:before {right: 6px;}
	
	#fv .mainimg .main_logo{ width: 100%;}
	#fv .mainimg .main_logo img{ filter: drop-shadow(0 0 3px #000);}
	#fv .mainimg{ padding-bottom: 53vw; margin-bottom: 0;}
	#fv .mainimg:before{background-position: bottom;
    background-repeat: no-repeat; background-attachment: inherit; opacity: 0.9;}
	
	.int_bnr{ margin-bottom: 20px;}
	.int_bnr .link{  top:42.5%;}
	.int_bnr .link ul{ display: flex; flex-direction: column; width: 80%; }
	.int_bnr .link li{ width: 100%; margin-bottom: 1.5vw;}
	.int_bnr .link li a{ display: block;background-color: #fff; font-size: 4.4vw; font-family: var(--f_en); font-weight: bold; padding: 0.9em 0 0.7em; line-height: 1em;}
}
.outline_list {margin: 0 auto 40px;word-break: auto-phrase;}
.outline_list dl {border-bottom: 1px solid var(--c_theme_color_sub);padding: 20px 14px;display: flex;align-items: center;flex-wrap: wrap;}
.outline_list dl:first-of-type {border-top: 1px solid var(--c_theme_color_sub);}
.outline_list dl dt {width: 12em; color:var(--c_theme_color_sub); font-weight: 600; }
.outline_list dl dd {width: calc(100% - 12em);}

@media screen and (max-width: 835px) {
  .outline_list {margin-bottom: 20px;}
  .outline_list dl {flex-direction: column;padding: 16px 0px;gap: 6px;}
  .outline_list dl dt {width: 100%;font-size: 16px;line-height: 1.2em;}
  .outline_list dl dd {width: 100%;}
}
.tk_block {}
.tk_block:not(:last-of-type) {margin-bottom: 40px;}
.tk_block .tk_box {background: #eee;margin-bottom: 20px;padding: 4%;}
.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 var(--c_theme_color_white);}
.tk_block .tk_rack .tk_tit {font-size: 21px;line-height: 1.2em;color: var(--c_ac_color);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);}

.tk_block .tk_rack .tk_date .cmn_link_btn_a{ font-size: 20px;}

@media screen and (max-width: 835px) {
  .tk_block:not(:last-of-type) {margin-bottom: 20px;}
  .tk_block .tk_box {margin-bottom: 15px;padding: 5%;}
  .tk_block .tk_rack {padding: 10px 0px;}
  .tk_block .tk_rack .tk_tit {font-size: 16px;line-height: 1.4em;}
  .tk_block .tk_rack .tk_date dl {flex-direction: column;gap: 4px;}
  .tk_block .tk_rack .tk_date dl dt {width: 100%; font-size: 14px; line-height: 1.5em;}
  .tk_block .tk_rack .tk_date dl dd {width: 100%;}
	.tk_block .tk_rack .tk_date .cmn_link_btn_a{ font-size: 16px; line-height: 1em; padding: 1.2em 0; margin-top: 0.25em;}
}
/*----------------------------------------
    オンライン配信
------------------------------------------*/
.fix_btn {position: fixed;bottom: 1vw;right: 2vw;z-index: 4;}
.fix_btn a {width: 10vw;aspect-ratio: 1/1;background: var(--c_theme_color_sub);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 2vw;line-height: 1em;font-family: var(--f_en);position: relative;transition: 0.3s;cursor: pointer;color:var(--c_font_color);font-weight: 400; padding-top: 0.3em;}
.fix_btn a:hover {transform: translateY(-4px);transition: 0.3s;}


@media screen and (max-width: 835px) {
  .fix_btn {right: initial;left: 50%;transform: translateX(-50%);width: 86%;bottom: 3%;}
  .fix_btn a {aspect-ratio: initial;border-radius: 100vmax;width: 100%;font-size: 22px;padding: 0.8em 0 0.4em 0;}
  .fix_btn a:before {background-image: none;border: 1px solid #fff;width: calc(100% + 8px);height: calc(100% + 8px);border-radius: 100vmax;-webkit-animation: none;animation: none;}
}
@-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 {}
.streaming_page #fv { margin-bottom: 4vw;}
.streaming_page #fv .main_tit{margin: 0 auto; width: 57%;padding: 4vw 0px 4vw; max-width: 800px;}
.streaming_page #fv .main_logo { }
.streaming_page #fv .date { width: 100%;margin-bottom: 0.1em;}
.streaming_page #fv .date span {font-size: 38px;line-height: 1em;}
.streaming_page #fv .subtitle {font-size: 6vw;line-height: 1.3em;margin-bottom: 0.5em;}
.streaming_page #fv .subtitle span {font-size: 22px;line-height: 1.4em;display: block;margin-top: 0.5em;}
.streaming_page #fv .sub_text {font-size: 2vw;line-height: 1.6em; }

.streaming_page .sec_h{ color: #fff; }
.streaming_page .sec_h:before{ background:#fff;}

@media screen and (max-width: 835px) {
	.streaming_page #fv{ margin-bottom: 10vw;}
	.streaming_page #fv .main_logo{ max-width:100%;margin-bottom: 5vw;}
	.streaming_page #fv .main_tit{ width: 100%; margin-bottom: 2vw; padding: 10vw 0 0;}
	.streaming_page #fv .date {font-size: 9vw;line-height: 1.1em; width: 80%;}
	.streaming_page #fv .date span {font-size: 6vw;line-height: 1em;}
	.streaming_page #fv .subtitle {font-size: 10vw;line-height: 1.1em;margin-bottom: 30px;}
	.streaming_page #fv .subtitle span {font-size: 4vw;line-height: 1.4em;margin-top: 0.4em;}
	.streaming_page #fv .sub_text {font-size:4.5vw;line-height: 1.6em;text-align: left;width: 92%;margin: 0 auto 1em;}
}
#outline { /*background: var(--c_content_color);*/ padding: 5% 0; border: 5px solid var(--c_theme_color_sub);color: #fff;margin-bottom: 8vw;}
/*
#outline:before{position: absolute;content: "";background-image: url("../images/tickets_bg.png");background-repeat: no-repeat;background-size: contain;width: 90%;height: 100%;left: 5%;top: 0;opacity: 0.3;}
*/

#outline .date_wrap {margin-bottom: 60px;color: var(--c_ac_color);}
#outline .date_wrap .date_text {display: flex;gap: 20px;align-items: center;font-weight: 600;justify-content: center;}
#outline .date_wrap .date_text .year {font-size: 60px;line-height: 1em;}
#outline .date_wrap .date_text .date {font-size: 120px;line-height: 1em;}
#outline .date_wrap .date_text .day {font-size: 50px;line-height: 1em;}
#outline .date_wrap .hour {text-align: center;font-size: 28px;font-weight: 500;line-height: 1.2em;margin-bottom: 26px;}
#outline .date_wrap .period {background: #fff;color: var(--c_theme_color);text-align: center;padding: 0.7em 1.5em 0.6em;font-size: 24px;line-height: 1.2em;font-weight: 600;margin-bottom: 16px;}
#outline .date_wrap .period .note {border-top: 1px dashed var(--c_theme_color);margin-top: 0.4em;padding-top: 0.8em;}
#outline .date_wrap .note {text-align: center;font-size: 17px;line-height: 1.2em;font-weight: 500;}

.outline_wrap .outline_block {}
.outline_wrap .outline_block:not(:last-of-type) {margin-bottom: 70px;}
.outline_wrap .outline_block .tit {text-align: center;font-size: 30px;line-height: 1.2em;font-weight: 600;border-bottom: 1px dashed var(--c_theme_color_sub);padding-bottom: 15px;margin-bottom: 15px; color: var(--c_theme_color_light)}
.outline_wrap .outline_block .text {font-size: 24px;line-height: 1.6em;text-align: center;}

.outline_wrap .outline_block .btn a{ display: block;border: 1px solid var(--c_theme_color_sub); margin: 1em auto 0; width: 50%; padding: 0.75em 0; font-size: 16px; line-height: 1.5em; font-weight: 500; color: var(--c_theme_color_sub);text-align: center;}


@media screen and (max-width: 835px) {
  #outline {padding: 30px 0;width: 94%; margin-bottom: 60px;}
  #outline .date_wrap {margin-bottom: 36px;}
  #outline .date_wrap .date_text {gap: 14px;}
  #outline .date_wrap .date_text .year {font-size: 8vw;line-height: 1em;}
  #outline .date_wrap .date_text .date {font-size: 17vw;line-height: 1em;}
  #outline .date_wrap .date_text .day {font-size: 8vw;line-height: 1em;}
  #outline .date_wrap .hour {font-size: 16px;line-height: 1.4em;}
  #outline .date_wrap .period {font-size: 14px;line-height: 1.4em;padding: 0.6em 0.2em 0.5em;}
  #outline .date_wrap .period .note {padding-top: 0.5em;font-size: 13px;line-height: 1.3em;}
  #outline .date_wrap .note {font-size: 14px;line-height: 1.4em;}
  .outline_wrap .outline_block:not(:last-of-type) {margin-bottom: 2em;}
  .outline_wrap .outline_block .tit {font-size: 18px;line-height: 1.3em; padding-bottom: 0.75em; margin-bottom: 0.75em;}
  .outline_wrap .outline_block .text {font-size: 18px;line-height: 1.5em; text-align: left;}
	
	.outline_wrap .outline_block .btn a{ width: 100%;}
}


.streaming_page .sec_h .main_tit {font-size: clamp(24px, 7vw, 60px);line-height: 1.5em; }
.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 {}
.streaming_table .scroll_content .table .row:nth-of-type(even) {background: #3a8cb1;}

/* #streaming .tk_modal {display: none;} */

#streaming .wrap_1400px{ width: 94%;}


  #streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a{ background-color: #c00;color: #fff;padding: 1em 0;text-align: center;}
  #streaming .tk_modal .cmn_accordion_box.content_row a.cmn_link_btn_a:before{ display: none;}

@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;}
  #streaming .tk_modal .mod_flex_box_02 .box02:not(:first-of-type){border-left: 1px solid #999;}
  #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(2){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(3){width: 10%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(4){width: 8%;}
  #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: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(8){width: 16%;word-break:auto-phrase;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(8) .st_list .txt {font-size: min(.85vw,12px);line-height: 1.3em;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(9){width: 8%;}
  #streaming .tk_modal .mod_flex_box_02 .box02:nth-of-type(10){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: #111;color: #fff;height: var(--cell_height);display: flex;align-items: center;justify-content: center;padding: 10px;text-align: center;}
  #streaming .tk_modal .cmn_accordion_box.head_row .mod_flex_box_02 .box02 {height: var(--cell_height);background: #222;}
  #streaming .tk_modal .cmn_accordion_box.head_row .st_list .tit{background: none;margin-bottom: 0;font-size: 11px;} 
  #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: #000;font-size: 1em;line-height: 1.5em;}
	
	#streaming .txtonly{ display: flex; align-items: center; font-size: 12px;   min-height: var(--cell_height); padding: 0 1em; margin-right: auto;}
	
  #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: #f9ee36;}
  #streaming .tk_modal .cmn_accordion_box:nth-of-type(even){background: #fff655;}
  #streaming .tk_modal{}
  #streaming .tk_modal{ color: #000;}
  #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: 1.5em 0;font-size: 16px;margin-bottom: 1em;}
  #streaming .tk_modal .cmn_accordion_box{background: #fff;color: #000;}
  #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;}
  #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_table {display: none;}
  #streaming .s_text {text-align: left;}
  #streaming .tk_modal {display: block;}
  .streaming_page .sec_h .main_tit{ line-height: 1.5em;padding: 0.2em 0;}
}
.note_block p {font-size: 15px;line-height: 1.5em;}
.note_block p:not(:last-of-type) {margin-bottom: 0.5em;}

#notice {background: rgba(255,255,255,0.1);padding: 140px 0;}
#notice .cmn_link_btn_a {background: var(--c_theme_color_sub);color: #fff; font-size: 24px; padding: 1.5em 0;}
#notice .cmn_link_btn_a:before {border-color: #fff;}

@media screen and (max-width: 835px) {
	#notice { padding: 60px 0;}
	#notice .cmn_link_btn_a{ font-size: 16px;}
	.note_block p{font-size: clamp(13px , 2vw , 15px);}
}


/*********** LIVE VIEWING ***************/
.liveviewing_txt_block { margin-top: 40px;}
.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; line-height: 1.8em;}

.theater_block { font-weight: 500;margin:0 0 2em; position: relative;}
.theater_block .ttl01 { background: #c00;color: #fff;font-size: 24px;padding: 0.6em 1em; margin-bottom: 0.5em;}
.theater_block .ttl02 { background: var(--c_theme_color_light);margin-bottom: 0;font-size: 18px;padding: 0.5em 0.7em 0.4em;}
.theater_block .list_wrap { padding: 1em 0.4em 0;}
.theater_block .list { }
.theater_block .list li { padding: 0.5em 0em 0.5em 1.5em;border-bottom: 1px solid #ddd;}
.theater_block .list li .phone{ float: right;}
.theater_block .list li:last-child { border-bottom: 0;}
.theater_block .list li span{ display: inline-block;width: 100%;}
.theater_block .list li a{ display: inline-block;text-decoration: underline;}


@media screen and (max-width: 835px) {
	.liveviewing_txt_block{ margin: 0 0 2em 0;}
	.liveviewing_txt_block:last-of-type{ margin-bottom: 0;}	
	.liveviewing_txt_block .t01{ font-size: 16px; line-height: 1.5em;}	
	
  .theater_block { padding: 0; }
  .theater_block .ttl01 { font-size: 18px; padding: 0.6em 0.7em;}
  .theater_block .ttl02 { font-size: 16px;}
  .theater_block .list_wrap { padding: 0 0 0.5em}
  .theater_block .list { font-size: 14px; line-height: 1.7em;}
  .theater_block .list li {padding: 0.4em 0em 0.4em 1.5em; }
  .theater_block .list li:last-child { }
  .theater_block .list li span{ width: 100%;}
	
	.theater_block .list li .phone{ float:inherit;}
}


/*********** MODAL **************/
.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 {}
.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 {border-radius: 100vmax;padding: 16px;font-weight: 500; border: 1px solid #fff;}
.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 #000;text-align: center;padding: 10px;cursor: pointer;}
.tk_modal .st_list {font-weight: 500;}
.tk_modal .st_list .tit {background: var(--c_theme_color_dark);color: #fff;padding: 0px;text-align: center;}
.tk_modal .st_list .txt {text-align: center;}
.tk_modal .st_list .txt a {text-decoration: underline;}
.tk_modal .modal_inner img {max-height: 40px;max-width: 200px;}
.tk_modal .modal_inner img.big {max-height: 55px;}
/*# sourceMappingURL=pages.css.map */