body {
    overflow-x: auto;
}
body [data-scrollbar] {
    display: block;
    position: relative;
}
body .scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body .scrollbar-track {
    z-index: 1;
    position: absolute;
    background: rgba(153, 153, 153, .1);
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body .scrollbar-track.show,
body .scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
body .scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
}
body .scrollbar-track-y {
    top: 0;
    right: 0;
    height: 100%;
}
body .scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background: rgba(153, 153, 153, .4);
}
main {
    max-width: initial;
}
.cc__touch,
.cc__walk,
.cc__talk,
.cc__public,
.cc__qms {
    border-bottom-style: solid;
    border-bottom-color: rgba(153, 153, 153, .4);
}
.cc__about,
.cc__theatre,
.cc__foot {
    color: #fff;
}
.cc__main,
.cc__rental {
    color: #fff;
}
.cc__txt,
.cc__box_txt,
.cc__box_logo_head,
.cc__list_order_txt,
.cc__main_site,
.cc__main_present_txt,
.cc__about_txt,
.cc__about_subscription_txt,
.cc__theatre_txt,
.cc__theatre_subscription_txt,
.cc__talk_info_txt,
.cc__public_description,
.cc__public_list_txt,
.cc__public_box_l_description,
.cc__public_box_s_description,
.cc__access_info_txt,
.cc__foot_contact_txt,
.cc__modal_info_text {
    line-height: 2.428571428571428;
}
.cc__txt--small,
.cc__about_subscription_present_txt {
    line-height: 2;
}
.cc__font_note,
.cc__txt--note,
.cc__about_subscription_note,
.cc__talk_info_note,
.cc__access_info_note {
    color: #999;
    line-height: 1.6;
}
.cc__box_ttl,
.cc__about_ttl,
.cc__theatre_ttl {
    font-family: Fjalla One, sans-serif;
    line-height: 1.6;
}
.cc {
    position: relative;
    background-color: #f0f0f0;
    color: #1a1a1a;
    margin-bottom: -120px;
}
.cc ::-moz-selection {
    background: #0f0;
    color: #fff;
}
.cc ::selection {
    background: #0f0;
    color: #fff;
}
.cc a:hover {
    text-decoration: none;
}
.cc__font_bold {
    font-weight: 700;
}
.cc__font_ja {
    font-family: Noto Sans, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}
