@charset "UTF-8";

/* 共通 */

body {
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    padding-top: 100px;
    font-size: 18px;
}

.dis_inline_block {
    display: inline-block;
}

.thanks_read {
    color: #000 !important
}

.menu-box2 {
    display: none;
}

a {
    word-wrap:break-word;
}

.w767_block {
    display: none;
}

.font_mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

:root{
    --color_blue: #1c66d6;
    --color_bg: #FFF;
}

.color_blue {
    color: #1c66d6;
}

/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


.slick-dots li button:before {
    content: url("../img/common/slide_default.png");
    opacity: 1;
}
.slick-dots li.slick-active button:before
{
    content: url("../img/common/slide_hover.png");
}

.slick-dots {
	text-align: right;
	bottom: 60px;
	right: 40px;
}

.slick-dots li {
    width: 31px;
	height:31px;
	margin: 0 5px;
}

header {
    width: 100%;
    padding: 10px 40px;
    position: fixed;
    background: #FFF;
    z-index: 999;
    margin-top: -100px;
}

header .flex_between {
    align-items: center;
}

header .logo {
    /* width: 354px; */
    width: 112px;
}

header .head_right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header .head_right ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

header .head_right ul li {
    margin-left: 40px;
    line-height: 1;
    position: relative;
}

header .head_right ul li.nav_contact a {
    background: #000;
    padding: 10px 30px 14px;
    border-radius: 30px;
    color: #FFF;
    transition: .3s;
}

header .head_right ul li.nav_contact a:hover {
    opacity: 0.7;
}

header .head_right ul li i {
    margin-right: 8px;
}

/* header .head_right ul ul {
    display: block;
} */

nav li.has-child ul{
	position: absolute;
	left: -27px;
	top:28px;
	z-index: 4;
	/* background: rgba(0,0,0,0.8);
	width:180px; */
    background: #FFF;
	width:auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.4);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:rgba(255,255,255,0.2);
}

header .head_right ul ul {
    display: block;
    padding: 20px 41px 25px 27px;
    border-radius: 15px;
}

/* header .head_right ul ul a::after {
    content: none;
} */

nav ul ul li a {
    /* padding: 10px 35px; */
    display: block;
    color: #000 !important;
    line-height: 1.5;
}

nav ul li li {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

nav ul li li:first-child {
    margin-bottom: 9px !important;
}

/* スライドメニュー */
.slide-btn {
    margin: 0 0 auto;
    text-align: center;
    padding: 7px;
    border: none;
    color: #000;
    cursor: pointer;
    margin-top: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}
  
  .slide-btn:first-letter {
    font-weight: bold;
    margin-right: 2px;
  }
  
  .slide-contents {
    width: 100%;
    margin: 0 0 1.6em 0;
    display: none;
  }

/* スライドメニュー */

input[type="email"] {
    padding: 0.5em !important;
}

table {
    border-collapse: collapse;
}

.page_head_img h1 {
    color: #FFF;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w1150_block {
    display: none;
}

.w1560_block,
.tb-menu2 {
    display: none;
}

.bg_white {
    background: #FFF;
}

.bg_gray {
    background: #f6f6f6;
}

.bg_blue {
    background: #2e9ff6;
    color: #FFF;
}

.bg_black {
    background: #000;
    color: #FFF;
}

.bg_pink {
    background: #fc7ca2;
    color: #FFF;
}

.bg_red {
    background: #ff6666;
    color: #FFF;
}

.col_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.col_600 {
    max-width: 600px;
    margin: 0 auto;
}


/* 共通　ここまで */


/* トップページ */

.slide {
    margin-bottom: 90px;
}

.topics_contents {
    margin-bottom: 80px;
}


.title_wrap {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.title_wrap p {
    font-family: 'Noto Sans JP', sans-serif !important;
    margin-bottom: 5px !important;
}

.title_wrap h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.topics_contents dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    padding-top: 20px;
}

.topics_contents dl dt {
    width: 135px;
    color: #aaaaaa;
}

.topics_contents dl dd {
    flex: 1;
}

.link_btn {
    width: 220px;
    border: 1px solid #000;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
}

.link_btn::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}

