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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	/*font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;*/
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url("images/bg.gif") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
_::-webkit-full-page-media, _:future, :root body {
    box-sizing: border-box;
    background-image: url("images/bg.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg.gif") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
body.home {;
    background: url("images/bg-top.gif") no-repeat center;
}
_::-webkit-full-page-media, _:future, :root body.home {
    background-image: url("images/bg-top.gif");
}
_::-webkit-full-page-media, _:future, :root body.home::after {
    background: url("images/bg-top.gif") no-repeat center;
}
@media (max-width: 575.98px) {
    body {
        box-sizing: border-box;
        background-image: url("images/bg-menu30.gif");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    body::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-menu30.gif") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
    body.home {;
        box-sizing: border-box;
        background-image: url("images/bg-menu.gif");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        overflow: auto;;
    }
    body.home::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-menu.gif") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
	color: #d4af37;
	text-decoration: none;
}
.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;
}
.img-fluid100 {
    width: 100%;
}
.layer_board .card {
    border: 16px solid rgba(196,196,196,0.7);
    border-radius: 0;
}
header,
#menu h1,
#menu2 h1 {
    max-width: 1410px;
    margin: auto;
    position: relative;
}
.logo {
    padding: 1rem;
    float: left;
}
#menu .logo,
#menu2 .logo {
    float: none;
}
.logo img {
    max-height: 67px;
}
.menu-pc {
    float: left;
    margin: 2.5rem 0 0 2rem;
}
.menu-pc ul {
    list-style: none;
    padding-left: 0;
    display: table;
}
.menu-pc ul li {
    display: table-cell;
    vertical-align: middle;
}
.menu-pc ul li a {
    font-weight: 900;
    font-size: 16px;
    color: #000;
    margin: 0 0.7rem;
    text-align: right;
}
.menu-pc ul li a:hover {
    color: #e60013;
}
.menu-pc ul li span {
    font-weight: 900;
    font-size: 16px;
    color: #666;
    margin: 0 0.7rem;
    text-align: right;
}
.menu-sns {
    list-style: none;
    padding-left: 0;
    float: right;
    margin: 2rem 0 0 0;
    display: flex;
    flex-wrap: nowrap;
}
.menu-sns li {
    margin: 0 0.5rem;
}
.menu-sns li i {
    font-size: 36px;
}
.menu-sns li a i {
    color: #000;
}
.menu-sns a:hover i{
    opacity: 0.7;
}
.menu-sns li img {
    max-height: 36px;
}
.fixed_header {
    display:none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-pc ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1409.98px) {
    .menu-pc,
    .menu-x,
    .menu-sns,
    .fixed_header {
        display:none !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo img {
        max-height: 48px;
    }
}
@media (max-width: 575.98px) {
    .logo img {
        max-height: 30px;
    }
}
/*ハンバーガー */
#menu,
#menu2 {
	width: 100%;
	background: url("images/bg-menu.gif") repeat-y center;
    background-attachment: fixed;
    background-size: cover;
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
    top: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0;
}
_::-webkit-full-page-media, _:future, :root #menu,
_::-webkit-full-page-media, _:future, :root #menu2 {
    box-sizing: border-box;
    background-image: url("images/bg-menu.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root #menu::after,
_::-webkit-full-page-media, _:future, :root #menu2::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-menu.gif") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
@media (max-width: 575.98px) {
    #menu,
    #menu2 {
        box-sizing: border-box;
        background-image: url("images/bg-menu.gif");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    #menu::after,
    #menu2::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-menu.gif") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
}
#menu .menulist,
#menu2 .menulist{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#menu .menulist li,
#menu2 .menulist li {
    padding: 15px;
    text-align: center;
    position: relative;
}
#menu .menulist li a,
#menu2 .menulist li a {
    font-weight: 900;
    font-size: 32px;
    color: #e60013;
}
#menu .menulist li span,
#menu2 .menulist li span {
    font-weight: 900;
    font-size: 32px;
    color: #666;
}
#menu .menulist li a:hover,
#menu .menulist li a.active,
#menu2 .menulist li a:hover,
#menu2 .menulist li a.active{
    color: #d4af37;
}
#menu .menulist li span,
#menu2 .menulist li span {
    opacity: 1;
}
.snslist {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    margin: 3rem auto 0;
    text-align: center;
    justify-content: center;
}
.snslist li {
    margin: 0 0.5rem;
}
.snslist li i {
    font-size: 48px;
    position: relative;
}
.snslist li a i {
    color: #000;
}
.snslist li a:hover i {
    opacity: 0.7;
}
.snslist li img {
    max-height: 48px;
}
@media (max-width: 575.98px) {
    .snslist li i {
        font-size: 36px;
    }
    .snslist li img {
        max-height: 36px;
    }
}
.list-sns {
    list-style: none;
    padding-left: 0;
    display: block;
    margin: 3rem auto 0;
    max-width: 240px;
}
.list-sns li {
    margin-bottom: 1rem;
}
.list-sns li i {
    font-size: 48px;
    margin-right: 1rem;
    position: relative;
}
.list-sns li a i {
    color: #fff;
}
.list-sns li a:hover i {
    opacity: 0.7;
}
.list-sns li img {
    max-height: 48px;
}
.list-x {
    background: #000;
    display: table;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    width: 100%;
}
.list-x span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    width: 100%;
    position: relative;
    transition: .5s
}
.insta_btn2{/*ボタンの下地*/
    color: #FFF;
    border-radius: 10px;
    position: relative;
    display: table;
    width: 100%;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
    text-decoration:none;/*下線は消す*/
    padding: 0.5rem 1rem;
}
.insta_btn2:before{/*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*全体を覆う*/
    height: 100%;/*全体を覆う*/
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    width: 100%;
    position: relative;
    transition: .5s
}
.list-x:hover span,
.insta_btn2:hover span {/*ホバーで一周回転*/
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
#sp-icon,
#sp-icon2 {
    display: block;
    margin-left: auto;
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 999;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.3rem;
    background: #e60013;
}
#sp-icon {
	width: 50px;
	height: 40px;
}
#sp-icon2 {
	width: 70px;
	height: 60px;
}
#sp-icon:hover,
#sp-icon2:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after,
#sp-icon2 span,
#sp-icon2 span::before,
#sp-icon2 span::after {
	display: inline-block;
	background: #fff100;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after {
	width: 1.75rem;
	height: 0.25rem;
}
#sp-icon2 span,
#sp-icon2 span::before,
#sp-icon2 span::after {
	width: 2.75rem;
	height: 0.25rem;
}
#sp-icon span,
#sp-icon2 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-icon2 span::before {
	content: "";
	transform: translateY( -12px ) rotate( 0deg );
}
#sp-icon2 span::after {
	content: "";
	transform: translateY( 12px ) 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: 1410px) {
    .menu-sp {
        display: none;
    }
}
@media (max-width: 575.98px) {
    #menu .menulist li a,
    #menu .menulist li span,
    #menu2 .menulist li a,
    #menu2 .menulist li span {
        font-size: 24px;
    }
}
.blockkv {
    max-width: 2000px;
    margin: auto;
    text-align: center;
    padding: 0;
}
.swiper-slide {
    position: relative;
    z-index: 1;
}
.swiper-slide span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
.blockan {
    margin: 5rem auto;
    text-align: center;
    padding: 0 1.5rem;
}
.blockan h3 {
    margin-bottom: 5rem;
}
.btn-ticket {
    display: table;
    margin: 2rem auto;
    background: #e60013;
    padding: 0.5rem 1.5rem;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.box-x {
    display: none;
    margin: 2rem 2rem;
    text-align: right;
}
.box-x i {
    font-size: 48px;
}
.box-x a i {
    color: #000;
}
.box-x a:hover i{
    opacity: 0.7;
}
@media (max-width: 991.98px) {
    .box-x {
        display: block;
    }
}
.blockinfo {
    max-width: 920px;
    margin: 2rem auto;
}
.blockmovie {
    margin: 2rem auto;
}
.blockinfo h3,
.blockmovie h3 {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    color: #e60013;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;*/
    text-shadow: 
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
}
.blockmovie h3 {
    max-width: 920px;
    margin: 0 auto 1rem;
}
.blockinfo h4 {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 1.5rem auto;
    text-align: center;
    color: #e60013;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;*/
    text-shadow: 
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
    display: table;
}
.blockinfo h4 span {
    display: table-cell;
    white-space: nowrap;
    text-align: left;
}
.blockinfo h4 small {
    font-size: 65%;
}
.blockinfo h4 a {
    color: #e60013;
}
.blockinfo h4 a:hover {
    color: #d4af37;
}
.submenu {
	cursor: pointer;
	position: relative;
}
.submenu::after {
	/*content: '';
    background: url("images/cast/fukidashi.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 20px;*/
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #008cd6;
    display: inline-block;
    margin-left: 0.7rem;
}
.submenu.active::after {
	/*content: '';
    background: url("images/cast/fukidashi-on.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 20px;*/
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #000 !important;
}
.nest {
    border: 3px solid #008cd6;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.nest p {
    font-size: 85%;
    line-height: 2;
}
.nest p:last-child {
    margin-bottom: 0;
}
.blockinfo i,
.blockmovie i {
    font-size: 48px;
}
.blockinfo a i,
.blockmovie i {
    color: #000;
}
.blockinfo a:hover i,
.blockmovie a:hover i{
    opacity: 0.7;
}
.hr-blue {
    border-bottom: 5px solid #008cd6;
    width: 50%;
    margin: 3rem auto;
}
@media (max-width: 575.98px) {
    .blockinfo h3,
    .blockmovie h3{
        font-size: 25px;
    }
    .blockinfo h4 {
        font-size: 22px;
    }
    .hr-blue {
        width: 75%;
    }
}
.boxnews {
    border: 6px solid #008cd6;
    background: rgba(255,255,255,0.7);
    padding: 2rem;
    height: 250px;
    overflow: auto;
    margin-bottom: 3rem;
}
.boxnews dl {
    color: #081725;
}
.boxnews dl dt {
    float: left;
    width: 7em;
    font-size: 18px;
    font-weight: 900;
}
.boxnews dl dd {
    margin-left: 7em;
    font-size: 18px;
    font-weight: 900;
}
.boxnews dl dd a {
    color: #081725;
}
.boxnews dl dd a:hover {
    color: #e60013;
}
.blockbnr {
    max-width: 920px;
    margin: 2rem auto;
}
.table-bnr {
    margin-bottom: 2rem;
    width: 100%;
}
.table-bnr td {
    width: 26%;
}
.table-bnr th img {
    max-width: 428px;
    width: 100%;
}
.list-bnr {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.list-bnr li {
    margin: 0 1rem;
}
.list-bnr li img {
    max-width: 100%;
    max-height: 240px;
}
.br-xs {
    display: none;
}
@media (max-width: 575.98px) {
    .boxnews {
        padding: 2rem 1rem;
    }
    .boxnews dl dt {
        float: none;
        width: 100%;
        font-size: 15px;
    }
    .boxnews dl dd {
        margin-left: 0;
        font-size: 15px;
    }
    .br-xs {
        display: block;
    }
}
.blockcontent {
    max-width: 1320px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}
.blockcontent h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 4rem;
    color: #e60013;
    text-align: center;
    text-shadow: 
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff;
}
.boxintro {
    border: 16px solid rgba(196,196,196,0.7);
    background: rgba(255,255,255,0.7);
    padding: 2rem;
    margin-bottom: 3rem;
}
.boxintro h5 {
    font-weight: 900;
    color: #081725;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}
.boxintro p {
    font-size: 18px;
    color: #081725;
    line-height: 2;
}
.boxintro dl {
    font-size: 18px;
    color: #081725;
}
.boxintro li {
    font-size: 18px;
    color: #081725;
}
.boxintro p:last-child,
.boxintro ul:last-child{
    margin-bottom: 0;
}
.boxintro p a {
    color: #081725;
}
.boxintro p a:hover {
    color: #00a7e4;
}
@media (max-width: 575.98px) {
    .blockcontent h2 {
        font-size: 36px;
    }
    .boxintro p,
    .boxintro dl,
    .boxintro li {
        font-size: 15px;
    }
}
.boxcast {
    margin-bottom: 7rem;
}
.boxcast .row p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0.5rem;
}
.boxcast .row p small {
    display: table;
    background: #e60013;
    padding: 0.3rem;
    color: #fff;
    margin: auto;
    font-size: 60%;
    width: 100px;
}
.boxcast h5 {
    font-size: 18px;
    font-weight: 700;
    color: #e60013;
    margin-top: 0.5rem;
}
.img-cast img {
    transition: 0.3s;
}
.img-cast img:hover {
    filter: brightness(120%);
}
.blockpop {
	border-top-left-radius: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-bottom-right-radius: 20px; 
	-webkit-border-bottom-right-radius: 20px; 
	-moz-border-radius-bottomright: 20px;
	background: url("images/cast/bg-cast.gif") no-repeat;
    background-size: cover;
	padding: 20px;
    max-width: 1320px;
    margin: auto;
    display: table;
}
.blockpop dt {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333333%;
    margin-bottom: 1rem;
}
.blockpop dd {
    display: table-cell;
    vertical-align: middle;
    width: 66.66666667%;
    padding-left: 1rem;
}
.castpop {
    border: 8px dotted #f5c207;
    padding: 2rem;
    position: relative;
    margin: 2rem;
    min-height: 450px;
    background: rgba(255,255,255,0.7);
}
.castpop::before {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f005";
    color: #f5c207;
    position: absolute;
    top: -50px;
    left: -35px;
    font-size: 55px;
    -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    paint-order: stroke fill; /* 線を塗りの下に配置して、文字が細くなるのを防ぐ */
}
.castpop::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f005";
    color: #f5c207;
    position: absolute;
    bottom: -40px;
    right: -35px;
    font-size: 55px;
    -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    paint-order: stroke fill; /* 線を塗りの下に配置して、文字が細くなるのを防ぐ */
}
.castpop .star01:before {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f005";
    color: #f5c207;
    position: absolute;
    top: -50px;
    right: -35px;
    font-size: 55px;
    -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    paint-order: stroke fill; /* 線を塗りの下に配置して、文字が細くなるのを防ぐ */
}
.castpop .star01::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f005";
    color: #f5c207;
    position: absolute;
    bottom: -40px;
    left: -35px;
    font-size: 55px;
    -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    paint-order: stroke fill; /* 線を塗りの下に配置して、文字が細くなるのを防ぐ */
}
.castpop h4 {
    display: table;
    padding: 0.3rem;
    background: #e60013;
    color: #fff;
    font-size: 18px;
}
.castpop h3 {
    font-size: 28px;
    font-weight: 900;
     margin-bottom: 1.5rem;
}
.castpop h5 {
    color: #e60013;
    font-weight: 700;
}
.castpop h5::before {
    content: '★';
    color: #f5c207;
    margin-right: 0.2rem;
}
.castpop ul {
    list-style: none;
    padding-left: 0;
}
.castpop ul li {
    font-weight: 700;
    text-indent: -1em;
    padding-left: 1em;
    color: #e60013;
    line-height: 2;
}
.castpop ul li.ohotomo {
    line-height: 1.5;
}
.boxstaff {
    max-width: 600px;
    margin: auto;
}
.boxstaff p {
    font-size: 21px;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .blockpop {
        display: block;
    }
    .blockpop dt {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .blockpop dd {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 575.98px) {
    .blockpop {
    	padding: 10px;
    }
    .castpop {
        border: 4px dotted #f5c207;
        padding: 1rem;
        margin: 2rem 1rem;
    }
    .castpop::before {
        top: -28px;
        left: -20px;
        font-size: 32px;
        -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    }
    .castpop::after {
        bottom: -28px;
        right: -20px;
        font-size: 32px;
        -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    }
    .castpop .star01:before {
        top: -28px;
        right: -20px;
        font-size: 32px;
        -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    }
    .castpop .star01::after {
        bottom: -28px;
        left: -20px;
        font-size: 32px;
        -webkit-text-stroke: 13px #fff; /* 線の太さと色 */
    }
    .castpop h3 {
        font-size: 24px;
    }
    .boxstaff p {
        font-size: 15px;
    }
}
.dl3 dt {
    float: left;
    width: 3em;
    font-weight: 900;
}
.dl3 dd {
    margin-left: 3em;
    font-weight: 900;
}
.dl9 dt {
    float: left;
    width: 9em;
    font-weight: 900;
}
.dl9 dd {
    margin-left: 9em;
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.boxschedule {
    text-align: center;
    margin-bottom: 3rem;
}
.boxschedule h5 {
    font-size: 28px;
    font-weight: 600;
    color: #e60013;
    margin-bottom: 3rem;
}
.boxticket {
    max-width: 950px;    
    margin: 0 auto 3rem;
}
.boxticket h5 {
    font-size: 28px;
    font-weight: 900;
    color: #e60013;  
    margin-bottom: 1rem;
}
.boxticket h5::before {
    content: '★';
    color: #f5c207;
    margin-right: 0.2rem;
}
.ms-45 {
    margin-left: 2rem;
}
.boxticket p {
    font-size: 21px;
    font-weight: 900;
    color: #e60013;
    line-height: 2;
    margin-bottom: 2rem;
}
.list-ticket {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0.5rem;
}
.list-ticket li {
    font-size: 24px;
    font-weight: 900;
    color: #e60013;
    line-height: 1.5;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list-ticket li::before {
    content: '★';
    color: #f5c207;
    margin-right: 0.2rem;
}
.list-ticket li.general::before {
    color: #e60013;
}
.boxticket p:last-child,
.boxticket h5:last-child,
.list-ticket ul:last-child {
    margin-bottom: 0;
}
.btn-schedule {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 960px;
    margin: auto;
}
.btn-schedule li.li-schedule {
    width: 50%;
    margin: 0 1rem 2rem;
}
.btn-schedule li.li-schedule a.btn-a,
.btn-schedule li.li-schedule span {
    background: #e60013;
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    transform: rotate(0.05deg);
}
.btn-schedule li.li-schedule a.btn-a:hover {
    background: #f5c207;
}
.boxcaution {
    background: rgba(0,0,0,0.05);
    padding: 1.5rem;
    border-radius: 1rem;
}
.btn-info {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.2rem;
    padding: 0.1rem 0.5rem 0.1rem;
    text-align: center;
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-left: 0.5rem;
}
.btn-info::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f138";
    margin-left: 0.2rem;
}
.btn-info:hover {
    background: #000;
    color: #fff;
    opacity: 0.7;
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-schedule li.li-schedule a.btn-a,
    .btn-schedule li.li-schedule span {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .ms-45 {
        margin-left: 0;
    }
}
@media (max-width: 575.98px) {
    .boxschedule h5 {
        font-size: 18px;
    }
    .boxticket {
        padding: 1rem 0;
    }
    .boxticket h5 {
        font-size: 18px;
    }
    .boxticket p {
        font-size: 15px;
    }
    .list-ticket {
        margin-bottom: 0.2rem;
    }
    .list-ticket li {
        font-size: 14px;
    }
    .list-ticket li span {
        font-size: 14px;
    }
    .btn-schedule {
        display: block;
    }
    .btn-schedule li.li-schedule {
        width: 100%;
        margin: 0 auto 1rem;
    }
    .btn-info {
        font-size: 12px;
    }
}
.mb-45 {
    margin-bottom: 2.2rem;
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
    color: #e60013;
}
.list-indent-s li {
    font-size: 0.82em;
    text-indent: -0.82em;
    padding-left: 0.82em;
    line-height: 1.8;
    color: #e60013;
}
/* Q&A */
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc dt {
	background: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
    display: table;
    width: 100%;
}
.faq_acc dt span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 0.5rem;
}
.faq_acc dt::after {
	content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: table-cell;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}
.faq_acc dt.active::after {
    content: '\f139';
}
.faq_acc dd {
    display: none;
}
.faq_acc dd {
	margin: auto;
	padding: 1.5rem 1.5rem 0;
}
.faq_acc dd {
	font-size: 16px;
	line-height: 2;
}
.faq_acc dd ul {
	list-style: none;
	padding-left: 0;
}
.faq_acc dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.text-red {
    color: #f00 !important;
}
@media (max-width: 575.98px) {
	.faq_acc dt {
		padding: 1rem 1rem;
        font-size: 17px;
        letter-spacing: 0;
	}
    .faq_acc dt::before {
        display: table-cell;
    }
}
/* special */
.img-special {
    position: relative;
    z-index: 1;
}
.img-special span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
/* Q&A */
.spe_acc {
    margin-bottom: 0;
}
.spe_acc dt {
	background: #fff;
    padding: 1rem 2rem;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.7);
}
/*.spe_acc dt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    transition: all 0.3s ease;
}
.spe_acc dt.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #00a7e4;
    width: 100;
    transition: all 0.3s ease;
}*/
.spe_acc dt span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 0.5rem;
}
.spe_acc dt::after {
	content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: table-cell;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}
.spe_acc dt.active::after {
    content: '\f139';
}
.spe_acc dd {
    display: none;
}
.spe_acc.is-open dd {
    display: block;
}
.spe_acc dd {
	margin: auto;
	padding: 1.5rem 1.5rem 2rem;
}
.spe_acc dd {
	font-size: 16px;
	line-height: 2;
}
@media (max-width: 575.98px) {
	.spe_acc dt {
		padding: 1rem 1rem;
        font-size: 17px;
        letter-spacing: 0;
	}
    .spe_acc dt::before {
        display: table-cell;
    }
}
.bg-purple {
    background: #9400d3;
}
.nav-goods .nav {
    display: block;
    text-align: center;
    margin: 0 auto 2rem !important;
}
.nav-goods .nav-item {
    display: inline-block;
    margin: 0.2rem;
    vertical-align: middle;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size: 15px;
    width: 200px;
}
.nav-pills .nav-link.btn-small {
    font-size: 0.75em;
    line-height: 1;
    
}
.nav-pills .nav-link.active {
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.3);
    color: #000;
}
.nav-pills .nav-link:hover {
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.3);
    color: #000;
}
.boxgoods h5 {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 0.5rem;
    position: relative;
}
.boxgoods h5 small {
    background: #b90f10;
    font-weight: 400;
    color: #fff;
    font-size: 80%;
    padding: 0.2rem 0.5rem;
}
.boxgoods p,
.boxgoods ul {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2rem;
}
.boxgoods h4 {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    font-style: normal;
    padding: 0.3em 1.5rem;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    text-align: center;
    display: table;
    margin: 2rem auto;
    width: 360px;
}
.btn-red {
    background: #b90f10;
    color: #fff;
    width: 360px;
}
.btn-red:hover {
    background: #b90f10;
    color: #fff;
    opacity: 0.7;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.nav-goods .nav-item {
        margin: 0rem;
    }
    .nav-pills .nav-link {
        margin: 0 0rem;
        font-size: 13px;
        padding: 0.45rem 0.5rem;
    }
    .nav-pills .nav-link.btn-small {
        padding:  0.3rem 0.5rem;
    }
}
@media (max-width: 575.98px) {
    .nav-goods .nav-item {
        margin: 0rem;
    }
    .nav-pills .nav-link {
        margin: 0 0rem;
        font-size: 10px;
        padding: 0.4rem 0.3rem;
        width: auto;
    }
    .nav-pills .nav-link.btn-small {
        padding:  0.25rem 0.3rem;
        font-size: 10px;
    }
    .boxgoods h4 {
        width: 320px;
    }
    .btn-red {
        width: 320px;
    }
}
@media (max-width:767.98px) {
    .table-goods {
        width: 750px;
    }
}
.table-goods {
    border: 1px solid rgba(0,0,0,0.5) !important;
    text-align: center;
    color: #000;
    font-size: 13px;
    margin-bottom: 2rem;
    background: rgba(255,255,255,0.9);
}
.table-goods tr:first-child th,
.bg-gold th {
    background: #000;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
}
.table-goods td,
.table-goods th {
    vertical-align: middle;
    font-weight: normal;
}
.table-goods .table-secondary {
    border: 1px solid rgba(0,0,0,0.5) !important;
}
.table-info,
.table-danger {
    border: 1px solid #612827; 
}
.bg-gray {
    background: #aaa !important;
}
.bg-gray2 {
    background: #999 !important;
}
.bg-ng /*使用なし*/ {
    background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.table-goods td hr {
    margin: 0 auto;
    color: #000 !important;
    opacity: 1;
    width: 20%;
}
.smaller {
    font-size: 0.753em;
}
.btn-xxl {
    font-size: 28px;
    padding: 0.6rem 3rem;
    border-radius: 0;
}
.text-orange {
	color: #e95c4f;
}
.ico-new {
    display: inline-block;
    padding: 0.2rem 0.4rem 0.3rem;
    background: #fff;
    border: 1px solid #dc3545;
    font-size: 14px;
    font-weight: 400;
    color: #dc3545;
}
.hr-danger {
    border-top: 3px dotted #dc3545;
    margin: 2rem auto;
}
.boxmovie {
    background: rgba(255,182,193,0.5);
    border: 2px solid rgba(255,255,255,0.6);
    padding: 2rem;
}
.boxmovie h3 {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
    text-align: center;
    line-height: 1.6;
}
.btn-br {
    display: block;
    background: #dc3545;
    padding: 0.8rem 0.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.btn-br:hover {
    color: #fff;
    opacity: 0.7;
}
.btn-goods {
    display: block;
    background: #00008b;
    padding: 0.8rem 0.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.btn-goods:hover {
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .boxmovie h3 {
        font-size: 16px;
    }
}
.list-iv {
    list-style: none;
    padding-left: 0;
}
.list-iv li img {
    margin: auto;
}
.b-block {
    position: relative;
}
.b-block::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    display:block
}
.b-block2::after {
    opacity: 0.6;
    border-radius: 2rem;
}
.b-block h5,
.b-block p,
.b-block li {
    opacity: 0.5;
}
.b-block .content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.b-block .content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
footer {
    background: #fff100;
    text-align: center;
    padding: 2rem 1.5rem;
    margin-top: 6rem;
}
footer p,
footer p a {
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .text-copy {
        font-size: 10px;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #e60013;
	font-size: 30px;
	opacity: 1;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #f5c207;
	opacity: 0.3;
	transition: opacity 1s;
}
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;
	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;
	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;
}
/* <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;
}