.cc__focus {
    visibility: hidden;
}
.cc__focus.-show {
    visibility: visible;
}
.cc__focus.-active .cc__focus_out,
.cc__focus.-active .cc__focus_top,
.cc__focus.-active .cc__focus_bottom,
.cc__focus.-active .cc__focus_right,
.cc__focus.-active .cc__focus_left {
    visibility: visible;
}
.cc__focus_out,
.cc__focus_top,
.cc__focus_bottom,
.cc__focus_right,
.cc__focus_left {
    visibility: hidden;
}
.cc__focus_wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    pointer-events: none;
}
.cc__nav {
    z-index: 8000;
    position: fixed;
    background-color: rgba(26, 26, 26, .9);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215,.61,0.355,1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215,.61,0.355,1);
    transition: transform 0.5s cubic-bezier(0.215,.61,0.355,1);
    transition: transform 0.5s cubic-bezier(0.215,.61,0.355,1), -webkit-transform 0.5s cubic-bezier(0.215,.61,0.355,1);
}
.cc__nav_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.-open .cc__nav_outer {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.2s;
    transition: opacity 0.5s 0.2s;
}
.cc__nav_list_link {
    color: #fff;
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
}
.cc__nav_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.cc__nav_share_ttl {
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__nav_share_item:not(:last-child) {
    margin-right: 16px;
}
.cc__nav_share_link {
    display: block;
}
.cc__nav_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 8001;
    position: fixed;
    right: 0;
    bottom: 93px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #ab8434;
}
.cc__nav_trigger_bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 0;
    width: 100%;
    width: 16px;
    height: 2px;
    background-color: #fff;
}
.cc__nav_trigger_bar:nth-of-type(n + 2) {
    margin-top: 4px;
}
.cc__nav_trigger_bar:nth-of-type(1) {
    -webkit-animation: bar1__default 0.25s forwards;
    animation: bar1__default 0.25s forwards;
}
.cc__nav_trigger_bar:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.cc__nav_trigger_bar:nth-of-type(3) {
    -webkit-animation: bar2__default 0.25s forwards;
    animation: bar2__default 0.25s forwards;
}
body.-open .cc__nav_trigger_bar:nth-of-type(1) {
    -webkit-animation: bar1__active 0.25s forwards;
    animation: bar1__active 0.25s forwards;
}
body.-open .cc__nav_trigger_bar:nth-of-type(2) {
    opacity: 0;
}
body.-open .cc__nav_trigger_bar:nth-of-type(3) {
    -webkit-animation: bar2__active 0.25s forwards;
    animation: bar2__active 0.25s forwards;
}
.cc__scope>:last-child {
    margin-bottom: 0;
}
.cc__ttl {
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.6;
}
.cc__link {
    color: #ab8434;
}
.cc__share_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cc__share_txt {
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__box {
    position: relative;
}
.cc__box.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cc__box_gfx_img {
    width: 100%;
}
.cc__box_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cc__box_logo_wrap {
    overflow: hidden;
}
.cc__box_logo_head {
    font-weight: 700;
}
.cc__info_item {
    border-top-style: solid;
    border-top-color: rgba(153, 153, 153, .4);
}
.cc__info_item>:last-child {
    margin-bottom: 0;
}
.cc__info_ttl {
    font-weight: 700;
    line-height: 1.6;
}
.cc__info_table {
    display: table;
}
.cc__info_row {
    display: table-row;
}
.cc__info_cell {
    display: table-cell;
    vertical-align: middle;
}
.cc__info_cell.-circle:before {
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    content: '';
}
.cc__info_cell.-zero {
    padding-left: 0;
}
.cc__info_cell.-en {
    font-family: Fjalla One, sans-serif;
    line-height: 2;
}
.cc__info_cell.-ja {
    font-weight: 700;
    line-height: 2.428571428571428;
}
.cc__list_order {
    display: table;
}
.cc__list_order_item {
    display: table-row;
}
.cc__list_order_num,
.cc__list_order_txt {
    display: table-cell;
}
.cc__list_order_num {
    color: #999;
    font-family: Fjalla One, sans-serif;
    line-height: 2.125;
}
.cc__list_order_txt {
    line-height: 1.6;
}
.cc__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    border-style: solid;
    border-color: #ab8434;
    color: #ab8434;
    font-weight: 700;
    line-height: 1.7;
}
.cc__btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ab8434;
    content: '';
}
.cc__btn.-small {
    line-height: 1.6;
}
.cc__btn.-active {
    background-color: #ab8434;
    color: #fff;
}
.cc__btn.-active:before {
    border-left-color: #fff;
}
.cc__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}
.cc__lang_item.-active .cc__lang_btn {
    border-color: #000;
    background-color: #000;
    pointer-events: none;
}
.cc__lang_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #fff;
    font-family: Fjalla One, sans-serif;
    line-height: 1.714285714285714;
}
.cc__main_logo {
    text-align: center;
}
.cc__main_date,
.cc__main_hash {
    font-family: Fjalla One, sans-serif;
    line-height: 1.25;
    text-align: center;
}
.cc__main_site {
    text-align: center;
}
.cc__main_btn {
    margin-right: auto;
    margin-left: auto;
}
.cc__main_present_btn {
    display: inline-block;
}
.cc__main_present_mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ab8434;
}
.cc__main_present_mark:before {
    width: 0;
    height: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
}
.cc__main_present_txt {
    font-weight: 700;
}
.cc__main_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cc__main_nav_link {
    font-family: Fjalla One, sans-serif;
    line-height: 2.285714285714286;
}
.cc__main_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.cc__main_share_ttl {
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__main_share_item:not(:last-child) {
    margin-right: 16px;
}
.cc__main_share_link {
    display: block;
}
.cc__about {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.cc__about_subscription {
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, 0.4);;
}
.cc__about_subscription_ttl {
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.cc__about_subscription_btn {
    margin-right: auto;
    margin-left: auto;
}
.cc__about_subscription_present {
    text-align: center;
}
.cc__about_subscription_present_img {
    width: 100%;
}
.cc__about_subscription_present_txt {
    font-weight: 700;
}

.cc__theatre {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.cc__theatre_subscription {
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, 0.4);;
}
.cc__theatre_subscription_ttl {
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.cc__theatre_subscription_btn {
    margin-right: auto;
    margin-left: auto;
}
.cc__theatre_subscription_present {
    text-align: center;
}
.cc__theatre_subscription_present_img {
    width: 100%;
}
.cc__theatre_subscription_present_txt {
    font-weight: 700;
}


.cc__rental {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.cc__talk_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
.cc__talk_nav_item.-active .cc__talk_nav_link {
    background-color: #1a1a1a;
    pointer-events: none;
}
.cc__talk_nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #999;
    color: #fff;
}
.cc__talk_nav_date_1 {
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__talk_nav_date_2 {
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.6;
}
.cc__talk_info_wrap {
    overflow: hidden;
}
.cc__talk_info_ttl {
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
    line-height: 2.133333333333333;
}
.cc__talk_info_txt {
    margin-bottom: 0.5em;
    line-height: 2;
}
.cc__talk_list_container {
    ; /*visibility:hidden;height:0*/;
}
.cc__talk_list_container.-active {
    visibility: visible;
    height: auto;
}
.cc__talk_data_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1a1a;
    color: #fff;
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__talk_list_item.-active .cc__talk_data_head {
    background-color: #ab8434;
}
.cc__talk_data_link {
    display: block;
    height: 100%;
    background-color: #fff;
}
.cc__talk_data_link.-disabled {
    pointer-events: none;
}
.cc__talk_data_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cc__talk_data_img {
    width: 100%;
}
.cc__talk_data_name {
    font-weight: 700;
    line-height: 1.6;
}
.cc__talk_data_ttl {
    font-weight: 700;
    line-height: 1.6;
}
.cc__talk_data_txt {
    line-height: 1.6;
}
.cc__public_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1a1a;
    color: #fff;
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
    line-height: 2.133333333333333;
}
.cc__public_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cc__public_list_job {
    border-left-style: solid;
    border-left-color: #1a1a1a;
    font-weight: 700;
    line-height: 1.333333333333333;
}
.cc__public_list_img {
    width: 100%;
}
.cc__public_list_name {
    font-weight: 700;
    line-height: 1.333333333333333;
}
.cc__public_list_txt {
    line-height: 2;
}
.cc__public_box_l_img {
    width: 100%;
}
.cc__public_box_l_description {
    line-height: 2;
}
.cc__public_box_s_head {
    border-left-style: solid;
    border-left-color: #1a1a1a;
    font-weight: 700;
    line-height: 1.333333333333333;
}
.cc__public_box_s_name {
    font-weight: 700;
    line-height: 1.333333333333333;
}
.cc__public_box_s_description {
    line-height: 2;
}
.cc__access_info_txt {
    line-height: 2;
}
.cc__access_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-color: #1a1a1a;
    font-family: Fjalla One, sans-serif;
    line-height: 1.25;
}
.cc__access_btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
    content: '';
}
.cc__access_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cc__access_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cc__access_map_wrap {
    position: relative;
}
.cc__foot {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.cc__foot_contact {
    text-align: center;
}
.cc__foot_contact_link {
    font-weight: 700;
}
.cc__foot_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cc__modal {
    z-index: 9000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.cc__modal.-show {
    opacity: 1;
    pointer-events: auto;
}
.cc__modal_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 26, 26, .95);
}
.cc__modal_inner {
    position: relative;
}
.cc__modal_img {
    width: 100%;
}
.cc__modal_info_name {
    font-family: Fjalla One, sans-serif;
    letter-spacing: 0.01em;
    line-height: 2.133333333333333;
}
.cc__modal_info_close {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
}
.cc__modal_info_close:before,
.cc__modal_info_close:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cc__modal_info_close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.cc__modal_info_close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cc__modal_info_text {
    line-height: 2;
}
.cc__modal_info_slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1a1a;
    line-height: 1.5;
}
.cc__modal_info_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-color: #fff;
    font-family: Fjalla One, sans-serif;
    line-height: 1.5;
}
.cc__modal_info_btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
}
.cc__modal_close {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1.066666666666667vw;
    width: 17.066666666666666vw;
    height: 17.066666666666666vw;
    background-color: #ab8434;
}
.cc__modal_close:before,
.cc__modal_close:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.933333333333334vw;
    height: 0.533333333333333vw;
    background-color: #fff;
    content: '';
}
.cc__modal_close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.cc__modal_close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cc__banner {
    background-color: #000;
}