.link_btn a {
    display: block;
    padding: 18px 0;
    position: relative;
    z-index: 1;
    transition: .3s;
    background: #FFF;
    line-height: 1.5;
}

.link_btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.link_btn a:hover {
    color: #FFF;
}

.link_btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.sns_contents {
    margin-bottom: 140px;
}

.sns_contents a:hover {
    opacity: 0.5;
}

.about {
    background: #f7f7f7;
    padding: 80px 0 60px;
}

.about .read {
    margin-bottom: 20px;
}

.about h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;   
}

.about p {
    margin-bottom: 30px;
}

.shadow {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}

.top_archive {
    padding-top: 100px;
    padding-bottom: 45px;
    position: relative;
}

.top_archive::after {
    background: #f7f7f7;
    content: "";
    height: 460px;
    width: 93%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.top_archive ul {
    align-items: flex-start;
}

.top_archive li {
    width: 30.76%;
}

.top_archive li a:hover {
    opacity: 0.8;
}


.top_archive li:nth-child(2) {
    margin-top: 30px;
}

.top_archive li:nth-child(3) {
    margin-top: 60px;
}

.archive_title {
    padding: 15px;
    font-size: 16px;
    background: #FFF;
}

.archive_title p time {
    color: #aaaaaa;
}


.col_1310 {
    max-width: 1310px;
    margin: 0 auto;
}

.contact_contents {
    margin: 100px 0;
}

.contact_contents a {
    width: 100%;
    display: block;
    height: 320px;
    background: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact_contents a:hover {
    opacity: 0.8;
}

.contact_contents a::after {
    background: #FFF;
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

footer {
    /* background: #fbfbfb; */
    background: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 50px;
}

.footer_right ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer_right ul li {
    margin-left: 50px;
}

.footer_right ul li:first-child {
    margin-left: 0;
}

.footer_right .taR a {
    display: inline-block;
    background: #000;
    color: #FFF;
    border-radius: 30px;
    width: 170px;
    padding: 10px 0;
    text-align: center;
    transition: .3s;
}

.footer_right .taR a:hover {
    opacity: 0.7;
}

.slide_boder a::after {
    background: #000;
}

/* .front a.jump_point {
    background: transparent;
} */

/* トップページ　ここまで */

/* NEWS */

body:not(.front) {
    background: #f7f7f7;
}

.page_title {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.page_title h1 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 46px;
    letter-spacing: 2.5px;
}


.blog .topics_contents {
    background: #FFF;
}

.top_news_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 100px;
}

.top_news_wrap article {
    padding: 20px 0;
    border-bottom: 1px solid #aaaaaa;
    font-size: 16px;
}

.top_news_wrap article .flex_start .time {
    width: 140px;
    color: #aaaaaa;
}

.top_news_wrap article .flex_start .article_title {
    flex: 1;
}

.wp-pagenavi {
    margin-top: 45px;
}


/* .wp-pagenavi .first,
.wp-pagenavi .last, */
/* .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink */
.blog_nav .first,
.blog_nav .last,
.blog_nav .prev,
.blog_nav .next,
.blog_nav .previouspostslink,
.blog_nav .nextpostslink {
    display: none;
}

/* .wp-pagenavi a, .wp-pagenavi span,
.wp-pagenavi a, .wp-pagenavi span */
.blog_nav a, .blog_nav span {
    color: #000;
}

.wp-pagenavi a {
    margin-top: 0 !important;
}

.blog_nav .page-numbers,
.page.smaller,
.page.larger {
    border: 1px solid #000 !important;
    padding: 1px 13px 4px 12px;
}

.blog_nav span.current {
    color: #FFF;
    border: 1px solid #000 !important;
    background: #FFF;
    padding: 1px 13px 4px 12px;
    background: #000;
    border-radius: 0;
    margin-top: 0;
}

.blog_nav a {
    transition: 0.3s;
}

.blog_nav a:hover {
    background: #000;
    color: #FFF;
}


/* NEWS ここまで */

.post-type-archive .top_archive li {
    margin-top: 0 !important;
}

.works_navi {
    margin-top: 40px;
}

.post-type-archive .top_archive {
    padding-bottom: 80px;
    background: #FFF;
    padding-top: 80px;
}

.post-type-archive .top_archive li {
    margin-bottom: 50px;
}

/* NEWS　ここまで */

/* お問い合わせ　ここから */

.table-res-form td,
.table-res-form th {
    width: 100%;
    display: block;
}

.table-res-form th {
    padding-bottom: 0;
    margin-bottom: 7px;
}

/* .table-res-form th span {
    color: #F00;
} */

.table-res-form td {
    padding-top: 0;
    padding-left: 0;
}

.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px solid #121212;
    border-radius: 0;
}

.page_contact_top {
    padding-top: 1px;
}

.page_contact_top ul {
    margin-bottom: 50px;
}

.page_contact_top ul li {
    list-style: disc;
    margin-left: 25px;
}

.page_contact_top {
    padding-bottom: 70px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 260px;
    color: #FFF;
    background: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    opacity: 0.7;
}

.wpcf7-select {
    border: 1px solid #121212;
    padding: 10px;
    padding-right: 90px;
}

.select-wrap p {
    position: relative;
    display: inline-block;
}

.select-wrap p:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #121212;
    width: 0;
    z-index: 0;
    position: absolute;
    /* top: 50%; */
    top: 29px;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
}

