@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@900&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
    background: url("images/bg.jpg") repeat-x top center;
    background-attachment: fixed;
    background-size: cover;
}
@media (max-width: 575.98px) {
    body {
        background: url("images/bg-s.jpg") repeat-y top center;
        background-attachment: fixed;
        background-size: contain;
    }
}
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;
}
header {
    position: relative;
    margin:  1rem auto 0;
    padding: 25px 0 0;
    height: 110px;
}
.logo {
	position: absolute;
	top: 10px;
}
.logo img{
    max-height: 80px;
	max-width: 100%;
}
@media (max-width: 575.98px) {
    header {
        margin:  0 auto;
        padding: 25px 0 0 1rem;
    }
    .logo img{
        max-height: 60px;
    }
}
.navbar-dark {
	float: right;
}
.nav-link {
	padding: 0.5rem 0.8rem !important;
}
.nav-link img {
    max-height: 18px;
}
.nav-item.big .nav-link img {
    max-height: 20px;
}
.nav-item.faq {
    padding-top: 0.15rem;
}
.nav-item.faq .nav-link img {
    max-height: 23px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .nav-link {
	    padding: 0.5rem 0.4rem !important;
    }
    .nav-link img {
        max-height: 17px;
    }
    .nav-item.big .nav-link img {
        max-height: 19px;
    }
    .nav-item.faq .nav-link img {
        max-height: 22px;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand {
        display: none;
    }
}
.maincontents {
    min-height: 720px;
    padding-top: 5rem;
}
.news_content {
	max-height: 480px;
	-webkit-overflow-scrolling:touch;
	overflow-y: auto;
	scrollbar-arrow-color:#fff;/* 矢印 */
	scrollbar-face-color:#000;/* スクロールバー表面 */
	scrollbar-3dlight-color:#fff;/* ボタン外側の左と上の枠 */
	scrollbar-darkshadow-color:#fff;/* ボタン外側の右と下の枠 */
	scrollbar-highlight-color:#fff;/* ボタン内側の左と上の枠 */
	scrollbar-shadow-color:#fff;/* ボタン内側の右と下の枠 */
	scrollbar-track-color:#000;
	width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 2rem;
    border-radius: 0.3rem;
    margin: 2rem auto;
}
.news_content dl {
	margin:1rem;
	padding-left: 0;
}
.news_content dl dt::before {
	content: url("images/news_li.png");
	width: 24px;
    float: left;
}
.news_content dl dd {
	margin-left: 24px;
	font-size:15px;
	color: #fff;
}
.news_content dl dd a {
	color:#fff;
	font-size: 15px;
}
.news_content dl dd a:hover {
	color:#f90;
    text-decoration: none;
}
.news_content dl dd hr {
    border-top: 1px dotted rgba(255,255,255,0.3);
    margin: 0.5rem 0;
}
.twitter_content {
	position: relative;
	height: 480px;
	-webkit-overflow-scrolling:touch;
	overflow-y: scroll;
	scrollbar-arrow-color:#fff;/* 矢印 */
	scrollbar-face-color:#000;/* スクロールバー表面 */
	scrollbar-3dlight-color:#fff;/* ボタン外側の左と上の枠 */
	scrollbar-darkshadow-color:#fff;/* ボタン外側の右と下の枠 */
	scrollbar-highlight-color:#fff;/* ボタン内側の左と上の枠 */
	scrollbar-shadow-color:#fff;/* ボタン内側の右と下の枠 */
	scrollbar-track-color:#000;
    background: rgba(0,0,0,0.6);
    padding: 2rem;
    border-radius: 0.3rem;
    margin: 2rem auto;
}
::-webkit-scrollbar{
	width: 10px;
}
/*::-webkit-scrollbar-button {
	background-size: 100%;
	height: 10px;
	width: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.2);
}
::-webkit-scrollbar-button:end {
	display: block;
}
::-webkit-scrollbar-button:start {
	display: block;
}
::-webkit-scrollbar-button:vertical:increment {
	background: url("images/down.png");
}
::-webkit-scrollbar-button:vertical:decrement {
	background: url("images/up.png");
}
*/
::-webkit-scrollbar-track{
	background: #000;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #fff; 
}
::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.news_content,
    .twitter_content {
		height:420px !important;
	}
}
@media (max-width: 991px) {
	.news_content,
    .twitter_content {
		height:420px;
	}
}
.img-title {
    max-height: 48px;
}
.h01 {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.5;
}
.h01 span {
	color: #f00;
}
.h02 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5;
}
.h03 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
}
.h04 {
    display: inline-block;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #e7141a;
    padding: 0 0.5rem 1rem;
}
.h05 {
    display: inline-block;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #e7141a;
    padding: 0 0.5rem 1rem;
}
p,
ul,
dl {
    font-size: 15px;
    margin-bottom: 2rem;
}
a {
    color: #e7141a;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
    color: #f90;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.h01 {
		font-size: 30px;
		line-height: 1.5;
	}
	.h02 {
		font-size: 24px;
		line-height: 1.5;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.h01 {
		font-size: 24px;
		line-height: 1.5;
	}
	.h02 {
		font-size: 22px;
		line-height: 1.5;
	}
}
@media (max-width: 575.98px) {
    .h01 {
		font-size: 24px;
		line-height: 1.5;
	}
	.h02 {
		font-size: 21px;
		line-height: 1.5;
	}
    .h05 {
        font-size: 16px;
    }
}
.mt-6 {
    margin-top: 6rem !important;
}
.text-danger {
    color: #e7141a !important;
}
.storybox {
    background: rgba(0,0,0,0.6);
    padding: 2rem;
    max-width: 880px;
    margin: 1rem auto 2rem;
}
.storybox p:last-child,
.storybox ul:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .storybox {
        padding: 2rem 1rem;
    }
}
.newsbox {
    height: 960px;
    overflow: auto;
}
.newsbox dl {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted rgba(255,255,255,0.7);
}
.newsbox dl dt {
    float: left;
    width: 6em;
}
.newsbox dl dd {
    margin-left: 6em;
}
.newsbox dl dd a {
    color: #fff;
}
.newsbox dl dd a:hover {
    opacity: 0.7;
}
.p01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 18px;
}
.p02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
    padding: 0.7rem;
}
.p03 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 21px;
}
dl.cast {
	margin: 0 auto 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    width: 200px;
}
dl.cast dt {
	float: left;
    width: 5em;
    font-size: 18px;
    padding-top: 0.2rem;
}
dl.cast dd {
    margin-left: 5em;
    font-size: 21px;
    width: 230px;
}
@media (max-width: 575.98px) {
    dl.cast {
        width: 100%;
        text-align: center;
    }
    dl.cast dt {
	    float: none;
        width: 100%;
        padding-top: 0;
    }
    dl.cast dd {
        margin-left: 0;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .castZoom p small {
        font-size: 16px;
    }
}
.p18 {
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .p18 {
        font-size: 13px;
    }
}
dl.staff {
	margin: 0 auto 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    text-align: center;
}
dl.staff dt {
	font-size: 18px;
}
dl.staff dt span {
}
dl.staff dd {
    font-size: 21px;
}
.img-kodansha {
    text-align: center;
}
.img-kodansha img {
    max-height: 46px;
}
.btn-danger {
    background: #e7141a;
    font-size: 18px;
}
.btn-danger.disabled {
    background: #999;
    border: #999;
}
.table-t {
	width: 99%;
	margin-bottom: 1rem;
}
.table-t .td01,
.table-t .td02 {
	width: 33%;
	text-align: center;
}
.table-t2 {
	width: 100%;
	margin-bottom: 1rem;
}
.table-t2 .td01 {
	width: 28%;
	text-align: center;
}
.table-t2 .td02 {
	width: 44%;
	text-align: center;
}
.table-t3 {
	width: 100%;
	margin-bottom: 1rem;
}
.table-t3 .td01 {
	width: 23%;
	text-align: center;
}
.table-t3 .td02 {
	width: 54%;
	text-align: center;
}
.stage_t {
    font-size: 21px;
    font-weight: 700;
}
.hr1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	border: 0;
	border-top: 5px solid rgba(255, 255, 255, 0.5);
}
.hr2 {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.brnone {
	display: block;
}
.br-none {
	display: none;
}
.br-sm {
    display: none;
}
.span-inline {
    display: inline;
}
.schedulebox {
    background: rgba(255,255,255,0.6);
    padding: 2rem;
    border-radius: 0.3rem;
    margin: 3rem auto 6rem;
}
.img-2023 {
    max-height: 45px;
}
.schedulebox h5,
.schedulebox p {
    color: #000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.table-t2 .td01 {
		width: 20%;
	}
	.table-t2 .td02 {
		width: 60%;
	}
	.table-t3 .td01 {
		width: 10%;
	}
	.table-t3 .td02 {
		width: 80%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.table-t2 .td01 {
		width: 15%;
	}
	.table-t2 .td02 {
		width: 70%;
	}
	.table-t3 .td01 {
		width: 5%;
	}
	.table-t3 .td02 {
		width: 90%;
	}
}
@media (max-width: 767.98px) {
    .br-sm {
        display: block;
    }
    .span-inline {
        display: none;
    }
}
@media (max-width: 575.98px) {
	.brnone {
		display: none;
	}
	.br-none {
		display: block;
	}
	.table-t {
		width: 100%;
	}
	.table-t .td01 {
		width: 10%;
	}
	.table-t .td02 {
		width: 80%;
	}
	.table-t2 .td01 {
		width: 5%;
	}
	.table-t2 .td02 {
		width: 90%;
	}
	.table-t3 .td01 {
		width: 5%;
	}
	.table-t3 .td02 {
		width: 90%;
	}
	.stage_t {
		font-size: 17px;
	}
}
.list-text {
    list-style: none;
    padding-left: 0;
}
.list-text li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
}
.eventwrap {
    max-width: 880px;
    margin: auto;
}
.eventblock {
    border: 1px solid rgba(255,255,255,0.6);
    padding: 3rem;
    margin: 1rem auto 7rem;
}
.eventblock p:last-child {
    margin-bottom: 0;
}
.eventblock h4 {
    font-size: 32px;
    font-weight: 900;
}
.eventblock h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.eventblock .btn {
    padding: 0.5rem 4rem 0.7rem;
    border-radius: 0;
}
.eventbox {
    background: #aaa;
    padding: 2rem;
    margin: 1rem auto 2rem;
}
.eventbox dl {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.eventbox dl dt {
    float: left;
    width: 5em;
}
.eventbox dl dd {
    margin-left: 5em;
}
@media (max-width: 575.98px) {
    .eventblock h5 {
        font-size: 21px;
        font-weight: 700;
    }
}
.table-ticket {
    border-top: 1px solid rgba(255,255,255,0.8);
    max-width: 880px;
    margin: 3rem auto;
    font-size: 18px;
    background-color: transparent !important;
}
.text-ticket {
    max-width: 880px;
    margin: 0 auto 3rem;
}
.table-ticket th {
    font-weight: normal;
    background-color: rgba(0,0,0,0.6) !important;
}
.table-ticket td {
    text-align: right;
    background-color: rgba(0,0,0,0.6) !important;
}
.table-ticket th,
.table-ticket td {
    color: #fff;
    padding: 1.5rem;
}
@media (max-width: 575.98px) {
    .table-ticket {
        font-size: 14px;
    }
    .table-ticket th,
    .table-ticket td {
        padding: 1.5rem 0.5rem;
    }
}
.cautionbox {
    background: rgba(255,255,255,0.6);
    padding: 2rem;
    max-width: 880px;
    margin: 1rem auto 2rem;
}
.cautionbox ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.cautionbox h5 {
    color: #000;
}
.cautionbox ul li {
    text-indent: -1em;
    padding-left: 1em;
    color: #000;
}
.cautionbox p {
    color: #000;
}
.cautionbox p:last-child {
    margin-bottom: 0;
}
.ticketblock {
    max-width: 880px;
    margin: 2rem auto;
}
.ticketwrap {
    border: 1px solid rgba(255,255,255,0.6);
    padding: 2rem 2rem 2rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 880px;
    background: rgba(0,0,0,0.6);
    position: relative;
}
.ticketwrap p:last-child {
    margin-bottom: 0;
}
.img-premium {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: auto;
}
.img-premium img {
    max-height: 24px;
}
@media (max-width: 767.98px) {
    /*.img-premium {
        position: static;
        text-align: right;
    }*/
    .ticket-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
.ticketbox {
    border: 1px solid rgba(255,255,255,0.6);
    padding: 1rem;
    text-align: center;
    margin: 2rem auto 3rem;
}
.ticketbox p:last-child {
    margin-bottom: 0;
}
.ticketbox2 {
    border: 2px solid #0096e0;
    padding: 1rem;
}
.ticketwrap h4,
.ticketbox h4 {
    font-size: 32px;
    font-weight: 900;
}
.ticketwrap h5,
.ticketbox h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.ticketbox2 p:last-child,
.ticketbox2 ul:last-child {
    margin-bottom: 0;
}
.ticketend {
    border: 1px solid rgba(255,255,255,0.3);
}
.ticketend h5,
.ticketend p{
    color: #666;
    
}
@media (max-width: 575.98px) {
    .ticketwrap h5,
    .ticketbox h5 {
        font-size: 21px;
        font-weight: 700;
    }
}
.btn-special {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 1rem;
    color: #fff !important;
    max-width: 720px;
    margin: auto;
}
.btn-special2 {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 1rem;
    color: #fff !important;
    margin: auto;
}
.btn-special:hover,
.btn-special2:hover {
    opacity: 0.7;
    color: #fff;
}
.btn-special.disabled,
.btn-special2.disabled {
    background: #999 !important;
    border: 1px solid #999 !important;
}
.text-ticket {
    max-width: 720px;
    text-align: left;
    margin-bottom: 0;
}
@media (min-width:1200px) {
    .ticketbox {
        padding: 2rem 5rem;
    }
}
.modal-header .close {
    font-size: 36px;
}
.modal-footer .btn {
    font-size: 16px;
}
.text-pink {
    color: #ffaec9;
}
.goods-box {
    text-align: center;
}
.goods-box a {
    color: #fff;
}
@media (min-width:1200px) {
    .table-goods {
        max-width: 920px;
    }
}
.table-goods {
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.4);
    margin: 0 auto 2rem;
}
.table-goods th,
.table-goods td {
    vertical-align: middle;
}
footer {
    margin-top: 5rem;
    text-align: center;
}
footer p {
	font-size: 13px;
}
ruby {
	display: inline-table;
	border-collapse: collapse;
	height: 2em;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: 0.9em;
	text-decoration: inherit;
	text-align: center;
	line-height: 1em;
}
/* 上ルビ */
ruby>rtc {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
}
/* 下ルビ(括弧類がある場合とない場合でセレクタが異なる) */
ruby>rtc+rtc,
ruby>rtc+rp+rtc {
	display: table-footer-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	text-decoration: none;
	line-height: 1em;
}
/* 各文字に対応するルビ */
ruby>rtc>rt {
	display: table-cell;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font-size: 100%;
	text-align: center !important;
	line-height: 1em;
}
/* ルビ対象テキスト */
ruby>rb {
	display: table-cell;
	max-height: 75%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	text-decoration: none;
	text-align: center !important;
	line-height: 1em;
	vertical-align: top;
}
/* 非対応環境向け括弧類 */
ruby>rp {
	display: none;
}
/* 単純な<ruby>要素での<rt>要素 */
ruby>rt {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
	text-align: center !important;
}
/* <ruby>要素入れ子の場合 */
ruby>ruby {
	vertical-align: 0em;
}
/* <ruby>要素が入れ子でない場合のルビテキストと、*/
/* <ruby>要素が入れ子の場合の上位<ruby>要素のルビテキスト、*/
ruby>ruby+rt,
ruby>ruby+rp+rt {
	display: table-footer-group;
}
/* <ruby>要素直下に<rt>要素が二つある場合 */
ruby>rt+rt {
	display: table-footer-group;
}
.text-black {
    color: #000 !important;
}
.hrdot {
    border-top: 1px dotted rgba(255,255,255,0.3);
    margin: 3rem auto;
    width: 50%;
}
.faq_acc {
    margin: 2rem 0;
}
.faq_acc > dt {
	/*border-bottom: solid 10px rgba(231,20,26,0.3);
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem 1rem;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3px;*/
    border-bottom: 1px solid rgba(255,255,255,1);
    display: block;
    padding: 0 0.5rem 0.8rem;
    font-size: 18px;
    text-align: center;
	position: relative;
    cursor: pointer;
}
/*.faq_acc > dt::after {
	content: url(images/faq_icon.png);
	position: absolute;
	right: 2rem;
	bottom: -0.8rem;
}*/
.faq_acc > dt strong {
	font-size: 30px;
}
.faq_acc > dd {
	background-color: transparent;
	margin: 0px;
	padding: 1rem 1rem 1rem;
}
.faq_acc > dd strong {
	color: #fff;
	font-size: 30px;
}
.faq_acc > dd {
	color: #fff;
	font-size: 13px;
}
.faq_acc > dd ul {
    list-style: none;
    padding-left: 0;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #f00;
}
.faq_acc > dd a:hover {
	color: #f60;
}
@media (max-width: 575.98px) {
	.faq_acc > dt {
		padding: 0.5rem 1rem 1.5rem;
	}
}
@media (max-width: 767.98px) {
    .list-dvd li img {
        max-width: 280px;
    }
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    text-indent: -0.85em;
    padding-left: 0.85em;
    font-size: 85%;
}
.dl4 dt {
    float: left;
    width: 4em;
    font-weight: normal;
}
.dl4 dd {
    margin-left: 4em;
}
.ms-4em {
    margin-left: 4em;
}
.dl5 dd {
    margin-left: 5em;
}
.dl5 {
    font-size: 1.5rem;
}
.dl5 dt {
    float: left;
    width: 5em;
    font-weight: normal;
}
.dl5 dd {
    margin-left: 5em;
}
.dl5em dt {
    float: left;
    width: 5em;
    font-weight: normal;
}
.dl5em dd {
    margin-left: 5em;
}
.dl6 dt {
    float: left;
    width: 6em;
    font-weight: normal;
}
.dl6 dd {
    margin-left: 6em;
}
.ms-6em {
    margin-left: 6em;
}
.btn {
    word-break: break-all !important;
}
.h06 {
    border-bottom: 3px solid rgba(255,255,255,1);
    display: block;
    padding: 0 0.5rem 0.8rem;
    font-size: 21px;
    text-align: center;
}
.h07 {
    display: table;
    background: #e7141a;
    padding: 0.8rem 1.5rem;
    margin: 0 auto 1rem;
    border-radius: 5px;
    font-size: 21px;
}
.h13 {
    display: block;
    padding: 0.5rem 0.3rem 0.5rem;
    border-top: 3px solid rgba(255,255,255,1);
    border-bottom: 3px solid rgba(255,255,255,1);
    font-size: 21px;
    margin-bottom: 2rem;
}
.mt-45 {
    margin-top: 2rem;
}
.streamblock h5 {
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .h07 {
        padding: 0.8rem 0.8rem;
        font-size: 18px;
    }
    .h13 {
        font-size: 21px;
    }
}
.img-bunka {
    max-height: 50px;
    max-width: 100%;
}
.img-bnr {
    border: 1px solid rgba(255,255,255,0.25);
    max-height: 105px;
    max-width: 100%;
}
.bnrbox {
    background: rgba(0,0,0,0.6);
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
}
.bnrbox p:last-child {
    margin-bottom: 0;
}
.list-cast,
.list-cast2 {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}
.list-cast li {
    margin: 0 1rem;
}
.list-cast li img {
    max-height: 420px;
    max-width: 100%;
}
.list-cast2 li {
    margin: 0 1rem;
}
.list-cast2 li img {
    max-height: 320px;
    max-width: 100%;
}
.list-cast li p,
.list-cast2 li p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    margin: 0.4rem auto;
}
.list-cast li h5,
.list-cast2 li h5 {
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    font-weight: 900;
}
@media (max-width: 575.98px) {
    .list-cast,
    .list-cast2 {
        display: block;
    }
    .list-cast li,
    .list-cast2 li {
        margin: 0 auto 1rem;
    }
    .list-cast2 li img {
        max-height: 420px;
    }
}
.mainbox {
    background: rgba(0,0,0,0.6);
}
.staffbox {
    max-width: 880px;
    margin: auto;
}
.list-ensemble {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
	margin: 0 auto 1rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    text-align: center;
    justify-content: center;
}
.list-ensemble li span {
	font-size: 16px;
    display: block;
}
.list-ensemble li {
    margin: 0 0.5rem;
    font-size: 21px;
}
.btn-w {
    text-align: center;
    margin: 2rem auto;
}
.btn-w a {
    display: inline-block;
    background: rgba(0,0,0,0.7);
    padding: 1.5rem 6rem;
    border: 5px solid rgba(255,255,255,0.7);
    border-radius: 8px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 18px;
}
.btn-w a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .btn-w a {
        padding: 1.0rem 3rem;
        border: 3px solid rgba(255,255,255,0.7);
        border-radius: 5px;
        font-size: 16px;
    }
}
.lyrics_acc {
    margin-bottom: 0;
}
.lyrics_acc > dt {
	cursor: pointer;
	position: relative;
}
.lyrics_acc > dt h2 {
    margin-bottom: 0;
}
.lyrics_acc > dd {
    display: none;
    padding-top: 2rem;
}
/* ルビ */
ruby {
	display: inline-table;
	border-collapse: collapse;
	/*height: 2em;*/
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: 0.98em;
	text-decoration: inherit;
	text-align: center;
	line-height: 1em;
}
/* 上ルビ */
ruby>rtc {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
}
/* 下ルビ(括弧類がある場合とない場合でセレクタが異なる) */
ruby>rtc+rtc,
ruby>rtc+rp+rtc {
	display: table-footer-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	text-decoration: none;
	line-height: 1em;
}
/* 各文字に対応するルビ */
ruby>rtc>rt {
	display: table-cell;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font-size: 100%;
	text-align: center !important;
	line-height: 1em;
}
/* ルビ対象テキスト */
ruby>rb {
	display: table-cell;
	max-height: 75%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	text-decoration: none;
	text-align: center !important;
	line-height: 1em;
	vertical-align: top;
}
/* 非対応環境向け括弧類 */
ruby>rp {
	display: none;
}
/* 単純な<ruby>要素での<rt>要素 */
ruby>rt {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
	text-align: center !important;
}
/* <ruby>要素入れ子の場合 */
ruby>ruby {
	vertical-align: 0em;
}
/* <ruby>要素が入れ子でない場合のルビテキストと、*/
/* <ruby>要素が入れ子の場合の上位<ruby>要素のルビテキスト、*/
ruby>ruby+rt,
ruby>ruby+rp+rt {
	display: table-footer-group;
}
/* <ruby>要素直下に<rt>要素が二つある場合 */
ruby>rt+rt {
	display: table-footer-group;
}
/* 戻るアンカー */
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 0;
	text-align: right;
}
#page-top.fade-in {
	color: rgba(255,255,255,0.7);
	font-size: 36px;
	opacity: 1;
	transition: opacity 1s;
	cursor: pointer;
}
#page-top.fade-in:hover {
	color: #ffd700;
}
@media (max-width: 575.98px) {
	#page-top.fade-in {
		font-size: 24px;
	}
}