.cc__banner img {
    border: 1px solid #7d7d7d;
}
.tablepress {
    border-collapse: collapse !important;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #7d7d7d;
    color: #fff;
    padding: 8px !important;
}
.tablepress tbody td > a {
    color: #fff;
    text-decoration: underline;
    display: block;
}

.tablepress tbody tr.cc__cell_link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.tablepress tbody tr.cc__cell_link:hover * {
    text-decoration: none !important;
    color: #17a174;
}

.tablepress tbody tr.cc__cell_link td {
    padding: 0;
}

.tablepress tbody tr.cc__cell_link td > a {
}


.tablepress.table_border-twotone tbody tr:first-child td.column-1, .table_border-twotone th.column-1, .table_border-twotone td.column-1 {
    border-bottom: 1px solid #fff !important; 
    border-top: 1px solid #fff;
    font-weight: bold;
    width: 25%;
}
.table_border-twotone table td, .tablepress.table_border-twotone tbody tr:first-child td, .tablepress.table_border-twotone:not(.table_th2) tr:first-of-type td.column-2, .table_border-twotone:not(.table_th2) th.column-2, .table_border-twotone:not(.table_th2) td.column-2, .box_sample table td {
    border-bottom: 1px solid #7d7d7d !important; 
    border-top: 1px solid #7d7d7d;
    empty-cells: hide;
    width: 25%;
}
.table_border-twotone table td, .tablepress.table_border-twotone tbody tr:first-child td, .tablepress.table_border-twotone:not(.table_th2) tr:first-of-type td.column-3, .table_border-twotone:not(.table_th2) th.column-3, .table_border-twotone:not(.table_th2) td.column-3, .box_sample table td {
    border-bottom: 1px solid #7d7d7d; 
    border-top: 1px solid #7d7d7d;
    empty-cells: hide;
    width: 25%;
}

.table_border-twotone table td, .tablepress.table_border-twotone tbody tr:first-child td, .tablepress.table_border-twotone:not(.table_th2) tr:first-of-type td.column-4, .table_border-twotone:not(.table_th2) th.column-4, .table_border-twotone:not(.table_th2) td.column-4, .box_sample table td {
    border-bottom: 1px solid #7d7d7d; 
    border-top: 1px solid #7d7d7d;
    empty-cells: hide;
    width: 25%;
}



@-webkit-keyframes bar1__default {
    0% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}
@keyframes bar1__default {
    0% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}
