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

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

body {
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 6.05rem;
    /*background: #52baeb;*/
    background: #000;
}
@media (max-width: 1199.98px) {
    body {
    	padding-top: 6.05rem;
    }
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 992px;
	}
}
a {
	color: #1e90ff;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
	color: #007bff;
	text-decoration: none;
}
.parent .mauto {
	margin: auto;
	width: 720px;
}
@media (max-width: 767.98px) {
	.parent .mauto {
		width: 100%;
	}
}
.gallery 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 .container {
    background: #000;
}
.container,
.container-fluid {
	background: #000;
}
/* font・title */
p,
dl,
h4,
h5,
ul,
ol {
    color: #fff;
}
.h01 {
	font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
	font-weight: 600;
    color: #fff;
}
.h02 {
	font-family: "vdl-logog",sans-serif;
	font-size: 1.8rem;
}
.h02 small {
	font-size: 1.2rem;
}
.h03 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.h04 {
    position: relative;
    padding: 0.6em;
    background: #e0edff;
}

.h04:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.br-x {
    display: none;
}
@media (max-width: 575.98px) {
	.h01 {font-size: 1.6rem;}
	.h02 {font-size: 1.4rem;}
	.h02 small {font-size: .8rem;}
	.h03 {font-size: 1rem;}
	.h04 {font-size: 1rem}
	.card-text {font-size: 1rem;}
    .br-x {display: block;}
}
/*@media (min-width: 768px) and (max-width: 991.98px) {
	.card-title {font-size: 1.8rem !important;}
}
@media (max-width: 767.98px) {
	.card-title {font-size: 1.3rem !important;}
}*/
.josefin {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
    color: #fff;
}
.vdl-logog {
	font-family: "vdl-logog",sans-serif;
    line-height: 2;
}
.text-red {
	color: #f00;
}
.text-green {
	color: #006400;
    font-weight: bold;
}
.text-blue {
	color: #206fb4;
    font-weight: bold;
}
.text-orange {
	color: #ff4500;
    font-weight: bold;
}
.text-sora {
	color: #0dc8fb;
}
.text-purple {
	color: #880080;
}
.text-pink {
	color: #ff02f0;
}
.text-yellow {
	color: #fdcc06;
}
.vmiddle {
	vertical-align: middle !important;
}
.table-sm {
	font-size: 12px;
}
.table-sm td {
	vertical-align: middle;
	background: rgba(255,255,255,0.95);
}
.table-sm td small {
    display: block;
    border-top: 1px dotted rgba(0,0,0,0.3);
}
.table-sm th {
	vertical-align: middle;
}
.layer_board .card-header h1,
.layer_board .card-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
.layer_board .card-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.top {
    padding-top: 0;
}
.top header {
    display: none;
}
/*.top .container {
    background: #52baeb;
}*/
.top-nav {
    padding: 2rem 1rem;
    background: #000;
}
.mvblock {
    padding: 0;
    background: #000;
}
.top-nav ul {
    margin: 2rem auto;
    list-style: none;
    padding-left: 0;
}
.top-nav ul li {
    display: block;
    margin: 1rem auto;
    font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
}
@media (min-width: 1200px) {
    .top-nav ul li a {
        font-size: 24px;
    }
}
.top-nav ul li a {
    color: #fff;
}
.top-nav ul li a:hover {
    color: #52baeb;
}
/*グロナビ*/
/*.nav-item a {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
}*/
.nav-link {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
    color: #fff;
}
.nav-link:hover,
.nav-link.active {
    color: #52baeb !important;
}
.navbar-brand img {
    max-height: 75px;
}
/*.nav-item2 a {
	font-weight: 900;
    font-size: 18px;
}*/
.img-10th {
    max-height: 80px;
    max-width: 100%;
}
/*ユーティリティ*/
.pb-15 {
	padding-top: .6rem;
    padding-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-link {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .top {
        padding-top: 6.05rem;
    }
    .top header {
        display: block;
    }
    .top-nav {
        display: none;
    }
    .pb-15 {
        padding-left: 0rem;
    }
}
.newsblock {
    padding: 0;
    background: #000;
}
.twitterBox {
    border-bottom:1px solid rgba(0,0,0,0.2);
	margin: 0 auto;
    padding: 2rem 1rem;
    background: #000;
}
.twitterInner {
    height: 300px;
    overflow: auto;
    margin-bottom: 2rem;
}
.twitterBox h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	font-size: 28px;
    color: #fff;
}
.twitter-timeline {
	width: 100%;
}
.newsBox {
	border-bottom:1px solid rgba(0,0,0,0.2);
    padding: 2rem 1rem;
    background: #000;
}
.newsBox h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	font-size: 28px;
    color: #fff;
}
.newsList {
	height:300px;
	overflow:auto;
}
.newsList dl {
	border-bottom:1px dotted #aaa;
	padding-bottom:5px;
	margin-bottom:5px;
}
.newsList dl dt {
	/*float:left;
	width:7em;*/
    color: #fff;
}
.newsList dl dd {
	/*margin-left:7em;*/
}
.newsList dl dd,
.newsList dl dd a{
	color:#fff;
}
.newsList dl dd a:hover {
	color:#52baeb;
}
.newsList dl dd .newhr {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	border: 0;
	border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .twitterBox {
        padding: 2rem 1rem;
    }
    .twitterInner {
        height: 250px;
    }
    .newsBox {
        padding: 2rem 1rem;
    }
    .newsList {
    	height:250px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .twitterBox {
        padding: 2rem 1rem;
    }
    .twitterInner {
        height: 200px;
    }
    .newsBox {
        padding: 2rem 1rem;
    }
    .newsList {
    	height:200px;
    }
    .newsList dl dt {
		float: none;
		width:auto;
	}
	.newsList dl dd {
		margin-left:0;
	}
}
@media (max-width: 575.98px) {
	.newsList dl dt {
		float: none;
		width:auto;
	}
	.newsList dl dd {
		margin-left:0;
	}
}
.bnrblock {
    background: #000;
    padding: 2rem 0;
}
.main-content {
	min-height: 35rem;
    padding: 0 1.5rem 3rem;
}
@media (min-width: 1200px) {
    .main-content {
        padding: 0 2rem 5rem;
    }
}
.breadcrumb li {
	font-family: 'Josefin Sans', sans-serif;
}
.breadcrumb li a {
	font-family: 'Josefin Sans', sans-serif;
}
.breadcrumb li a:hover {
	color: #52baeb;
}
.breadcrumb {
	padding: 1rem 1rem 0.5rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
    background: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #aaa;
	content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #aaa;
}
.bg-warning {
	background-color: #ffc800 !important;
}
.bg-info {
    background-color: #52baeb !important;
}
.layer_board_area .bg-warning {
	background-color: #ffc801 !important;
	border: 8px solid #5e008c;
}
.layer_board_area .bg-info {
	background-color: #52baeb !important;
	border: 8px solid #5e008c;
}
.bordernone {
    border-top: hidden !important;
    border-right: hidden !important;
}
.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;
}
.list-indent-lh li {
    margin: 0.8rem 0;
}
.list-indent02 li {
    text-indent: -1.35em;
    padding-left: 1.35em;
}
/* intro */
.boxintro {
    border: 3px solid #52baeb;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 920px;
    margin: auto;
    text-align: center;
}
.boxintro p {
    font-size: 18px;
}
/* info */
.infobox {
    border: 1px solid rgba(0,0,0,0.7);
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
/* dvd */
dl.a_dvd dt {
	float: left;
	width: 5em;
}
dl.a_dvd dd {
	margin-left: 5em;
}
dl.a_dvd dt.a_long {
	float: left;
	width: 6em;
}
dl.a_dvd dd.a_long {
	margin-left: 6em;
}
@media (max-width: 767.98px) {
	dl.a_dvd dt {
		float: none;
		width: 100%;
	}
	dl.a_dvd dd {
		margin-left: 0;
	}
	dl.a_dvd dt.a_long {
		float: none;
		width: 100%;
	}
	dl.a_dvd dd.a_long {
		margin-left: 0;
	}
}
dl.cast {
	text-align: left;
	margin: 0 auto 2rem;
	width: 606px;
}
dl.cast dt {
	text-align: right;
	float: left;
	width: 19em;
	font-weight: normal;
}
dl.cast dd {
	margin-left: 20em;
}
dl.castname {
	text-align: center;
	margin: 0.3rem auto 2rem;
    display: table;
}
dl.castname dt {
	text-align: right;
	float: left;
	font-weight: normal;
}
dl.castname dd {
    display: table-cell;
    vertical-align: middle;
}
dl.castname dd::before {
    content: '：';
}
dl.staff {
	text-align: left;
	margin: 0 auto 2rem;
	width: 490px;
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 15em;
}
dl.staff dt small {
    font-weight: normal;
}
dl.staff dd {
    margin-left: 16em;
}
@media (max-width:605.98px) {
	dl.cast {
		text-align: center;
		width: 100%;
	}
	dl.cast dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.cast dd {
		margin-left: 0;
	}
}
@media (max-width:489.98px) {
    dl.staff {
		text-align: center;
		width: 100%;
	}
	dl.staff dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.staff dd {
		margin-left: 0;
	}
}
.dl3,
.dl35,
.dl4,
.dl5,
.dl6,
.dl7,
.dl8,
.dl9,
.dl14 {
	/*line-height: 1;*/
}
.dl3 dt {
	float: left;
	width: 3em !important;
	font-weight: normal;
}
.dl3 dd {
	margin-left: 3em !important;
}
.dl35 dt {
	float: left;
	width: 3.5em;
	font-weight: normal;
}
.dl35 dd {
	margin-left: 3.5em;
}
.dl4 dt {
	float: left;
	width: 4em;
	font-weight: normal;
}
.dl4 dd {
	margin-left: 4em;
}
.dl5 dt {
	float: left;
	width: 5em;
	font-weight: normal;
}
.dl5 dd {
	margin-left: 5em;
}
.dl6 dt {
	float: left;
	width: 6em;
	font-weight: normal;
}
.dl6 dd {
	margin-left: 6em;
}
.dl7 dt {
	float: left;
	width: 7em;
	font-weight: normal;
}
.dl7 dd {
	margin-left: 7em;
}
.dl8 dt {
	float: left;
	width: 8em;
	font-weight: normal;
}
.dl8 dd {
	margin-left: 8em;
}
.dl9 dt {
	float: left;
	width: 9em;
	font-weight: normal;
}
.dl9 dd {
	margin-left: 9em;
}
.dl11 dt {
	float: left;
	width: 11em;
	font-weight: normal;
}
.dl11 dd {
	margin-left: 11em;
}
.dl18 dt {
	float: left;
	width: 18em;
	font-weight: normal;
}
.dl18 dd {
	margin-left: 18em;
}
.dl28 dt {
	float: left;
	width: 28em;
	font-weight: normal;
}
.dl28 dd {
	margin-left: 28em;
}
@media (max-width: 767.98px) {
    .dl28 dt {
		float: none;
		width: 100%;
	}
    .dl28 dd {
		margin-left: 0;
	}
}
@media (max-width: 575.98px) {
    .dl18 dt {
		float: none;
		width: 100%;
	}
    .dl18 dd {
		margin-left: 0;
	}
}
.castbox {
    text-align: center;
}
.castbox ul {
    margin: auto;
}
.img-illust {
    max-height: 200px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .castbox .img-cast {
        max-height: 200px;
    }
    .img-illust {
        max-height: 150px;
    }
}
@media (max-width: 575.98px) {
    .castbox .img-cast {
        max-height: 150px;
    }
    .img-illust {
        max-height: 120px;
    }
}
.album {
	margin: auto;
	background-color: #000;
	position: relative;
}
.album img {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
.album .img1 {
	display: block;
	margin: 0 auto;
}
.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.album2 {
	margin: auto;
	background-color: #000;
	position: relative;
}
.album2 img {
	animation-name: album2;
	-webkit-animation-name: album2;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
.album2 .img1 {
	display: block;
	margin: 0 auto;
}
.album2 .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}
.album2 .img3 {
	animation-delay:10s;
	-webkit-animation-delay:10s;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes album2 {
	0% {
		opacity: 0;
	}
	11% {
		opacity: 1;
	}
	22% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}
@-webkit-keyframes album2 {
	0% {
		opacity: 0;
	}
	
	11% {
		opacity: 1;
	}

	22% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}
/* Q&A */
.faq_acc {
    margin-bottom: 1rem;
}
.faq_acc > dt {
	border-bottom: solid 7px #fff;
	background: #52baeb;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem 1rem;
	font-weight: 400;
	letter-spacing: 3px;
	position: relative;
	font-family: "vdl-logog",sans-serif;
}
.faq_acc > dt::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f13a";
	position: absolute;
	right: 2rem;
	bottom: 1rem;
    color: #fff;
}
.faq_acc > dt strong {
	font-size: 30px;
	color: #fff;
}
.faq_acc > dd {
    display: none;
	background: #eee;
	margin: 0px;
	padding: 1rem;
	color: #000;
}
.faq_acc > dd p,
.faq_acc > dd li {
	color: #000;
}
.faq_acc > dd strong {
    color: #52baeb;
	font-size: 30px;
	font-family: "vdl-logog",sans-serif;
}
.faq_acc > dd ul {
    padding-left: 0;
    list-style: none;
}
.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;
	}
}
.hrdot {
    margin: 2rem auto;
    width: 50%;
    border-top: 1px dotted rgba(0,0,0,0.5);
}
.table-cast td {
    padding: 0 0.5rem;
}
.float-end {
    margin: 0 0rem 1rem 1rem;
}
@media (max-width: 991.98px) {
    .float-end {
        float: none !important;
        margin: 0 auto 1rem;
        text-align: center;
    }
}
.box-cast {
    margin: 0 auto 8rem;
}
.list-cast {
    text-align: center;
}
.list-cast li {
    vertical-align: top;
}
.list-cast li img {
    max-height: 280px;
}
.list-cast li p {
    font-size: 15px;
}
.list-cast2 li {
    text-align: center;
}
.list-cast2 li img {
    max-height: 180px;
}
.list-cast2 li p {
    font-size: 12px;
}
.ticket_acc > dt {
	cursor: pointer;
}
.ticket_acc > dd {
	margin-bottom: 0;
}
.br-sm-none {
    display: block;
}
@media (max-width: 767.98px) {
    .br-sm-none {
        display: none;
    }
}
.box-event {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.box-event p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .bnr-music {
        text-align: center;
    }
    .bnr-music .list-inline-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}
