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

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

body {
    font-family: 'Noto Sans JP', sans-serif;
    /*background: url("images/bg.png") no-repeat top center;
    background-attachment: fixed;
    background-size: cover;*/
}
.body-wrapper {
}
.body-wrapper::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image:url("images/bg.png");
    background-size:cover;
}
@media (max-width: 575.98px) {
    body {
        background: none;
    }
    .body-wrapper {
    }
    .body-wrapper::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-repeat:no-repeat;
        background-position:50% 100%;
        background-image:url("images/bg-s.png");
        background-size:cover;
    }
}
/* イメージホーバー */
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;
}
.btn {
    white-space: nowrap;
}
.modal-body {
    color: #000;
}
.btn-close,
.modal-footer button {
    font-size: 18px;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(11,89,162,0.85);
	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: 3rem auto 0;
}
#menu .menulist li {
    padding: 1.5rem 0;
    text-align: center;
}
#menu .menulist li a img {
    max-height: 1.8rem;
    max-width: 100%;
}
#menu .menulist li.big a img {
    max-height: 2.2rem;
    max-width: 100%;
}
@media (max-width: 575.98px) {
    #menu .menulist li a img {
        max-height: 1.4rem;
    }
    #menu .menulist li.big a img {
        max-height: 1.8rem;
    }
}
#sp-icon {
	width: 36px;
	height: 32px;
	position: fixed;
	right: 2rem;
	top: 2rem;
	z-index: 9999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span {
	background: url("images/open-menu@2x.png") no-repeat;
	display: inline-block;
	background-size: contain;
    width: 36px;
	height: 32px;
}
.sp-open span {
	background: url("images/close-menu@2x.png") no-repeat !important;
}
@media (min-width: 992px) {
    #sp-icon {
        display: none;
    }
}
.headermenu {
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.logobox {
    position: absolute;
    top: 0.7rem;
    left: 1rem;
}
.logobox img {
    max-height: 100px;
}
/*.fixed_header .logobox {
-webkit-animation: GradietionAnimation 9s ease infinite;
    animation: GradietionAnimation 9s ease infinite;
}
.fixed_header .logobox img {
    max-height: 160px;
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}*/
@media (max-width: 991.98px) {
    .logobox {
        display: none;
    }
}
.wrapper {
    max-width: 1140px;
    margin: auto;
    border: 5px solid rgba(11,89,162,0.85);
}
.inner {
    padding: 4rem 2rem 2rem;
}
@media (max-width: 575.98px) {
    .inner {
        padding: 4rem 1rem 2rem;
    }
}
.gnav {
    padding: 3rem 2rem 2rem;
    background: rgba(11,89,162,0.85);
}
.gnav ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.gnav ul li {
    display: inline-block;
    margin: 0 0.3rem;
}
.gnav ul li img {
    max-height: 0.72rem;
}
.gnav ul li.big img {
    max-height: 0.87rem;
}
.gnav ul li.logo img {
    max-height: 6.2rem;
}
.fixed_header {
    display:none;
    width:100vw;
    height: 100px;
    max-width: 1140px;
    position:fixed;
    left:0;
    right: 0;
    top:0;
    margin: auto;
    z-index:999;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gnav ul li {
        margin: 0 0.3rem;
    }
    .gnav ul li img {
        max-height: 0.62rem;
    }
    .gnav ul li.big img {
        max-height: 0.72rem;
    }
}
@media (max-width: 991.98px) {
    .gnav {
        display: none;
    }
    .fixed_header {
        display:none !important;
    }
}
.kvbox {
    text-align: center;
}
.kvbox img {
    max-height: 1400px;
}
.infobox {
    margin: 4rem auto 6rem;
    text-align: center;
}
.infobox h3 {
    margin-bottom: 3rem;
}
h1 {
    display: inline-block;
    margin: 1rem auto 0;
    /*padding: 1rem;*/
    text-align: center;
    /*background: rgba(11,89,162,0.85);*/
    font-size: 54px;
    font-weight: 900;
    color: #fff;
}
.h01 {
    display: inline-block;
    /*padding: 1rem;*/
    text-align: center;
    /*background: rgba(11,89,162,0.85);*/
    font-size: 54px;
    font-weight: 900;
    color: #fff;
}
.list-day {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 1rem;
}
.list-day li {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 1rem;
    /*background: rgba(11,89,162,0.85);*/
    font-size: 54px;
    font-weight: 900;
    color: #fff;
}
.img-day {
    max-height: 92px;
    max-width: 100%;
    padding: 0 1.5rem;
}
.infoblock {
    background: rgba(11,89,162,0.85);
    padding: 2rem 1.5rem;
    display: inline-block;
}
.infoblock p {
    background: #fff;
    padding: 1rem 1rem;
    margin-bottom: 0;
    color: rgba(11,89,162,1)
}
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 38px;
    }
    .h01 {
        font-size: 38px;
    }
    .list-day li {
        font-size: 38px;
    }
    .img-day {
        max-height: 72px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 32px;
    }
    .h01 {
        font-size: 32px;
    }
    .list-day li {
        font-size: 32px;
    }
    .img-day {
        max-height: 62px;
    }
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 18px;
    }
    .h01 {
        font-size: 18px;
    }
    .list-day li {
        margin: 0 0.1rem 0.5rem;
        font-size: 17px;
    }
    .img-day {
        max-height: 42px;
    }
}
h2,
h3,
p {
    margin-bottom: 2rem;
}
.news-title {
    text-align: center;
}
.news-title img {
    max-height:2.5rem;
}
.news_content {
    height: 24rem;
	-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;
    padding: 1rem;
    border: 5px solid rgba(11,89,162,0.85);
    margin: 2rem 1.5rem;
}
.news_content dl {
	margin:1rem;
}
.news_content dl dt {
	width: 6em;
    float: left;
}
.news_content dl dd {
	margin-left: 6em;
}
.news_content dl dd a {
	color:#000;
    text-decoration: none;
}
.news_content dl dd a:hover {
	color:#0b59a2;
    text-decoration: none;
}
.news_content dl dd .hr {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 0.5rem 0;
}
.twitter_content {
	position: relative;
	height: 24rem;
	-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;
    border: 5px solid rgba(11,89,162,0.85);
    margin: 2rem 1.5rem;
}
::-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;
}
.twitter-timeline {
	width: 40rem !important;
}
@media (max-width: 991px) {
	.news_content,
    .twitter_content {
		height:24rem;
	}
}
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }
.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
}
.page-title {
    margin: 1rem auto 3rem;
}
.page-title img {
    max-height:4rem;
    max-width: 100%;
}
.mt-6 {
    margin-top: 6rem;
}
.castZoom p {
    color: #0b59a2;
    margin: 0.5rem auto;
    font-size: 17px;
}
.castZoom h2 {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: #0b59a2;
    font-size: 21px;
    color: #fff;
    margin-bottom: 0.5rem;
}
.castZoom h4 {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: #0b59a2;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0.5rem;
}
.castZoom h3 {
    color: #0b59a2;
    margin: 0.5rem auto;
    font-size: 21px;
}
@media (max-width: 575.98px) {
    .castZoom p {
        font-size: 21px;
    }
    .castZoom .h03 {
        font-size: 15px;
    }
}
dl.staff {
    display: flex;
    flex-wrap: nowrap;
	margin: 1rem auto;
    width: 315px;
}
dl.staff dt {
    color: #0b59a2;
    font-size: 21px;
    font-weight: normal;
    padding-top: 0.5rem;
}
dl.staff dd {
}
dl.staff dd h2 {
    padding: 0.5rem;
    background: #0b59a2;
    font-size: 21px;
    color: #fff;
    margin: 0 0 0.2rem 1rem;
}
dl.staff dd h4 {
    padding: 0.5rem;
    background: #0b59a2;
    font-size: 15px;
    color: #fff;
    margin: 0 0 0.2rem 1rem;
}
dl.staff dd ul {
    list-style: none;
    padding-left: 0;
}
dl.staff dd ul li {
    display: inline-block;
    padding: 0.5rem;
    background: #0b59a2;
    font-size: 21px;
    color: #fff;
}
dl.staff dd ul li:first-child {
    margin: 0 0.2rem 0 1rem;
}
.img-day2 {
    max-height: 192px;
    max-width: 100%;
    padding: 0 1.5rem;
}
.table-ticket {
    width: 100%;
}
.table-ticket tr {
    border-top: 1px solid rgba(11,89,162,0.85);
}
.table-ticket tr:last-child {
    border-bottom: 1px solid rgba(11,89,162,0.85);
}
.table-ticket tr:first-child {
    border-top: hidden;
}
.table-ticket th h5 {
    margin-bottom: 0;
    font-size: 28px;
}
.table-ticket th,
.table-ticket td {
    padding: 0.8rem 2rem;
    font-size: 28px;
    color: #0b59a2;
}
/*.table-ticket th {
    font-weight: normal;
}*/
.table-ticket td {
    text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .table-ticket th h5 {
        font-size: 18px;
    }
    .table-ticket th,
    .table-ticket td {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .table-ticket th,
    .table-ticket td {
        padding: 0.8rem 0rem;
        font-size: 15px;
    }
}
.cautionbox {
    margin: 2rem auto;
    background: rgba(255,252,219,0.8);
    border: 1px solid rgba(0,0,0,0.4);
    padding: 4rem 3rem;
}
.cautionbox2 {
    padding: 1rem 2rem;
}
.cautionbox p,
.cautionbox ul li {
    font-size: 18px;
    line-height: 2;
}
.cautionbox ul:last-child,
.cautionbox p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .cautionbox {
        padding: 4rem 1rem;
    }
    .cautionbox2 {
        padding: 1rem 1rem;
    }
    .cautionbox p,
    .cautionbox ul li {
        font-size: 16px;
        line-height: 1.5;
    }
}
.h02 {
    color:  #0b59a2;
    font-weight: bold;
}
.ticketbox {
    background: rgba(11,89,162,1.0);
    color: #fff;
    padding: 2rem 3rem;
    margin-bottom: 1rem;
}
.ticketbox h3 {
    margin-bottom: 0.3rem;
}
.ticketbox p:last-child,
.ticketbox dl:last-child {
    margin-bottom: 0;
}
.ticketbox a {
    color: #fff;
}
.ticketbox a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .ticketbox h3 {
        font-size: 18px;
    }
}
.table-talk {
    width: 970px;
}
.table-talk th,
.table-talk td {
    text-align: center;
    vertical-align: middle;
}
.table-talk th {
    background: rgba(11,89,162,1.0);
    color: #fff;
    font-size: 12px;
    border: 1px solid rgba(11,89,162,1.0);
}
.th-name {
    width: 7%;
}
.table-talk td {
    background: rgba(225,225,225,1.0);
    color: rgba(11,89,162,1.0);
    font-size: 11px;
    border: 1px solid rgba(11,89,162,1.0);
}
.simplebar-track.simplebar-horizontal {
    height: 21px;
    background: #c2b7a9;
    border-radius: 0;
    max-width: 372px;
    margin: 0 auto;
}
.simplebar-scrollbar {
    height: 21px;
    background: #ae8d57;
    border-radius: 0;
    top: 0;
}
@media (max-width: 575.98px) {
    .table-talk {
        width: 970px;
    }
}
.btnbox {
    margin: 2rem auto 0;
    text-align: center;
}
.btnbox2 {
    margin: 1rem auto 0;
}
.btn-ticket {
    display: block;
    padding: 1rem;
    margin: 0 2rem;
    background: #ff0;
    font-size: 24px;
    color: #0b59a2 !important;
    border-radius: 0;
}
.btn-ticket:hover {
    background: #ff0;
    color: #0b59a2;
    opacity: 0.7;
}
div.btn-ticket:hover {
    background: #ff0;
    color: #0b59a2;
    opacity: 1;
}
.btn-ticket.disabled {
    background: #fff;
    color: #0b59a2;
}
@media (max-width: 575.98px) {
    .ticketbox {
        padding: 2rem 1rem;
    }
}
.badge-w {
    background: #fff;
    color: #0b59a2;
    padding: 0 0.5rem;
    margin-right: 1rem;
}
.inquirebox {
    border: 5px solid rgba(11,89,162,0.85);
    padding: 1.5rem;
    color: #0b59a2;
}
.inquirebox p:last-child {
    margin-bottom: 0;
}
.guidebox {
    background: rgba(255,252,219,0.8);
    border: 1px solid rgba(0,0,0,0.4);
    padding: 4rem 3rem;
}
.guidebox h3 {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    margin-bottom: 2rem;
    padding: 1rem;
}
.guidebox p,
.guidebox ul li {
    font-size: 18px;
    line-height: 2;
}
.guidebox p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .guidebox {
        padding: 4rem 1rem;
    }
    .guidebox h3 {
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        margin-bottom: 2rem;
        padding: 0 0 1rem;
        font-size: 18px;
    }
    .guidebox p,
    .guidebox ul li {
        font-size: 16px;
        line-height: 1.5;
    }
}
.list-indent {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent-s li {
    text-indent: -0.85em;
    padding-left: 0.85em;
    font-size: 15px;
}
@media (min-width: 576px) {
    .br-xs {
        display: none;
    }
}
.faq_acc {
    margin-bottom: 2rem;
}
.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 1rem;
}
.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;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
    font-size: 14px;
}
.faq_acc > dd a {
	color: #0096e0;
}
.faq_acc > dd a:hover {
	color: #1eb9ee;
}
.faq_acc > dd p:last-child,
.faq_acc > dd ul:last-child {
    margin-bottom: 0;
}
.text-q {
    color: #c0c0c0;
}
.table-goods {
    font-size: 15px;
}
.table-goods th {
    background: #4472c4;
    color: #fff;
}
.table-goods th:first-child {
    width: 25%;
}
.table-goods td {
    background: #cfd5ea;
}
.table-goods tr:nth-child(odd) td {
    background: #e9ebf5;
}
.table-goods th,
.table-goods td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
}
/* フッター */
.twitter img {
    max-height: 60px;
}
.h04 {
    border-bottom: 3px solid #0a5598;
    padding-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
}
.h04 small {
}
.dl-4 dt {
    float: left;
    width: 4em;
    font-weight: normal;
}
.dl-4 dd {
    margin-left: 4em;
}
.dl-5 dt {
    float: left;
    width: 5em;
    font-weight: normal;
}
.dl-5 dd {
    margin-left: 5em;
}
.list-tv {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding-left: 0;
    
}
.list-tv li:last-child {
    padding-left: 2rem;
}
.list-tv li img {
    max-height: 39px;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .list-tv li:last-child {
        padding-left: 7rem;
    }
}
@media (max-width: 575.98px) {
    .h04 {
        text-align: left;
    }
    .h04 span {
        display: block;
    }
    .list-tv {
        display: block;
    }
    .list-tv li:last-child {
        padding-left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    .list-tv li span {
        font-size: 13px;
    }
}
a {
    word-break: break-all;
}
.specialbox {
    background: rgba(122,196,230,0.3);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}
.specialbox li {
    font-weight: 700;
}
.specialbox p:last-child {
    margin-bottom: 0;
}
.img-download {
    max-height: 50px;
    max-width: 100%;
}
.box-apology {
    border: 8px solid rgba(11,89,162,0.85);
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    display: table;
    margin: 0 auto 3rem;
}
.box-apology h5 {
    font-size: 32px;
    font-weight: 900;
    color: rgba(11,89,162,0.85);
}
.box-apology a {
    display: inline-block;
    padding: 0.5rem;
    background: rgba(11,89,162,0.85);
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    float: right;
    text-decoration: none;
}
.box-apology a:hover {
    opacity: 0.7;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .box-apology {
        border: 5px solid rgba(11,89,162,0.85);
    }
    .box-apology h5 {
        font-size: 24px;
    }
    .box-apology a {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .box-apology {
        border: 5px solid rgba(11,89,162,0.85);
        padding: 1rem 1rem 0.5rem 1rem;
    }
    .box-apology h5 {
        font-size: 16px;
    }
    .box-apology a {
        font-size: 13px;
    }
}
footer {
    padding: 2rem 0;
    text-align: center;
}
footer p {
    font-size: 10px;
}
.p01 {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5rem;
}
.img-tensura2 {
    max-height: 180px;
    max-width: 100%;
}
@media (max-width:575.98px) {
    .p01 {
        font-size: 14px;
    }
}
/* トップに戻る */
#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;
}