::placeholder {
    color: #cbcbcb;
}

option:not(:first-child){
    color:#000;
}

form select{
    color: #cbcbcb;
}

/* お問い合わせ　ここまで */


/* 公演詳細 */

.single-archive h1 {
    padding-top: 90px;
    font-size: 50px;
    background: #FFF;
}

.single-archive h1 + p {
    background: #FFF;
}

.performance_nav {
    padding: 60px 0 60px;
    background: #FFF;
}

.pt40 {
    padding-top: 40px;
}


.performance_nav li {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #aaaaaa;
    color: #121212;
}

.performance_nav li i {
    color: #aaa;
    border: 1px solid #aaa;
    padding: 1px 4px;
    border-radius: 50%;
    margin-right: 7px;
}

.single-archive h2 {
    font-size: 43px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.performance_time {
    max-width: 750px;
    margin: 0 auto;
}

.performance_time strong {
    font-size: 42px;
    margin-right: 7px;
    margin-left: 7px;
}

.performance_time span.day {
    font-size: 28px;
}

.performance_time {
    font-size: 24px;
}

.time_small {
    font-size: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-left: 10px;
    margin-top: 10px;
}

.performance_block {
    padding-bottom: 100px;
}

.place_strong {
    font-size: 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 10px;
}

.performance_block .link_btn {
    margin-top: 35px;
}

.single-archive .kyakuhon {
    text-align: center;
    font-size: 28px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    padding-bottom: 0;
}

.single-archive .kyakuhon h2 {
    font-size: 26px;
}

.single-archive .kyakuhon h2 + p {
    font-weight: bold;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 60px;
}

.single-archive .kyakuhon h3 {
    font-size: 26px;
}

.main_cast {
    margin-bottom: 70px;
}

.main_cast li {
    margin: 20px 25px 0;
}

.main_cast li p:first-child {
    margin-bottom: 10px;
}

.ticket_inner {
    background: #F7F7F7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.ticket h2 {
    margin-bottom: 20px;
}

.ticket h3 {
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.border_bottom {
    border-bottom: 1px solid #121212;
}

.ticket .border_bottom {
    display: inline-block;
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 20px;
}

.ticket .col_600 {
    letter-spacing: 2px;
    margin-top: 10px;
}

ul.indent {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 40px;
}

.more_list {
    text-align: center;
}
.more_list p {
    display: inline-block;
    text-align: left;
}
.more_list span {
    display: block;
}

.sale_block {
    margin-top: 50px;
}

.sale_block h3 {
    display: inline-block;
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #121212;
}

.sale_block h3 span {
    font-size: 20px;
}

.sale_block p a {
    color: #2d8df0;
    /* margin-left: 15px; */
}

.sale_block .sale_block_inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 50px 40px;
    margin-bottom: 50px;
}


.goods {
    padding: 60px 0 80px;
}

.goods .taC {
    color: #aaaaaa;
    font-size: 40px;
    margin-top: 0px;
}

.performance_block .col_1200 {
    padding: 65px 50px 70px;
    border: 1px solid #121212;
    letter-spacing: 2px;
}

.performance_block .col_1200 h2 {
    margin-bottom: 30px;
}

.performance_block .col_1200 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
}

