@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
    padding-top: 4.4rem;
    background: url("images/bg.jpg") center top;
}
a {
	color: rgba(220,53,69,1);
    text-decoration: none;
}
a:hover {
	color: #ffa532;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.container {
    max-width: 1000px;
}
.gmenublock .container-fluid {
    max-width: 1340px;
}
@media (max-width: 999.98px) {
    .container {
        max-width: 100%;
    }
}
.img-fluid100 {
    width: 100%;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(255,255,255,0.95);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 5rem 0 0;
}
#menu .menulist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#menu .menulist li {
    padding: 15px;
    text-align: center;
}
#menu .menulist li img {
    max-height: 24px;
}
#menu .menulist li:first-child img {
    max-height: 60px;
}
#sp-icon {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 1rem;
	top: 0;
	z-index: 999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
/*#sp-icon::before {
	font-weight: 400;
	content: "MENU" !important;
	display: block;
	padding-bottom: 1rem;
    color: #000;
    font-size: 1.2rem;
    text-align: center;
}
#sp-icon.active::before {
	content: "CLOSE" !important;
}*/
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after {
	display: inline-block;
	width: 3.5rem;
	height: 0.3rem;
	background: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}
#sp-icon span::before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}
#sp-icon span::after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}
.sp-open span {
	background: transparent !important;
}
.sp-open span::before {
	transform: rotate( 45deg ) !important;
}
.sp-open span::after {
	transform: rotate( -45deg ) !important;
}
@media (min-width: 992px) {
    #sp-icon {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .gmenublock {
        display: none;
    }
}
.gmenublock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background: rgba(255,255,255,0.5);*/
    background: url("images/bg.jpg") center top;
    z-index: 100;
}
.glogo {
    margin: 0.5rem auto;
}
.glogo img {
    max-height: 50px;
}
.gmenu {
    margin: 1.5rem auto;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
}
.gmenu li {
    margin: 0 0.5rem;
}
.gmenu li img {
    max-height: 19px;
}
header h1 {
    margin: 4rem auto 5rem;
}
header h1 img {
    max-height: 240px;
    max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gmenu li {
        margin: 0 0.5rem;
    }
    .gmenu li img {
        max-height: 15px;
    }
    header h1 {
        margin: 2rem auto 3rem;
    }
}
@media (max-width: 767.98px) {
    header h1 {
        margin: 1rem auto 2rem;
    }
}
.content {
    padding: 1rem 0 0;
    position: relative;
}
.content img {
    max-height: 800px;
}
.content h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 5.8rem;
    margin: auto;
    padding-left: 17rem;
}
.content p a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(220,53,69,1);
}
.content p a:hover {
    color: #ffa532;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
    .content h4 {
        top: 5.8rem;
        padding-left: 17rem;
    }
}
/*.content h2 {
    background: #e83430;
    padding: 0.2rem;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}
.content h3 {
    font-size: 32px;
    font-weight: 900;
    color: #e83430;
}
.content h3 span {
    font-size: 21px;
    font-weight: 700;
}
.content h4 {
    font-size: 32px;
    font-weight: 700;
    color: #e83430;
}
.content2 h3 {
    color: #000 !important;
}
.content2 h4 {
    color: #000 !important;
}
.content2 p {
    color: #000 !important;
}*/
.brnone-xs {
    display: none;
}
@media (max-width: 767.98px) {
    .logo img {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .content h3 {
        font-size: 24px;
    }
    .content h3 span {
        font-size: 14px;
    }
    .content h4 {
        font-size: 24px;
    }
}
.h-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h-image_fix {
        height: 870px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .h-image_fix {
        height: 860px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h-image_fix {
        height: 760px;
    }
}
@media (max-width: 575.98px) {
    .h-image_fix {
        height: 600px;
    }
    .brnone-xs {
        display: block;
    }
}
.title-school {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 1.2px;
    text-align: center;
}
.title-school span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem;
    padding: 0 4rem;
    position: relative;
}
.title-school span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-bottom: 21px solid transparent;
}
.title-school span:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-top: 21px solid transparent;
}
.title-school01 span:before {
    border-left: 21px solid #e72427;
}
.title-school01 span:after {
    border-right: 21px solid #e72427;
}
.title-school02 span:before {
    border-left: 21px solid #5fbfae;
}
.title-school02 span:after {
    border-right: 21px solid #5fbfae;
}
@media (max-width: 575.98px) {
    .title-school span {
        height: 8.5vw;
        padding: 0 10vw;
    }
    .title-school span:before {
        border-bottom: 21px solid transparent;
    }
    .title-school span:after {
        border-top: 21px solid transparent;
    }
    .title-school01 span:before {
        border-left: 21px solid #e72427;
    }
    .title-school01 span:after {
        border-right: 21px solid #e72427;
    }
    .title-school02 span:before {
        border-left: 21px solid #5fbfae;
    }
    .title-school02 span:after {
        border-right: 21px solid #5fbfae;
    }
}
.table-school {
    margin: 2rem auto;
    text-align: center;
}
.table-school td {
    padding: 0 1rem;
    font-size: 18px;
}
.btn-anime {
    display: block;
    border: 3px solid rgba(0,0,0,0.5);
    color: #333;
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    margin: 0 1rem;
}
.btn-anime::after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
    padding-left: 2rem;
    float: right;
}
.btn-anime:hover {
    background: rgba(255,255,255,0.7);
}
.btn-ticket {
    border: 3px solid rgba(0,0,0,0.5);
    color: #333;
    padding: 0.5rem 1rem;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    background: #ffd700;
    display: flex;
    justify-content: center;
    position: relative;
}
.btn-ticket02 {
    background: #aaa;
}
.btn-ticket::after {
    font-size: 14px;
	font-weight: 400;
	content: "詳しく見る ▶";
    position: absolute;
    right: 1rem;
    top: 1.15rem;
}
.btn-ticket:hover {
    color: #000;
    opacity: 0.7;
}
.br-none {
    display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .btn-ticket {
        font-size: 18px;
    }
    .btn-ticket::after {
        font-size: 12px;
        right: 0.5rem;
        top: 0.8rem;
    }
}
@media (max-width: 575.98px) {
    .btn-anime {
        padding: 1rem 1rem;
        font-size: 14px;
    }
    .btn-anime::after {
        padding-left: 0.5rem;
    }
    .btn-ticket {
        font-size: 18px;
    }
    .btn-ticket::after {
        font-size: 12px;
        right: 0.5rem;
        top: 0.8rem;
    }
    .br-none {
        display: block;
    }
}
p {
    font-size: 16px;
}
.castbox {
    width: 100%;
    display: table;
    text-align: center;
    padding: 2rem 0 0;
    margin-bottom: 1rem;
}
.castbox01 {
    /*background: #d70f19;*/
}
.castbox01 h4 {
    color: #000;
    font-weight: 900;
}
.castbox01 h4 img {
    max-height: 36px;
}
.castbox02 {
    background: #555;
}
.castbox02 p {
    color: #fff;
    font-weight: 400;
}
.casttext {
    display: table-cell;
    vertical-align: middle;
}
.castblock {
    text-align: center;
}
.castblock img {
    max-height: 240px;
    max-width: 100%;
}
@media (max-width:575.98px) {
    .castblock img {
        max-height: 600px;
    }
    .castblock .list-inline-item:not(:last-child) {
        margin-right: 0rem;
    }
}
dl.staff {
	text-align: left;
	margin: 0 auto 2rem;
	width: 472px;
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 15em;
	font-weight: normal;
}
dl.staff dd {
	margin-left:15em;
    /*width: 115px;*/
}
@media (max-width: 575.98px) {
	dl.staff {
		text-align: center;
		width: 100%;
	}
	dl.staff dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.staff dd {
		margin-left: 0;
        width: 100%;
	}
}
.newsbox {
    height: 300px;
    overflow: auto;
    background: #fff1e4;
    padding: 1rem;
}
.newsbox dl dt {
    font-size: 18px;
}
.newsbox dl dd,
.newsbox dl dd a {
    font-size: 16px;
}
.hr-news {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 0.5rem auto;
    width: 90%;
}
.introblock h5 {
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}
.btn-xs {
    background-color: #d70f19 !important;
    padding: 0.1rem 0.3rem;
    font-size: 11px;
    border-radius: 0;
}
.scheduleblock h5 {
    font-size: 21px;
    font-weight: 700;
}
.scheduleblock p {
    font-size: 18px;
}
.scheduleblock p small {
    font-size: 13px;
}
.scheduleblock table th,
.scheduleblock table td {
    font-size: 16px;
    padding: 0.5rem 1rem;
}
.scheduleblock table th small,
.scheduleblock table td small {
    font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .scheduleblock table {
        max-width: 600px;
    }
}
@media (max-width: 575.98px) {
    .scheduleblock table th,
    .scheduleblock table td {
        font-size: 15px;
        padding: 0.5rem 0.5rem;
    }
    .scheduleblock table th small,
    .scheduleblock table td small {
        font-size: 10px;
    }
}
.img-cast {
    position: relative;
    /*border: 1px solid rgba(0,0,0,0.7);*/
    margin-bottom: 1rem;
}
.castname {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 0.5rem;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
/*@media (max-width: 575.98px) {
    .castbox {
        height: 400px;
        margin-bottom: 1rem;
    }
    .img-cast {
        margin-bottom: 1rem;
    }
}*/
.ticketblock .card {
    background-color: rgba(255,255,255,0.3) !important;
    margin-bottom: 2rem;
}
.ticketblock .card.bg-light {
    background-color: rgba(255,255,255,0.9) !important;
}
.ticketblock h3 {
    font-size: 32px;
    font-weight: 700;
}
.ticketblock h3 span {
    font-size: 18px;
}
.ticketblock h3 small {
    font-size: 16px;
}
.ticketblock h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.ticketblock h4 small {
    font-size: 18px;
}
.ticketblock h5 {
    font-size: 18px;
    font-weight: 400;
}
.ticketblock h5 small {
    font-size: 15px;
}
.ticketblock h4 del {
    color: #666;
}
.ticketblock h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.hr-h {
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 85%;
    margin: 2rem auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ticketblock h4 {
        font-size: 21px;
    }
    .ticketblock h4 small {
        font-size: 14px;
    }
    .ticketblock h5 {
        font-size: 16px;
    }
    .ticketblock h5 small {
        font-size: 12px;
    }
    .ticketblock h6 {
        font-size: 19px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ticketblock h6 {
        font-size: 19px;
    }
}
@media (max-width: 575.98px) {
    .ticketblock h4 {
        font-size: 18px;
    }
    .ticketblock h4 small {
        font-size: 12px;
    }
    .ticketblock h5 {
        font-size: 14px;
    }
    .ticketblock h5 small {
        font-size: 11px;
    }
    .ticketblock h6 {
        font-size: 16px;
    }
}
hr {
    margin: 2rem auto;
}
.cautionblock h5 {
    font-weight: 700;
}
.twitterbox {
    width: 100%;
    height: 300px;
    display: table;
    background: #ffa532;
    text-align: center;
    padding: 0 1rem;
}
.twittertext {
    display: table-cell;
    vertical-align: middle;
}
.twittertext h4 {
    font-weight: 700;
	font-size: 36px;
    color: #000;
    margin-bottom: 2rem;
}
.twittertext h4 img {
    max-height: 36px;
}
.twittertext .btn-twitter {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.7);
    padding: 0.7rem 0 0.85rem;
    display: block;
    text-decoration: none;
}
.twittertext .btn-twitter:hover {
    background: rgba(255,255,255,0.3);
}
.twittercontents {
    border: 5px solid #ffa532;
    height: 300px;
    overflow: auto;
}

@media (max-width: 557.98px) {
    .twitterbox {
        height: 300px;
    }
}
.table-stage {
    margin: 1rem auto;
}
.table-stage th,
.table-stage td {
    padding: 0.75rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #5d6164;
    font-size: 14px;
    color: #5d6164;
}
.table-stage td strong {
    color: #0081cc;
}
@media (max-width: 557.98px) {
    .table-stage th,
    .table-stage td {
        padding: 0.75rem 0.2rem;
    }
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
    line-height: 1.8;
}
.f-block {
    text-align: center;
    margin: 3rem auto;
}
.f-block ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}
.f-block ul li {
    margin: 0 0.5rem;
}
.f-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .f-image_fix {
        height: 800px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .f-image_fix {
        height: 800px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .f-image_fix {
        height: 800px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .f-image_fix {
        height: 700px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .f-image_fix {
        height: 700px;
    }
}
@media (max-width: 575.98px) {
    .f-image_fix {
        height: 500px;
    }
}
.btn-more {
    background: #ffa532;
}
.btn-more:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
}
.copyright {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
}
footer .container {
    max-width: 1000px;
}
.h01 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.h02 {
    font-size: 24px;
    line-height: 2;
    border-bottom: 1px solid #e72427;
    border-top: 1px solid #e72427;
    padding: 0.8rem 1.5rem 1rem;
    display: inline-block;
    margin: auto;
}
.h02 span {
    color: #e72427;
    font-size: 18px;
    display: block;
}
.h02 small {
    font-size: 14px;
    display: block;
}
.img-twitter {
    max-height: 300px;
    max-width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h01,
    .h02 {
        font-size: 21px;
    }
}
@media (max-width: 575.98px) {
    .h01,
    .h02 {
        font-size: 18px;
    }
}
.list-sample li {
    margin-bottom: 0.7rem;
}
.list-sample li.list01 img {
    max-width: 233px;
}
.list-sample li.list02 img {
    max-height: 233px;
}
.faq_acc {
    margin-bottom: 0;
}
.faq_acc > dt {
	cursor: pointer;
	padding: 0 1rem 0.5rem;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 3px;
	position: relative;
}
.faq_acc > dt strong {
    margin-right: 1rem;
    font-size: 28px;
    font-weight: 900;
}
.faq_acc > dd {
	background-color: rgba(0,0,0,0.05);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.0125);
    border-radius: 0.25rem;
	margin: 0px;
	padding: 0.5rem 1.5rem;
    font-size: 14px;
}
.faq_acc > dd strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin: 0 1rem 0.5rem 0;
}
.faq_acc > dd p {
    font-size: 14px;
}
.faq_acc > dd ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #f00;
}
.faq_acc > dd a:hover {
	color: #f60;
}
a.card {
    color: #000;
}
a.card:hover {
    opacity: 0.7;
}
.table-special th {
    vertical-align: top;
    font-weight: normal;
}
.table-special td img {
    max-height: 200px;
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #000;
	font-size: 30px;
	opacity: 0.6;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #000;
	opacity: 0.3;
	transition: opacity 1s;
}