@-webkit-keyframes bar2__default {
    0% {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}
@keyframes bar2__default {
    0% {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}
@-webkit-keyframes bar1__active {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
}
@keyframes bar1__active {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
}
@-webkit-keyframes bar2__active {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
}
@keyframes bar2__active {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
}
@media screen and (max-width:767px),print {
    body.-open {
        overflow: hidden;
    }
    body .scrollbar-track-x {
        height: 2.133333333333333vw;
    }
    body .scrollbar-track-y {
        width: 2.133333333333333vw;
    }
    body .scrollbar-thumb {
        width: 2.133333333333333vw;
        height: 48vw;
    }
    #pagetop {
        margin-top: -24px;
    }
    .cc {
        background-image: url('../img/bg--sp.jpg');
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .cc__about,
    .cc__theatre,
    .cc__rental,
    .cc__foot {
        padding-top: 29.866666666666667vw;
        padding-bottom: 29.866666666666667vw;
    }
    .cc__banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cc__touch,
    .cc__walk {
        padding-top: 29.866666666666667vw;
        padding-bottom: 23.466666666666665vw;
    }
    .cc__qms,
    .cc__access {
        padding-top: 23.466666666666665vw;
        padding-bottom: 29.866666666666667vw;
    }
    .cc__talk,
    .cc__public {
        padding-top: 23.466666666666665vw;
        padding-bottom: 23.466666666666665vw;
    }
    .cc__touch,
    .cc__walk,
    .cc__talk,
    .cc__public {
        border-bottom-width: 0.266666666666667vw;
    }
    .cc__txt,
    .cc__box_txt,
    .cc__box_logo_head,
    .cc__list_order_txt,
    .cc__main_site,
    .cc__main_present_txt,
    .cc__about_txt,
    .cc__about_subscription_txt,
    .cc__theatre_txt,
    .cc__theatre_subscription_txt,
    .cc__talk_info_txt,
    .cc__public_description,
    .cc__public_list_txt,
    .cc__public_box_l_description,
    .cc__public_box_s_description,
    .cc__access_info_txt,
    .cc__foot_contact_txt,
    .cc__modal_info_text {
        font-size: 3.733333333333333vw;
    }
    .cc__txt--small,
    .cc__about_subscription_present_txt {
        font-size: 3.2vw;
    }
    .cc__font_note,
    .cc__txt--note,
    .cc__about_subscription_note,
    .cc__talk_info_note,
    .cc__access_info_note {
        font-size: 3.2vw;
    }
    .cc__schedule_ttl {
        font-size: 8.533333333333333vw;
        color: #fff;
        font-family: Fjalla One, sans-serif;
        line-height: 1.5;
        margin-bottom: 8.533333333333333vw;
    }
    .cc__pc {
        display: none;
    }
    .cc__focus_wrap {
        display: none;
    }
    .cc__nav {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    body.-open .cc__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .cc__nav_outer {
        min-height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .cc__nav_inner {
        padding-top: 23.466666666666665vw;
        padding-bottom: 23.466666666666665vw;
    }
    .cc__nav_list_item {
        margin-bottom: 6.4vw;
    }
    .cc__nav_list_link {
        font-size: 4.8vw;
        line-height: 1.777777777777778;
    }
    .cc__nav_share {
        margin-top: 10.666666666666666vw;
    }
    .cc__nav_share_ttl {
        margin-right: 4.266666666666667vw;
        font-size: 4.266666666666667vw;
    }
    .cc__nav_share_ico_facebook {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__nav_share_ico_twitter {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__nav_btn {
        width: 67.2vw !important;
    }
    .cc__inner {
        margin: auto;
        padding-right: 9.866666666666667vw;
        padding-left: 10.133333333333333vw;
    }
    .cc__schedule {
        margin-bottom: 80px
    }

    #cc__america, #cc__europe, #cc__asia_pacific, #cc__middle_east {
        padding-top:40px;
        padding-bottom:40px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .cc__ttl {
        font-size: 8.533333333333333vw;
    }
    .cc__ttl.-head {
        margin-bottom: 17.066666666666666vw;
    }
    .cc__share_item:not(:last-child) {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__share_link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .cc__share_ico_facebook {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__share_ico_twitter {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__share_txt {
        margin-left: 5.333333333333333vw;
        font-size: 4.266666666666667vw;
    }
    .cc__box_head {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__box_ttl {
        margin-bottom: 8.533333333333333vw;
    }
    .cc__box_txt+* {
        margin-top: 10.666666666666666vw;
    }
    .cc__box_gfx {
        width: 48vw;
        margin: 10.666666666666666vw auto;
    }
    .cc__box_logo {
        margin: -5.333333333333333vw;
    }
    .cc__box_logo_head {
        margin-bottom: 4.266666666666667vw;
    }
    .cc__box_logo_item {
        margin: 5.333333333333333vw;
    }
    .cc__box_logo_img.-phaseone {
        width: 32vw;
    }
    .cc__box_logo_img.-profoto {
        width: 32.8vw;
    }
    .cc__box_logo_img.-nissin {
        width: 21.866666666666667vw;
    }
    .cc__box_logo_img.-kipon {
        width: 27.466666666666665vw;
    }
    .cc__info_wrap {
        margin-bottom: 19.2vw;
    }
    .cc__info_item {
        margin-top: 19.2vw;
        padding-top: 6.4vw;
        border-top-width: 0.266666666666667vw;
    }
    .cc__info_ttl {
        margin-bottom: 6.4vw;
        font-size: 5.333333333333333vw;
    }
    .cc__info_table {
        margin-bottom: 2.133333333333333vw;
    }
    .cc__info_cell.-circle:before {
        width: 2.133333333333333vw;
        height: 2.133333333333333vw;
    }
    .cc__info_cell.-small {
        padding-left: 2.133333333333333vw;
    }
    .cc__info_cell.-en {
        font-size: 4.266666666666667vw;
    }
    .cc__info_cell.-ja {
        font-size: 3.733333333333333vw;
    }
    .cc__list_order {
        margin: 2.133333333333333vw;
    }
    .cc__list_order_num {
        padding-right: 2.133333333333333vw;
        font-size: 4.266666666666667vw;
    }
    .cc__btn {
        width: 80vw;
        height: 17.066666666666666vw;
        border-width: 0.533333333333333vw;
        font-size: 5.333333333333333vw;
    }
    .cc__btn:before {
        margin-right: 2.133333333333333vw;
        border-width: 1.066666666666667vw 0 1.066666666666667vw 1.6vw;
    }
    .cc__btn.-small {
        font-size: 3.733333333333333vw;
    }
    .cc__lang {
        top: 4.266666666666667vw;
        right: 4.266666666666667vw;
    }
    .cc__lang_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.8vw;
        flex: 0 0 12.8vw;
        width: 12.8vw;
        height: 8.533333333333333vw;
    }
    .cc__lang_btn {
        border-width: 0.266666666666667vw;
        font-size: 4.266666666666667vw;
    }
    .cc__main {
        padding-top: 30.933333333333334vw;
        padding-bottom: 29.866666666666667vw;
    }
    .cc__main_logo {
        margin-bottom: 8.533333333333333vw;
    }
    .cc__main_logo_img {
        width: 80vw;
/*        height: 16.53333333333333vw;
*/    }
    .cc__main_date,
    .cc__main_hash {
        margin-bottom: 2.133333333333333vw;
        font-size: 6.4vw;
    }
    .cc__main_site {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__main_btn {
        margin-bottom: 6.4vw;
    }
    .cc__main_present {
        margin-bottom: 10.666666666666666vw;
        text-align: center;
    }
    .cc__main_present_image {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cc__main_present_mark {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.533333333333333vw;
        flex: 0 0 8.533333333333333vw;
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
        margin-right: 2.133333333333333vw;
    }
    .cc__main_present_mark:before {
        border-width: 1.066666666666667vw 0 1.066666666666667vw 1.6vw;
    }
    .cc__main_nav {
        display: none;
    }
    .cc__main_nav_link {
        font-size: 3.733333333333333vw;
    }
    .cc__main_share_ttl {
        margin-right: 4.266666666666667vw;
        font-size: 4.266666666666667vw;
    }
    .cc__main_share_ico_facebook {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__main_share_ico_twitter {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .cc__about {
        background-image: url('../img/about_bg--sp.jpg');
    }
    .cc__about_inner {
        padding-right: 9.866666666666667vw;
        padding-left: 10.133333333333333vw;
    }
    .cc__about_ttl {
        margin-bottom: 8.533333333333333vw;
    }
    .cc__about_txt {
        margin-bottom: 17.066666666666666vw;
    }
    .cc__about_subscription {
        padding: 14.933333333333334vw 6.4vw;
        border-width: 0.266666666666667vw;
    }
    .cc__about_subscription_ttl {
        margin-bottom: 8.533333333333333vw;
        font-size: 5.333333333333333vw;
    }
    .cc__about_subscription_txt {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__about_subscription_btn {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__about_subscription_present {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__about_subscription_present_img {
        margin-bottom: 2.133333333333333vw;
    }

    .cc__theatre {
        background-image: url('../img/theatre_bg--sp.jpg');
    }
    .cc__theatre_inner {
        padding-right: 9.866666666666667vw;
        padding-left: 10.133333333333333vw;
    }
    .cc__theatre_ttl {
        margin-bottom: 8.533333333333333vw;
    }
    .cc__theatre_txt {
        margin-bottom: 17.066666666666666vw;
    }
    .cc__theatre_subscription {
        padding: 14.933333333333334vw 6.4vw;
        border-width: 0.266666666666667vw;
    }
    .cc__theatre_subscription_ttl {
        margin-bottom: 8.533333333333333vw;
        font-size: 5.333333333333333vw;
    }
    .cc__theatre_subscription_txt {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__theatre_subscription_btn {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__theatre_subscription_present {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__theatre_subscription_present_img {
        margin-bottom: 2.133333333333333vw;
    }

    .cc__rental {
        background-image: url('../img/rental_bg--sp.jpg');
    }
    .cc__talk_nav {
        margin-bottom: 12.8vw;
        border-bottom-width: 1.066666666666667vw;
    }
    .cc__talk_nav_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39.46666666666667vw;
        flex: 0 0 39.46666666666667vw;
        width: 39.46666666666667vw;
    }
    .cc__talk_nav_item:not(:last-child) {
        margin-right: 1.066666666666667vw;
    }
    .cc__talk_nav_link {
        height: 39.46666666666667vw;
    }
    .cc__talk_nav_date_1,
    .cc__talk_nav_date_2 {
        display: block;
        text-align: center;
    }
    .cc__talk_nav_date_1 {
        font-size: 4.266666666666667vw;
    }
    .cc__talk_nav_date_2 {
        font-size: 8.533333333333333vw;
    }
    .cc__talk_info_wrap {
        margin-bottom: 14.933333333333334vw;
    }
    .cc__talk_info_item:not(:last-child) {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__talk_info_head {
        margin-bottom: 4.266666666666667vw;
    }
    .cc__talk_info_ttl {
        font-size: 6.4vw;
    }
    .cc__talk_info_note {
        margin-top: 10.666666666666666vw;
    }
    .cc__talk_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .cc__talk_list_wrap {
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }
    .cc__talk_list_wrap:before {
        display: block;
        position: absolute;
        top: 8.266666666666666vw;
        left: 0;
        width: 100%;
        height: 0.8vw;
        background-color: #999;
        content: '';
    }
    .cc__talk_list_ttl_show,
    .cc__talk_list_ttl_demo {
        position: absolute;
        left: 10.133333333333333vw;
        font-family: Fjalla One, sans-serif;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
    }
    .cc__talk_list_ttl_show:before,
    .cc__talk_list_ttl_demo:before {
        position: absolute;
        top: 12.266666666666666vw;
        left: -10.133333333333333vw;
        width: 100vw;
        height: 80vw;
        background-color: #fff;
        content: '';
    }
    .cc__talk_list_ttl_show {
        top: 22.933333333333334vw;
    }
    .cc__talk_list_ttl_demo {
        top: 121.06666666666666vw;
    }
    .cc__talk_list_item {
        width: 80vw;
        overflow: hidden;
    }
    .cc__talk_data_head {
        width: 39.46666666666667vw;
        height: 17.066666666666666vw;
        margin-bottom: 18.133333333333333vw;
        font-size: 4.266666666666667vw;
    }
    .cc__talk_data_item {
        width: 100%;
        height: 80vw;
        overflow: hidden;
    }
    .cc__talk_data_item:not(:last-child) {
        margin-bottom: 18.133333333333333vw;
    }
    .cc__talk_data_link {
        height: 100%;
        padding: 4.266666666666667vw;
    }
    .cc__talk_data_box {
        margin-bottom: 4.266666666666667vw;
    }
    .cc__talk_data_thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21.333333333333332vw;
        flex: 0 0 21.333333333333332vw;
        width: 21.333333333333332vw;
        margin-right: 6.4vw;
    }
    .cc__talk_data_name {
        margin-bottom: 2.133333333333333vw;
        font-size: 3.2vw;
    }
    .cc__talk_data_ttl {
        font-size: 3.2vw;
    }
    .cc__talk_data_txt {
        font-size: 3.2vw;
    }
    .cc__public_wrap+.cc__public_wrap {
        margin-top: 23.466666666666665vw;
    }
    .cc__public_date {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 19.2vw;
        margin-bottom: 12.8vw;
        font-size: 6.4vw;
    }
    .cc__public_description {
        margin-bottom: 17.066666666666666vw;
    }
    .cc__public_list_wrap {
        padding-left: 5.333333333333333vw;
    }
    .cc__public_list_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72vw;
        flex: 0 0 72vw;
    }
    .cc__public_list_item:not(:last-child) {
        margin-right: 10.666666666666666vw;
    }
    .cc__public_list_job {
        margin-bottom: 10.666666666666666vw;
        padding-left: 4.266666666666667vw;
        border-left-width: 1.066666666666667vw;
        font-size: 6.4vw;
    }
    .cc__public_list_img {
        margin-bottom: 6.4vw;
    }
    .cc__public_list_name {
        margin-bottom: 4.266666666666667vw;
        font-size: 6.4vw;
    }
    .cc__public_box_wrap>:not(:last-child) {
        margin-bottom: 17.066666666666666vw;
        padding-bottom: 17.066666666666666vw;
        border-bottom: solid 0.266666666666667vw #999;
    }
    .cc__public_box_l_thumb {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__public_box_s_thumb {
        margin-bottom: 10.666666666666666vw;
        padding-right: 4vw;
        padding-left: 4vw;
    }
    .cc__public_box_s_head {
        margin-bottom: 4.266666666666667vw;
        padding-left: 4.266666666666667vw;
        border-left-width: 1.066666666666667vw;
        font-size: 6.4vw;
    }
    .cc__public_box_s_name {
        margin-bottom: 4.266666666666667vw;
        font-size: 6.4vw;
    }
    .cc__access_head {
        margin-bottom: 17.066666666666666vw;
    }
    .cc__access_info_txt {
        margin-bottom: 2.133333333333333vw;
    }
    .cc__access_btn {
        width: 64vw;
        height: 16vw;
        border-width: 0.266666666666667vw;
        font-size: 4.266666666666667vw;
    }
    .cc__access_btn:before {
        margin-right: 2.133333333333333vw;
        border-width: 1.066666666666667vw 0 1.066666666666667vw 1.6vw;
    }
    .cc__access_map_wrap {
        margin-bottom: 17.066666666666666vw;
        padding-top: 100%;
    }
    .cc__foot {
        background-image: url('../img/foot_bg--sp.jpg');
    }
    .cc__foot_contact {
        margin-bottom: 21.333333333333332vw;
    }
    .cc__foot_contact_ttl
    .cc__banner_ttl {
        margin-bottom: 8.533333333333333vw;
        color: #fff;
    }
    .cc__modal {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        padding-bottom: 24.8vw;
        overflow-y: auto;
    }
    .cc__modal_inner {
        padding: 23.466666666666665vw 9.866666666666667vw 29.866666666666667vw 10.133333333333333vw;
        border-bottom: solid 1.066666666666667vw #ab8434;
    }
    .cc__modal_thumb {
        width: 53.333333333333336vw;
        margin-right: auto;
        margin-bottom: 6.4vw;
        margin-left: auto;
    }
    .cc__modal_info_name {
        margin-bottom: 4.266666666666667vw;
        font-size: 5.333333333333333vw;
    }
    .cc__modal_info_text {
        margin-bottom: 10.666666666666666vw;
    }
    .cc__modal_info_foot>:not(:last-child) {
        margin-bottom: 6.4vw;
    }
    .cc__modal_info_slot {
        height: 14.933333333333334vw;
        margin-right: auto;
        margin-left: auto;
        padding-right: 4.266666666666667vw;
        padding-left: 4.266666666666667vw;
        font-size: 4.266666666666667vw;
    }
    .cc__modal_info_btn {
        height: 14.933333333333334vw;
        margin-right: auto;
        margin-left: auto;
        padding-right: 4.266666666666667vw;
        padding-left: 4.266666666666667vw;
        border-width: 0.533333333333333vw;
        font-size: 4.266666666666667vw;
    }
    .cc__modal_info_btn:before {
        margin-right: 2.133333333333333vw;
        border-width: 1.066666666666667vw 0 1.066666666666667vw 1.6vw;
    }
}
@media screen and (min-width:768px),print {
    body .scrollbar-track-x {
        height: 8px;
    }
    body .scrollbar-track-y {
        width: 8px;
    }
    body .scrollbar-thumb {
        width: 8px;
        height: 180px;
    }
    #wrap,
    .header {
        min-width: 1248px;
    }
    #pagetop {
        margin-top: -32px;
    }
    .cc__main{
/*        height: calc(100vh - 72px)
*/    }
    .cc__about,
    .cc__theatre,
    .cc__rental,
    .cc__foot,
    .cc__banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .cc__touch,
    .cc__walk {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    .cc__qms,
    .cc__access {
        padding-top: 140px;
        padding-bottom: 160px;
    }
    .cc__talk,
    .cc__public {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .cc__touch,
    .cc__walk,
    .cc__talk,
    .cc__public,
    .cc__qms {
        border-bottom-width: 1px;
    }
    .cc__txt,
    .cc__box_txt,
    .cc__box_logo_head,
    .cc__list_order_txt,
    .cc__main_site,
    .cc__main_present_txt,
    .cc__about_txt,
    .cc__about_subscription_txt,
    .cc__theatre_txt,
    .cc__theatre_subscription_txt,
    .cc__talk_info_txt,
    .cc__public_description,
    .cc__public_list_txt,
    .cc__public_box_l_description,
    .cc__public_box_s_description,
    .cc__access_info_txt,
    .cc__foot_contact_txt,
    .cc__modal_info_text {
        font-size: 14px;
    }
    .cc__txt--small,
    .cc__about_subscription_present_txt {
        font-size: 12px;
    }
    .cc__font_note,
    .cc__txt--note,
    .cc__about_subscription_note,
    .cc__talk_info_note,
    .cc__access_info_note {
        font-size: 12px;
    }
    .cc__schedule_ttl {
        font-size: 32px;
        color: #fff;
        font-family: Fjalla One, sans-serif;
        line-height: 1.5;
        margin-bottom: 32px;
    }
    .cc {
        background-image: url('../img/bg--pc.jpg');
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        min-width: 1248px;
    }
    .cc__sp {
        display: none;
    }
    .cc__focus {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .cc__focus_wrap.-active {
        display: block;
    }
    .cc__nav {
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    body.-sticky .cc__nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .cc__nav .cc__btn {
        width: 144px;
        height: 48px;
        margin-left: 44px;
        font-size: 16px;
    }
    .cc__nav_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 72px;
    }
    .cc__nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cc__nav_list_item:not(:last-child) {
        margin-right: 36px;
    }
    .cc__nav_list_link {
        font-size: 14px;
        line-height: 2.285714285714286;
    }
    .cc__nav_share_ttl {
        margin-right: 16px;
        font-size: 16px;
    }
    .cc__nav_share_ico_facebook {
        width: 32px;
        height: 32px;
    }
    .cc__nav_share_ico_twitter {
        width: 32px;
        height: 32px;
    }
    .cc__inner {
        width: 1248px;
        margin: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
    .cc__schedule {
        margin-bottom: 80px
    }
    #cc__america, #cc__europe, #cc__asia_pacific, #cc__middle_east {
        padding-top:40px;
        padding-bottom:40px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .cc__inner--pc {
        width: 1248px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
    .cc__ttl {
        font-size: 32px;
    }
    .cc__ttl.-head {
        margin-bottom: 64px;
    }
    .cc__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cc__share_item:not(:last-child) {
        margin-right: 88px;
    }
    .cc__share_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc__share_ico_facebook {
        width: 32px;
        height: 32px;
    }
    .cc__share_ico_twitter {
        width: 32px;
        height: 32px;
    }
    .cc__share_txt {
        margin-left: 20px;
        font-size: 16px;
    }
    .cc__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 96px;
    }
    .cc__box.-only_text .cc__box_body {
        margin-left: auto;
    }
    .cc__box_head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
        flex: 0 0 600px;
        width: 600px;
    }
    .cc__box_body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 554px;
        flex: 0 0 554px;
        width: 554px;
    }
    .cc__box_ttl {
        margin-bottom: 32px;
    }
    .cc__box_txt+* {
        margin-top: 40px;
    }
    .cc__box_gfx {
        position: absolute;
        top: 236px;
        right: 0;
        width: 200px;
    }
    .cc__box_logo {
        margin: -20px;
    }
    .cc__box_logo_wrap {
        margin-top: 56px;
    }
    .cc__box_logo_head {
        margin-bottom: 16px;
    }
    .cc__box_logo_item {
        margin: 20px;
    }
    .cc__box_logo_img.-phaseone {
        width: 120px;
    }
    .cc__box_logo_img.-profoto {
        width: 123px;
    }
    .cc__box_logo_img.-nissin {
        width: 82px;
    }
    .cc__box_logo_img.-kipon {
        width: 103px;
    }
    .cc__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -44px;
    }
    .cc__info.-qms .cc__info_item.-service,
    .cc__info.-qms .cc__info_item.-maintenance {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        width: 400px;
    }
    .cc__info.-qms .cc__info_item.-cost {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
        flex: 0 0 224px;
        width: 224px;
    }
    .cc__info_wrap {
        margin-bottom: 72px;
        overflow: hidden;
    }
    .cc__info_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 556px;
        flex: 0 0 556px;
        width: 556px;
        margin: 44px;
        padding-top: 24px;
        border-top-width: 1px;
    }
    .cc__info_ttl {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .cc__info_table {
        margin-bottom: 8px;
    }
    .cc__info_cell.-circle:before {
        width: 8px;
        height: 8px;
    }
    .cc__info_cell.-small {
        padding-left: 8px;
    }
    .cc__info_cell.-en {
        font-size: 16px;
    }
    .cc__info_cell.-ja {
        font-size: 14px;
    }
    .cc__list_order {
        margin: 8px;
    }
    .cc__list_order_num {
        padding-right: 8px;
        font-size: 16px;
    }
    .cc__btn {
        width: 320px;
        height: 72px;
        border-width: 2px;
        font-size: 20px;
    }
    .cc__btn:before {
        margin-right: 8px;
        border-width: 4px 0 4px 6px;
    }
    .cc__btn.-small {
        font-size: 14px;
    }
    .cc__btn.-long {
        width: 400px;
    }
    .cc__lang {
        top: 40px;
        right: 40px;
    }
    .cc__lang_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        width: 48px;
        height: 32px;
    }
    .cc__lang_btn {
        border-width: 1px;
        font-size: 16px;
    }
    .cc__main {
        padding-top: 170px;
        padding-bottom: 160px;
    }
    .cc__main_logo {
        margin-bottom: 32px;
    }
    .cc__main_logo_img {
        width: 777px;
        height: 160px;
    }
    .cc__main_date,
    .cc__main_hash {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .cc__main_site {
        margin-bottom: 40px;
    }
    .cc__main_btn {
        margin-bottom: 64px;
    }
    .cc__main_present {
        z-index: 8000;
        position: fixed;
        right: 32px;
        bottom: 32px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .cc__main_present.-show {
        opacity: 1;
        pointer-events: auto;
    }
    .cc__main_present_image {
        position: relative;
        width: 201px;
        padding-top: 180px;
        background: url('../img/main_present_bg---pc.png') no-repeat top center;
        text-align: right;
    }
    .cc__main_present_mark {
        position: absolute;
        top: 122px;
        right: 0;
        width: 32px;
        height: 32px;
    }
    .cc__main_present_mark:before {
        border-width: 4px 0 4px 6px;
    }
    .cc__main_nav_item:not(:last-child) {
        margin-right: 48px;
    }
    .cc__main_nav_link {
        font-size: 14px;
    }
    .cc.-en .cc__main_nav_link {
        font-size: 16px;
    }
    .cc__main_share {
        position: absolute;
        top: 40px;
        right: 168px;
    }
    .cc__main_share_ttl {
        margin-right: 16px;
        font-size: 16px;
    }
    .cc__main_share_ico_facebook {
        width: 32px;
        height: 32px;
    }
    .cc__main_share_ico_twitter {
        width: 32px;
        height: 32px;
    }
    .cc__about {
        background-image: url('../img/about_bg--pc.jpg');
    }
    .cc__about_inner {
        width: 686px;
        margin-right: auto;
        margin-left: auto;
    }
    .cc__about_ttl {
        margin-bottom: 32px;
    }
    .cc__about_txt {
        margin-bottom: 64px;
    }
    .cc__about_subscription {
        position: relative;
        padding: 80px 236px;
        border-width: 1px;
    }
    .cc__about_subscription_ttl {
        margin-bottom: 32px;
        font-size: 20px;
    }
    .cc__about_subscription_txt {
        margin-bottom: 40px;
    }
    .cc__about_subscription_btn {
        margin-bottom: 40px;
    }
    .cc__about_subscription_present {
        width: 724px;
        margin-bottom: 40px;
    }
    .cc__about_subscription_present_img {
        margin-bottom: 16px;
    }
    .cc__theatre {
        background-image: url('../img/theatre_bg--pc.jpeg');
    }
    .cc__theatre_inner {
        width: 686px;
        margin-right: auto;
        margin-left: auto;
    }
    .cc__theatre_ttl {
        margin-bottom: 32px;
    }
    .cc__theatre_txt {
        margin-bottom: 64px;
    }
    .cc__theatre_subscription {
        position: relative;
        padding: 80px 236px;
        border-width: 1px;
    }
    .cc__theatre_subscription_ttl {
        margin-bottom: 32px;
        font-size: 20px;
    }
    .cc__theatre_subscription_txt {
        margin-bottom: 40px;
    }
    .cc__theatre_subscription_btn {
        margin-bottom: 40px;
    }
    .cc__theatre_subscription_present {
        width: 724px;
        margin-bottom: 40px;
    }
    .cc__theatre_subscription_present_img {
        margin-bottom: 16px;
    }

    .cc__rental {
        background-image: url('../img/rental_bg--pc.jpg');
    }
    .cc__talk_inner {
        padding-left: 92px;
    }
    .cc__talk_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .cc__talk_nav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 64px;
        border-bottom-width: 2px;
    }
    .cc__talk_nav_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 552px;
        flex: 0 0 552px;
        width: 552px;
    }
    .cc__talk_nav_item:not(:last-child) {
        margin-right: 5px;
    }
    .cc__talk_nav_link {
        height: 72px;
    }
    .cc__talk_nav_date_1 {
        font-size: 16px;
    }
    .cc__talk_nav_date_2 {
        font-size: 32px;
    }
    .cc__talk_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -42px;
    }
    .cc__talk_info_wrap {
        margin-bottom: 48px;
    }
    .cc__talk_info_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 512px;
        flex: 0 0 512px;
        width: 512px;
        margin: 42px;
    }
    .cc__talk_info_head {
        margin-bottom: 32px;
    }
    .cc__talk_info_ttl {
        font-size: 24px;
    }
    .cc__talk_info_note {
        margin-top: 8px;
    }
    .cc__talk_list {
        display: block;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }
    .cc__talk_list_item:not(:last-child) {
        margin-bottom: 4px;
    }
    .cc__talk_data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc__talk_data_head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
        flex: 0 0 88px;
        width: 88px;
        font-size: 16px;
    }
    .cc__talk_data_item {
        /*-webkit-box-flex:0;-ms-flex:0 0 552px;flex:0 0 552px;*/
        width: 100%;
        margin-left: 4px;
    }
    .cc__talk_data_link {
        padding: 12px 24px 12px 12px;
    }
    .cc__talk_data_box {
        height: 100%;
    }
    .cc__talk_data_thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        width: 96px;
        margin-right: 24px;
    }
    .cc__talk_data_info {
        ; /*-webkit-box-flex:0;-ms-flex:0 0 396px;flex:0 0 396px;width:396px*/;
    }
    .cc__talk_data_name {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .cc__talk_data_ttl {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .cc__talk_data_txt {
        font-size: 12px;
    }
    .cc__public_wrap+.cc__public_wrap {
        margin-top: 120px;
    }
    .cc__public_date {
        height: 72px;
        margin-bottom: 64px;
        padding-right: 24px;
        padding-left: 24px;
        font-size: 24px;
    }
    .cc__public_description {
        margin-bottom: 64px;
    }
    .cc__public_list {
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }
    .cc__public_list_wrap {
        margin: -20px;
        overflow: hidden;
    }
    .cc__public_list_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        margin: 20px;
    }
    .cc__public_list_job {
        margin-bottom: 40px;
        padding-left: 16px;
        border-left-width: 4px;
        font-size: 24px;
    }
    .cc__public_list_img {
        margin-bottom: 24px;
    }
    .cc__public_list_name {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .cc__public_box_l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc__public_box_l {
        margin-bottom: 64px;
    }
    .cc__public_box_l_thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 755px;
        flex: 0 0 755px;
        margin-right: 40px;
    }
    .cc__public_box_s {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc__public_box_s_thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        margin-right: 40px;
    }
    .cc__public_box_s_head {
        margin-bottom: 16px;
        padding-left: 16px;
        border-left-width: 4px;
        font-size: 24px;
    }
    .cc__public_box_s_name {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .cc__access {
        padding-bottom: 0 !important;
    }
    .cc__access_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 48px;
    }
    .cc__access_info_txt {
        margin-bottom: 8px;
    }
    .cc__access_btn {
        width: 240px;
        height: 72px;
        border-width: 1px;
        font-size: 16px;
    }
    .cc__access_btn:before {
        margin-right: 8px;
        border-width: 4px 0 4px 6px;
    }
    .cc__access_map_wrap {
        padding-top: 38.19444444444444%;
    }
    .cc__foot {
        background-image: url('../img/foot_bg--pc.jpg');
    }
    .cc__foot_contact {
        margin-bottom: 128px;
    }
    .cc__foot_contact_ttl,
    .cc__banner_ttl {
        margin-bottom: 32px;
        color: #fff;
    }
    .cc__modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cc__modal_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 996px;
        height: 452px;
    }
    .cc__modal_thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
    }
    .cc__modal_info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 612px;
        flex: 0 0 612px;
    }
    .cc__modal_info {
        padding-top: 40px;
        border-top: solid 1px rgba(255, 255, 255, .3);
    }
    .cc__modal_info_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .cc__modal_info_name {
        font-size: 24px;
    }
    .cc__modal_info_text {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        height: 223px;
        margin-bottom: 40px;
        padding-right: 32px;
        overflow-y: auto;
    }
    .cc__modal_info_foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cc__modal_info_foot>:not(:last-child) {
        margin-right: 24px;
    }
    .cc__modal_info_slot {
        height: 56px;
        padding-right: 32px;
        padding-left: 32px;
        font-size: 16px;
    }
    .cc__modal_info_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        width: 240px;
        height: 56px;
        border-width: 2px;
        font-size: 16px;
    }
    .cc__modal_info_btn:before {
        margin-right: 8px;
        border-width: 4px 0 4px 6px;
    }
}
@media {
    .cc {
        overflow-x: hidden;
    }
}