ul.disc li {
    list-style: disc;
    margin-left: 30px;
}


/* a.jump_point {height: 1px;
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    background: #FFF;
} */

.single-archive .main_cast img {
    width: 310px;
    height: 380px;
    object-fit: cover;
}

.single-archive .performance_block.pt40 {
    padding-bottom: 60px;
}

.single-archive .performance_block.taC.bg_white {
    padding-top: 70px;
}

.single-archive .pt50 {
    background: #f7f7f7;
}

/* .single-archive .pt50 a.jump_point {
    background: transparent;
} */

.kyakuhon .bg_white {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-archive #anc05 .bg_white {
    padding-top: 100px;
}

.single-archive #anc03 .performance_block {
    padding-bottom: 50px;
}


/* 公演詳細　ここまで */

.wpcf7cp-cfm-edit-btn {
    background: #DC143C;
    display: block;
    border: none;
    color: #FFF;
    border-radius: 50px;
    transition: 0.3s;
    width: 260px;
    padding: 18px 0;
    font-size: 16px;
    margin: 0 auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

button.wpcf7cp-cfm-edit-btn {
    margin: auto !important;
    margin-bottom: 20px !important;
}

#wpcf7cpcnf table {
    width: 100% !important;
}

#wpcf7cpcnf th {
    font-weight: normal;
    width: 100%;
    text-align: left;
}

#wpcf7cpcnf td {
    padding: 10px;
    width: 100%;
    border: 1px solid #121212;
    border-radius: 0;
    margin-bottom: 30px;
}

#wpcf7cpcnf th {
    margin-bottom: 7px;
}

#wpcf7cpcnf th,
#wpcf7cpcnf td {
    display: block;
}

.sp_dis_block {
    display: inline;
}

.color_red {
    color: #F00;
}

/* お知らせ　個別ページ　ここから */

.single.single-post h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}

.single.single-post h1 span {
    border-left: 4px solid #121212;
    margin-bottom: 20px;
    padding: 5px 5px 5px 33px;
    display: block;
}

.single.single-post .topics_block {
    padding-bottom: 30px;
}

