@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%);}

@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: 20px;
  }
}
/* fv
------------------------------------------*/
.viewContent {border: 1px solid var(--c_lightgray);padding: 4% 4% 5%;background: var(--c_content_color);position: relative;overflow: hidden;}
.viewContent:before {position: absolute;content: "";background: var(--c_theme_color);border: 1px solid var(--c_lightgray);top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% + 2px);height: calc(100% + 2px);border-radius: 60px;}
.viewContent .btn_outer {text-align: center;}
.viewContent .cmn_link_btn_a {background: var(--c_content_color);color: #fff;}
.viewContent .cmn_link_btn_a:before {border-color: #fff;}
.viewContent .catch {font-size: clamp(20px, 5.6vw, 34px);line-height: 1.4em;letter-spacing: -0.02em;text-align: center;font-weight: bold;font-family: var(--f_zenkaku);margin-bottom: 28px;}

@media screen and (max-width: 835px) {
  .viewContent { padding: 60px 6%;}
	.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: bold;display: block; /*filter: drop-shadow(0px 6px 0px var(--c_theme_color_dark));*/}
.sec_h .sub_tit {display: block;font-family: var(--f_forum);letter-spacing: 0.4em;}

@media screen and (max-width: 835px) {
  .sec_h {
    margin-bottom: 24px;
  }
  .sec_h .main_tit {
    font-size: 8vw;
  }
}
#fv {padding-top: 5vw;text-align: center;margin-bottom: 10vw;padding-inline: var(--frame_padding);}
#fv .main_logo {margin: 0 auto 1vw;max-width: min(40%, 620px);}
#fv .main_logo img {width: 100%;}
#fv .date {font-size: 40px;line-height: 1.2em;font-weight: 600;margin-bottom: 0.2em;}
#fv .date span {font-size: 26px;line-height: 1em;}
#fv .subtitle {font-size: 68px;line-height: 1.1em;font-weight: 900;font-family: var(--f_zenkaku);margin-bottom: 0.3em;}
#fv .sub_text {font-size: 18px;line-height: 1.6em;font-weight: bold;font-family: var(--f_zenkaku);margin-bottom: 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;}

.top_note{display: block; line-height: 1.7em; font-size: 0.9em; margin-top: 0.5em;}

@media screen and (max-width: 835px) {
  #fv {margin-bottom: 50px;}
  #fv .main_logo {max-width: 90%; margin-bottom: 3vw;}
  #fv .date {font-size: 7vw;line-height: 1.2em;}
  #fv .date span {font-size: 5vw;line-height: 1em;}
  #fv .subtitle {font-size: 10vw;line-height: 1.1em; margin-bottom: 4vw;}
  #fv .sub_text {font-size: 3.6vw;line-height: 1.6em;font-weight: 500;margin-bottom: 30px;}
  #fv .link_blank_wrap .link_blank {padding: 12px 0;padding-right: 30px;}
  #fv .link_blank_wrap .link_blank:before {right: 6px;}
}
.outline_list {margin: 0 auto 30px;word-break: auto-phrase;}
.outline_list dl {border-bottom: 1px solid var(--c_theme_color_white);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_white);}
.outline_list dl dt {width: 200px;}
.outline_list dl dd {width: calc(100% - 200px);}

@media screen and (max-width: 835px) {
  .outline_list {margin-bottom: 30px;}
  .outline_list dl {flex-direction: column;padding: 20px 4px;gap: 8px;}
  .outline_list dl dt {width: 100%;font-size: 16px;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: #063665;margin-bottom: 30px;padding: 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 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);}

@media screen and (max-width: 835px) {
  .tk_block:not(:last-of-type) {margin-bottom: 40px;}
  .tk_block .tk_box {margin-bottom: 15px;padding: 16px 12px;}
  .tk_block .tk_rack {padding: 10px 0px;}
  .tk_block .tk_rack .tk_tit {font-size: 14px;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%;}
  .tk_block .tk_rack .tk_date dl dd {width: 100%;}
}
/*----------------------------------------
    オンライン配信
------------------------------------------*/
.fix_btn {position: fixed;bottom: 2vw;right: 2.5vw;z-index: 4;}
.fix_btn a {width: clamp(85px, 8.5vw, 150px);aspect-ratio: 1/1;background: var(--c_yellow);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: clamp(18px, 2.4vw, 41px);line-height: 1em;font-family: var(--f_forum);position: relative;transition: 0.3s;cursor: pointer;}
.fix_btn a:hover {transform: translateY(-4px);transition: 0.3s;}
.fix_btn a:before {position: absolute; content: ""; /*background: url(../images/webp/ticket_parts.webp) no-repeat center;background-size: contain;*/ width: calc(100% + 40px);height: calc(100% + 40px);top: 49.8%;left: 50%;transform: translate(-50%, -50%);pointer-events: none;border: 1px solid #fff;width: calc(110%);height: calc(110%);border-radius: 100vmax;
	/*-webkit-animation: rotation_02 30s both linear infinite; animation: rotation_02 30s both linear infinite;*/ }
/*
.fix_btn a:before {position: absolute; content: ""; background: url(../images/webp/ticket_parts.webp) no-repeat center;background-size: contain;width: calc(100% + 40px);height: calc(100% + 40px);top: 49.8%;left: 50%;transform: translate(-50%, -50%);pointer-events: none; -webkit-animation: rotation_02 30s both linear infinite; animation: rotation_02 30s both linear infinite; }
*/


@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: 28px;line-height: 1.2em;padding: 0.3em;letter-spacing: 0.1em;}
  .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 {background: var(--c_theme_color_light);}
.streaming_page #fv .main_logo {max-width: 380px;width: 57%;}
.streaming_page #fv .date {font-size: 60px;line-height: 1.1em;}
.streaming_page #fv .date span {font-size: 38px;line-height: 1em;}
.streaming_page #fv .subtitle {font-size: 90px;line-height: 1.3em;}
.streaming_page #fv .subtitle span {font-size: 22px;line-height: 1.4em;display: block;}
.streaming_page #fv .sub_text {font-size: 20px;line-height: 1.6em;}

@media screen and (max-width: 835px) {
  .streaming_page #fv .main_logo{ width: 33%; margin-bottom: 5vw;}
  .streaming_page #fv .date {font-size: 9vw;line-height: 1.1em;}
  .streaming_page #fv .date span {font-size: 6vw;line-height: 1em;}
  .streaming_page #fv .subtitle {font-size: 11vw;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: 3.5vw;line-height: 1.6em; text-align: left; width: 92%; margin: 0 auto 2em;}
}
#outline {background: var(--c_theme_color);padding: 80px 0 130px 0;}
#outline .date_wrap {margin-bottom: 60px;}
#outline .date_wrap .date_text {display: flex;gap: 10px;align-items: center;font-weight: 600;justify-content: center;}
#outline .date_wrap .date_text .year {font-size: 30px;line-height: 1em;}
#outline .date_wrap .date_text .date {font-size: 50px;line-height: 1em;}
#outline .date_wrap .date_text .day {font-size: 30px;line-height: 1em;}
#outline .date_wrap .hour {text-align: center;font-size: 20px;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: 4%;font-size: 40px;line-height: 1.5em;font-weight: 600;margin-bottom: 16px;}
#outline .date_wrap .period span{ font-size: 1.5em;}
#outline .date_wrap .period .note {border-top: 1px dashed var(--c_theme_color);margin-top: 1em;padding-top:1em;}
#outline .date_wrap .note {text-align: center;font-size: 17px;line-height: 1.2em;font-weight: 500;}

.outline_wrap .outline_block {font-family: var(--f_zenkaku);}
.outline_wrap .outline_block:not(:last-of-type) {margin-bottom: 60px;}
.outline_wrap .outline_block .tit {text-align: center;font-size: 32px;line-height: 1.2em;font-weight: 900;border-bottom: 1px dashed var(--c_theme_color_white);padding-bottom: 10px;margin-bottom: 10px;}
.outline_wrap .outline_block .text {font-size: 22px;line-height: 1.6em;text-align: center;word-break: keep-all;}

@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 .outline_block:not(:last-of-type) {margin-bottom: 30px;}
  .outline_wrap .outline_block .tit {font-size: 22px;line-height: 1.3em;}
  .outline_wrap .outline_block .text {font-size: 15px;line-height: 1.5em;}
}
.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 .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 #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(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: #000330;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: var(--c_theme_color_dark);}
  #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: #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: #3a8cb1;}
  #streaming .tk_modal .cmn_accordion_box:nth-of-type(even){background: #327796;}
  #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;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: 1em;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: 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: 60px 0;}
  .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: var(--c_yellow);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 #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 */