footer {
	text-align: center;
	font-size: 12px;
	background: #000;
	padding: 5px;
	color: #fff;
}
.img-bnr {
    max-height: 114px;
    max-width: 100%;
}
.img-logo {
    max-height: 414px;
    max-width: 100%;
}
.table-hyogo {
    max-width: 43.5%;
    margin-bottom: 0;
}
.table-sm2 .table-secondary {
    width: 100px;
}
.table-sm2 th,
.table-sm2 td {
    border: 1px solid rgba(0,0,0,0.15);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .table-hyogo {
        max-width: 44.3%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-hyogo {
        max-width: 45.3%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .table-hyogo {
        max-width: 54%;
    }
}
@media (min-width: 578px) and (max-width: 767.98px) {
    .table-hyogo {
        max-width: 74%;
    }
}
@media (max-width: 575.98px) {
    .table-hyogo {
        max-width: 100%;
    }
}
.btn-outline-dark:hover h3 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.strong {
    font-size: 30px;
}
.bg-blue {
    background: #cfe2ff;
    padding: 0.2rem 0.8rem 0.4rem;
    display: table;
    border-radius: 4px;
}
.bg-yellow {
    background: #fff3cd;
    padding: 0.2rem 0.8rem 0.4rem;
    display: table;
    border-radius: 4px;
}
.bg-green {
    background: #d1e7dd;
    padding: 0.2rem 0.8rem 0.4rem;
    display: table;
    border-radius: 4px;
}
.table-thanks td {
    border: 1px solid rgba(0,0,0,0.7);
}
.table-thanks td:first-child {
    width: 20%;
}
.btn-dvd {
    width: 200px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-thanks td:first-child {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .table-thanks td:first-child {
        width: 30%;
    }
}
@media (max-width: 767.98px) {
    .table-thanks td {
        display: block;
    }
    .table-thanks td:first-child {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .btn-dvd {
        width: 160px;
        font-size: 12px;
    }
}
#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;
}
.detailbox {
    max-width: 925px;
    margin: 2rem auto;
    text-align: center;
}
.detailbox h5 {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.layer_board .bg-dark {
    background: #000 !important;
}
.hrbot {
    border-top: 5px solid #fff;
    margin: 3rem auto;
    width: 50%;
}
.hrbot_dark {
    border-top: 5px solid #000;
    margin: 4rem auto;
    width: 50%;
}
.secret .text-secondary,
.secret .text-primary,
.secret .text-warning,
.secret .text-success {
    font-weight: bold;
}
.secret .text-secondary {
    color: #333 !important;
}
.text-event {
    display: inline-block;
    border-bottom: double 5px #000;
    padding-bottom: 0.3rem;
}
.img-haru {
    max-width: 800px;
    width: 100%;
}
@media (max-width: 575.98px) {
    .detailbox h5 {
        font-size: 16px;
    }
    .hrbot,
    .hrbot_dark{
        width: 75%;
    }
}
.table-streaming th,
.table-streaming td {
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(0,0,0,0.7);
    vertical-align: middle;
}
@media (max-width: 575.98px) {
    .table-streaming th,
    .table-streaming td {
        font-size: 10px;
    }
}
.list-streaming {
    list-style: none;
    padding-left: 0;
    margin: 2rem auto 3rem;
    text-align: left;
}
.list-streaming li {
    padding: 1rem;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}
.list-streaming li a {
}
.list-streaming li a::after {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
@media (max-width: 767.98px) {
    .list-streaming li {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        padding-right: 2rem;
    }
    .list-streaming li a::after {
        float: none;
        position: absolute;
        right: 0;
        top: 1.7rem;
    }
}
.table-dvd {
    margin-bottom: 2rem;
}
.table-dvd td:first-child {
    padding-right: 0.5rem;
}
.table-dvd td:last-child {
    padding-left: 0.5rem;
    vertical-align: bottom;
}