.single_link_btn {
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.single_link_btn a {
    transition: all .3s;
    background: #121212;
    color: #FFF;
    padding: 17px 0;
    display: block;
    text-align: center;
}

.single_nav i {
    font-size: 38px;
}

.single_nav .flex_center {
    align-items: center;
}

.single.single-post article {
    margin-bottom: 50px;
}

.single_link_btn a:hover {
    opacity: 0.8;
}

.single_nav i:hover {
    opacity: .8;
}

.single.single-post .topics_block p {
    margin-bottom: 20px;
}

/* お知らせ　個別ページ　ここまで */

.single_title {
    position: relative;
}

.single_title p {
    position: absolute;
    left: 42px;
    top: -23px;
    color: #aaa;
}


/* レスポンシブ　ここから */

@media screen and (max-width: 1350px) {
    .col_1310 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1200px) {

    .performance_block .col_1200 {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 1023px) {
    
    .three_colmn_box, .four_colmn_box {
        background: transparent;
    }

    .about,
    .sns_contents,
    .col_1000 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about .taC p {
        font-size: 15px;
    }

    .archive_title p {
        font-size: 14px;
    }

    footer .footer_left,
    footer .footer_right {
        width: 100%;
    }

    footer .footer_right p,
    footer .footer_left {
        text-align: center !important;
    }

    footer .footer_right ul {
        justify-content: center;
        margin-top: 30px;
    }

    footer .footer_right p {
        margin-bottom: 30px;
    }

    header .head_right {
        display: flex !important;
    }

    #hamburger {
        display: none;
    }
    
    .top_news_wrap,
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (min-width: 767px) {
    .single-archive .font_mincho.taC {
        font-size: 24px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {

    header .logo {
        position: relative;
        z-index: 9999;
    }

    #hamburger {
        display: block;
    }

    header .head_right {
        display: none !important;
    }

    .w767_block {
        display: block;
    }

    .about .taC p {
        text-align: left !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .about .taC p.read {
        text-align: center !important;
    }

    .about h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .title_wrap h2 {
        font-size: 34px;
    }

    .about {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about .taC p {
        font-size: 14px;
    }

    .top_archive li {
        width: 100%;
    }

    .title_wrap.font_mincho.taL {
        margin-left: -10px;
    }

    .contact_contents a {
        height: 150px;
    }

    .contact_contents a::after {
        width: 50px;
    }

    .contact_contents .col_1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_right p.taR {
        display: none;
    }

    .footer_right ul {
        justify-content: flex-start !important;
    }

    .footer_right ul li {
        margin-bottom: 20px;
    }

    .footer_right ul li:nth-child(4) {
        margin-left: 0;
    }

    footer .col_1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .col_1200 li {
        position: relative;
        margin-right: 46px;
        margin-left: 0;
    }

    footer .col_1200 li:last-child {
        margin-right: 0;
    }

    footer .col_1200 li::before {
        position: absolute;
        top: 5px;
        right: -18px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f04b";
        color: #000;
        font-size: 14px;
        z-index: 99;
    }

    .footer_right ul li:nth-child(4) {
        display: block;
    }

    .top_archive::after {
        content: none;
    }

    .topics_contents dl dt,
    .topics_contents dl dd {
        width: 100%;
    }

    .topics_contents .col_1000 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slick-dots {
        bottom: 20px;
        right: 10px;
    }

    header .icon span {
        height: 2px;
        background: #000;
    }

    header .icon span:nth-child(2) {
        width: 18px;
    }

    .sm_nav {
        background: #000;
    }

    header {
        margin-top: -80px;
    }

    body {
        padding-top: 80px;
    }

    header .logo {
        width: 80px;
    }

    #hamburger {
        top: 14px;
    }

    .slide {
        margin-bottom: 45px;
    }

    .topics_contents .title_wrap h2 {
        margin-bottom: 0;
    }

    .topics_contents {
        margin-bottom: 50px;
    }

    .sns_contents {
        margin-bottom: 60px;
    }

    .about {
        padding: 50px 0 35px;
    }

    .top_archive {
        padding-top: 40px;
    }

    .top_archive li {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }

    .top_archive .link_btn {
        margin-top: 20px;
    }

    .contact_contents {
        margin: 30px 0 70px;
    }

    .performance_block .col_1200 {
        padding: 0;
        border: none;
    }

    body.single-archive p {
        font-size: 16px;
    }

    .performance_block .col_1200 h3 {
        font-size: 19px;
        text-align: center;
    }

    .performance_block li {
        font-size: 16px;
    }

    .single-archive h1 {
        font-size: 32px;
        padding-top: 30px;
    }

    .single-archive h1 + p {
        font-size: 13px;
    }

    .performance_nav li {
        width: 100%;
        display: block;
        padding: 10px 5px;
    }

    .performance_nav {
        margin-bottom: 50px;
        padding-top: 10px;
    }

    .performance_block.pt50 {
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

    .single-archive .performance_block.taC.bg_white {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .single-archive #anc01 {
        padding-top: 10px !important;
    }

    .single-archive h2 {
        font-size: 30px;
    }

    .performance_time strong {
        font-size: 28px;
    }

    .performance_time span.day {
        font-size: 24px;
    }

    .sp_dis_block {
        display: block;
    }

    .performance_time {
        text-align: center;
    }

    .performance_time p {
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .performance_time p:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .performance_block {
        margin-bottom: 30px;
    }

    .single-archive .kyakuhon h2 {
        font-size: 20px;
    }

    .single-archive .kyakuhon h2 + p {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .single-archive .performance_block.kyakuhon p {
        font-size: 28px;
        margin-top: 7px;
    }

    .performance_block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .performance_block li,
    .ticket .col_600 p {
        font-size: 14px;
    }

    .performance_nav li {
        margin-left: 10px;
        margin-right: 10px;
    }

    body.single-archive .place_strong {
        font-size: 19px;
    }

    .ticket h3 {
        font-size: 24px;
    }

    body.single-archive .ticket .border_bottom {
        font-size: 22px;
    }
    
    body.single-archive .col_600 {
        padding-left: 0;
        padding-right: 0;
    }

    body.single-archive h3.taC.mb20 {
        margin-bottom: 0 !important;
    }

    body.single-archive .performance_block p {
        font-size: 15px;
    }


    .sale_block h3 {
        font-size: 24px;
        text-align: center;
        display: block;
    }

    .sale_block h3 span {
        font-size: 16px;
    }

    ul.disc li {
        margin-left: 15px;
    }
 
    .performance_block .col_1200 {
        margin-left: 0;
        margin-right: 0;
    }

    .kyakuhon .bg_white {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 80px;
    }

    .ticket_inner {
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px 10px 10px;
    }

    .more_list {
        text-align: left;
        font-size: 15px;
    }

    .performance_block.ticket {
        padding-bottom: 0;
    }

    body.single-archive #anc03 .bg_white {
        padding-top: 30px;
    }

    .sale_block .sale_block_inner {
        margin-left: -10px;
        margin-right: -10px;
        padding: 30px 10px;
        margin-bottom: 30px;
    }

    .goods {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .goods .taC {
        font-size: 30px !important;
    }

    #anc05 .performance_block {
        padding-bottom: 40px;
    }

    footer {
        padding-top: 30px;
    }


    .menu-box2 {
        display: block;
    }
    
    .menu-box2 .menu-btn2 {
        width: 100%;
      }
      .menu-box2 ul {
        display: none;
        width: 100%;
        background-color: #000;
      }
     
      /*
      .menu-box2 ul li {
          width: 50%;
          float: left; 
        }
    
        .menu-box2 ul li.gl_nav01,
        .menu-box2 ul li.gl_nav02 {
            padding-top: 15px !important;
        }
    */
    
      .menu-box2 ul li a {
        display: block;
        padding: 12px 0 !important;
        margin: 0 !important;
        color: #FFF;
        line-height: 1 !important;
      }
      .menu-box2 ul li:last-child a {
        border-bottom: none;
      }
      .menu-btn2:before {
        content: '\f0c9';
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #000;
        font-size: 2.0rem;
      }
      .menu-btn2.active:before {
        content: '\f00d';
      }
        
        .menu-box2 {
            position: fixed;
            right: 0;
            top: 10px;
            width: 100%;
            z-index: 1000;
            text-align: right;
        }
        
        .menu-box2 p {
            position: relative;
            right: 20px;
            top: 7px;
        }
        
        .menu-box2 ul {
            text-align: center;
            position: relative;
            top: 8px;
        }

        .logo h1,
        .logo p {
            line-height: 1;
        }

        .top_archive figure img {
            width: 100%;
        }


}

@media screen and (max-width: 600px) {

    .blog article .flex_start {
        display: block;
    }

    .blog article {
        margin-bottom: 0;
    }

    .blog article p {
        width: 100%;
    }

    .blog_nav a, .blog_nav span, .wp-pagenavi a, .wp-pagenavi span {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .main_cast li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .single_link_btn {
        width: 190px;
    }

    .single.single-post h1 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .top_news_wrap article {
        padding: 10px 0;
    }

    .front article {
        margin-bottom: 0;
    }

    .ft_logo {
        width: 130px;
        margin: 0 auto;
    }

    body.single-archive .performance_block p.time_small {
        margin-left: 0;
        font-size: 18px;
    }

    .single-archive .kyakuhon h2 + p {
        margin-top: 0 !important;
        line-height: 1.1;
    }

    .single-archive .kyakuhon h3 {
        font-size: 20px;
    }

}


/* レスポンシブ　ここまで */
