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

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

body {
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-image: radial-gradient(circle, #000000, #333333);
    background-attachment: fixed;
    background-size: cover;
}
_::-webkit-full-page-media, _:future, :root body {
    box-sizing: border-box;
    background-image: radial-gradient(circle, #000000, #333333);
    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-image: radial-gradient(circle, #000000, #333333);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
@media (max-width: 575.98px) {
    body {
        box-sizing: border-box;
        background-image: radial-gradient(circle, #000000, #333333);
        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-image: radial-gradient(circle, #000000, #333333);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
}
a {
    color: #b19e69;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
	color: #d4af37;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.img-fluid100 {
    width: 100%;
}
.header {
    background: url("images/img-header.jpg") no-repeat center;
    background-size: cover;
}
header {
    height: 80px;
}
/*ハンバーガー */
#menu,
#menu2 {
	width: 100%;
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
    top: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 3rem 0 0;
}
#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;
}
.list-sns {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.list-sns li {
    margin: 0.5rem;
}
#menu .menulist li a,
#menu2 .menulist li a,
.list-sns li a {
    font-size: 32px;
    color: #fff;
}
#menu .menulist li span,
#menu2 .menulist li span {
    font-size: 32px;
    color: #999;
}
#menu .menulist li a:hover,
#menu .menulist li a.active,
#menu2 .menulist li a:hover,
#menu2 .menulist li a.active,
.list-sns li a:hover {
    color: #b19e56;
}
#menu .menulist li span,
#menu2 .menulist li span {
    opacity: 1;
}
#sp-icon,
#sp-icon2 {
	width: 70px;
	height: 60px;
    display: block;
    margin-left: auto;
	position: fixed;
	right: 0.5rem;
	top: 0.5rem;
	z-index: 999;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.3rem;
    background: rgba(177,158,86,0.5);
}
#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;
	width: 2.75rem;
	height: 0.25rem;
	background: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon span,
#sp-icon2 span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}
#sp-icon span::before,
#sp-icon2 span::before {
	content: "";
	transform: translateY( -12px ) rotate( 0deg );
}
#sp-icon span::after,
#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: 992px) {
    .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,
    .list-sns li a {
        font-size: 24px;
    }
}
#menu h1,
#menu2 h1 {
    float: none;
}
.menu-pc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 1.5rem auto 0;
}
.menu-pc ul {
    list-style: none;
    padding-left: 0;
    display: table;
    margin: auto;
}
.menu-pc ul li {
    display: table-cell;
    vertical-align: middle;
}
.menu-pc ul li a {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #b19e56;
    margin: 0 1.2rem;
    text-align: right;
}
.menu-pc ul li a:hover {
    
    color: rgba(255,255,255,0.7);
}
.menu-pc ul li span {
    font-size: 16px;
    color: #444;
    opacity: 1;
}
.menu-pc ul li.sns a {
    font-size: 32px;
}
.fixed_header {
    display:none;
}
@media (min-width: 1230px) and (max-width: 1399.98px) {
    .menu-pc ul li a {
        font-size: 18px;
        margin: 0 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1229.98px) {
    .menu-pc ul li a {
        font-size: 15px;
        margin: 0 0.8rem;
    }
}
@media (max-width: 991.98px) {
    .menu-pc,
    .menu-x,
    .fixed_header {
        display:none !important;
    }
}
.boxheader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1320px;
    margin: auto;
    display: table;
    width: 100%;
}
.boxheader dt,
.boxheader dd {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    padding: 0 1.5rem;
}
.img-header,
.img-footer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-header {
    height: 755px;
}
.img-footer {
    height: 754px;
}
@media (max-width: 576px) and (max-width: 767.98px) {
    .img-header {
        height: 555px;
    }
    .img-footer {
        height: 554px;
    }
}
@media (max-width: 575.98px) {
    .img-header {
        height: 455px;
    }
    .img-footer {
        height: 254px;
    }
}
.text-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    margin: auto;
    text-align: center;
}
.text-header h3 {
    color: #b19e69;
    font-size: 54px;
    font-weight: 900;
    -webkit-text-stroke: 13px #000;
    paint-order: stroke fill;
}
@media (max-width: 767.98px) {
    .boxheader {
        display: block;
    }
    .boxheader dt,
    .boxheader dd {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) and (max-width: 991.98px) {
    .text-header h3 {
        font-size: 36px;
    }
}
@media (max-width: 576px) and (max-width: 767.98px) {
    .text-header h3 {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .text-header {
        bottom: 2rem;
    }
    .text-header h3 {
        font-size: 24px;
    }
}
.blockv {
    text-align: center;
}
.blockintro {
    background: #0a0a0a;
    padding: 3rem 1.5rem;
}
.title01 {
    position: relative;
    display: table;
    padding: 0 55px;
    font-size: 32px;
    font-weight: 500;
    color: #b19e56;
    margin: 3rem auto;
    letter-spacing: 10px;
}
.title01::before, .title01::after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: rgba(177,158,86,0.3);
}
.title01::before {
    left:-40px;
}
.title01::after {
    right: -40px;
}
@media (max-width: 575.98px) {
    .title01 {
        font-size: 21px;
        letter-spacing: 0;
    }
    .title01::before, .title01::after {
        width: 40px;
    }
    .title01::before {
        left:-10px;
    }
    .title01::after {
        right: -10px;
    }
}
.boxintro {
    position: relative;
    line-height: 1.4;
    padding:3rem 2rem 2rem;
    display: table;
    background: #161616;
    max-width: 920px;
    width: 100%;
    border: 1px solid rgba(177,158,86,0.3);
    margin: auto;
}
.boxintro:before, .boxintro:after { 
    content:'';
    width: 45px;
    height: 45px;
    position: absolute;
    display: inline-block;
}
.boxintro:before {
    border-right: solid 2px rgba(177,158,86,0.7);
    border-top: solid 2px rgba(177,158,86,0.7);
    top:-2px;
    right: -2px;
}
.boxintro:after {
    border-left: solid 2px rgba(177,158,86,0.7);
    border-bottom: solid 2px rgba(177,158,86,0.7);
    bottom:-2px;
    left: -2px;
}
.boxintro h3 {
    font-size: 22px;
    color: #b19e56;
    text-align: center;
    margin-bottom: 2rem;
}
.boxintro p,
.boxintro li {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}
.text-cast {
    font-size: 19px;
    color: #b19e56;
}
.boxintro p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .boxintro h3 {
        font-size: 19px;
    }
    .boxintro p,
    .boxintro li {
        font-size: 15px;
    }
    .text-cast {
        font-size: 16px;
    }
}
.blockinfo {
    max-width: 920px;
    margin: 4rem auto;
}
.blockinfo h4 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 1.5rem auto 4rem;
    text-align: center;
    color: #fff;
}
.blockinfo p {
    font-size: 24px;
    color: #fff;
}
.blockinfo h4 a,
.blockinfo p a {
    color: #fff;
}
.blockinfo h4 a:hover,
.blockinfo p a:hover {
    color: #b19e69;
}
.list-info {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 4rem;
}
.list-info li {
    margin: 0 0.5rem;
}
.list-info li a {
    font-size: 24px;
    color: #fff;
}
.list-info li a:hover {
    color: #b19e69;
}
.blockinfo h5 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    color: #b19e69;
}
.dl-info {
    width: 505px;
    margin: 0 auto 4rem;
    font-size: 24px;
    color: #fff;
}
.dl-info dt {
    float: left;
    width: 11em;
    text-align: right;
    font-weight: normal;
}
.dl-info dd {
    margin-left: 11em;
}
.submenu {
	cursor: pointer;
	position: relative;
}
.submenu::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #b19e69;
    display: inline-block;
    margin-left: 0.7rem;
}
.submenu.active::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #fff !important;
}
.nest {
    border: 3px solid #b19e69;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    max-width: 660px;
    margin: -3rem auto 4rem;
}
.nest2 {
    margin: 0 auto 4rem;
}
.nest p {
    font-size: 85%;
    line-height: 2;
    color: #fff;
}
.blockinfo i {
    font-size: 48px;
}
.blockinfo a i {
    color: #b19e69;
}
.blockinfo a:hover i i{
    opacity: 0.7;
}
.br-xs {
    display: none;
}
.blockcast {
    padding: 1.5rem 0;
}
.blockcast h4,
.blockcast h5,
.blockcast p {
    color: #fff;
}
.noimage {
    position: relative;
    z-index: 1;
}
.noimage span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
@media (max-width: 575.98px) {
    .blockinfo h4,
    .list-info li a,
    .blockinfo h5,
    .blockinfo p {
        font-size: 15px;
    }
    .dl-info {
        width: 290px;
        font-size: 13px;
    }
    .br-xs {
        display: block;
    }
}
.blockticket {
    background: #120100;
    padding: 4rem 1.5rem;
}
.boxticket {
    max-width: 920px;
    margin: auto;
}
.boxticket h5 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    color: #b19e69;
}
.boxticket p {
    color: #fff;
    line-height: 2;
}
.boxticket p.lead {
    font-size: 21px;
    font-weight: 500;
}
.table-dark {
    border-color: rgba(177,158,86,0.3) !important;
}
.table-schedule th,
.table-schedule td {
    vertical-align: middle;
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    color: #fff;
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
}
.hrhalf {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    width: 50%;
    margin: 2rem auto;
}
.dl-caution dt {
    display: block;
    background: #b19e69;
    padding: 0.5rem 1rem;
    color: #fff;
    cursor: pointer;
}
.dl-caution dd {
    padding: 1rem;
    display: none;
}
.dl-caution dt::after {
	content: '\f358';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    float: right;
}
.dl-caution dt.active::after {
    content: '\f35b';
}
.btn-gold {
    background: #b19e69;
    color: #fff;
}
.btn-gold:hover {
    background: #b19e69;
    color: #fff;
    opacity: 0.7;
}
.snslist {
    list-style: none;
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2rem auto;
}
.snslist li {
    margin: 0 0.5rem;
}
.snslist li i {
    font-size: 48px;
}
.snslist li a i {
    color: #fff;
}
.snslist li a:hover i {
    opacity: 0.7;
}
.snslist li img {
    max-height: 48px;
}
.blockgoods {
    /*background: #0a0a0a;*/
    padding: 3rem 1.5rem;
}
.innergoods {
    max-width: 920px;
    margin: auto;
}
.boxgoods {
    position: relative;
    line-height: 1.4;
    padding:3rem 2rem 2rem;
    /*display: table;*/
    background: #161616;
    max-width: 920px;
    width: 100%;
    border: 1px solid rgba(177,158,86,0.3);
    margin: auto;
}
.boxgoods:before, .boxgoods:after { 
    content:'';
    width: 45px;
    height: 45px;
    position: absolute;
    display: inline-block;
}
.boxgoods:before {
    border-right: solid 2px rgba(177,158,86,0.7);
    border-top: solid 2px rgba(177,158,86,0.7);
    top:-2px;
    right: -2px;
}
.boxgoods:after {
    border-left: solid 2px rgba(177,158,86,0.7);
    border-bottom: solid 2px rgba(177,158,86,0.7);
    bottom:-2px;
    left: -2px;
}
.boxgoods h3 {
    font-size: 20px;
    color: #b19e56;
    border-bottom: 1px solid rgba(177,158,86,0.3);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.boxgoods h3 a {
    text-decoration: underline;
}
.boxgoods h4 {
    font-size: 18px;
    color: #b19e56;
    border-left: 5px solid rgba(177,158,86,0.8);
    padding-left: 0.7rem;
}
.boxgoods h5 {
    font-size: 16px;
    color: #b19e56;
}
.boxgoods p,
.boxgoods li {
    color: #fff;
    line-height: 2;
}
.boxgoods p:last-child {
    margin-bottom: 0;
}
.dl-goods {
    margin-bottom: 2rem;
}
.dl-goods dt {
    display: block;
    background: #b19e69;
    padding: 1rem 1rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.dl-goods dd {
    padding: 1rem;
    display: none;
}
.dl-goods dt::after {
	content: '\f358';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    float: right;
}
.dl-goods dt.active::after {
    content: '\f35b';
}
/* 自前スクロールラッパー */
.table-scroll-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: scroll !important; /* autoではなく強制的にscrollに指定 */
  -webkit-overflow-scrolling: touch;
}
.list-iv {
    list-style: none;
    padding-left: 0;
    margin-bottom: 6rem !important;
}
.list-iv li {
    text-align: center;
    padding: 0 0.5rem;
}
.list-iv li img {
    margin: auto;
    max-height: 800px;
}
.table-goods {
    border: 1px solid #b19e69 !important;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
.table-goods tr:first-child th {
    background: #b19e69 !important;
    font-size: 14px;
}
.table-goods tr:first-child th,
.bg-gold th {
    border: 1px solid #ddd !important; 
}
.bg-gold th {
    background: #b19e69 !important;
    font-size: 14px;
}
.table-goods td,
.table-goods th {
    vertical-align: middle;
    font-weight: normal;
}
.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;
    border-bottom: 1px solid #000;
    opacity: 1;
    width: 20%;
}
@media (max-width: 575.98px) {
    .boxgoods h3 {
        font-size: 18px;
    }
    .boxgoods h4 {
        font-size: 16px;
    }
    .table-goods {
        width: 920px !important;
    }
}
.dl11 {
    margin-bottom: 2rem;
    margin-left: 2rem;
}
.dl11 td {
    vertical-align: top;
    color: #fff;
}
.guide-text a {
    display: block;
    background: #b19e69;
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: center;
}
.guide-text a:hover {
    opacity: 0.7;
}
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc > dt {
	border-bottom: solid 1px rgba(177,158,86,0.3);
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem 1rem;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3px;
	position: relative;
}
.faq_acc > dt::after {
	content: '\f358';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: rgba(177,158,86,0.3);
    font-size: 18px;
	position: absolute;
	right: 2rem;
	bottom: 0.8rem;
}
.faq_acc > dt strong {
	font-size: 30px;
}
.faq_acc > dd {
	margin: 0px;
	padding: 1rem;
}
.faq_acc > dd strong {
	color: #fff;
	font-size: 24px;
}
.faq_acc > dd p {
	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;
    color: #fff;
	font-size: 13px;
}
@media (max-width: 575.98px) {
	.faq_acc > dt {
		padding: 0.5rem 1rem 1.5rem;
	}
}
footer {
    text-align: center;
    position: relative;
}
.boxfooter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    margin: auto;
    text-align: center;
}
footer p,
footer p a {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .snslist {
        margin: 1rem auto;
    }
    .snslist li i {
        font-size: 36px;
    }
    .boxfooter {
        bottom: 0.5rem;
    }
    footer p {
        margin-bottom: 0.5rem;
    }
    footer p,
    footer p a {
        font-size: 10px;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #b19e69;
	font-size: 30px;
	opacity: 1;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #b19e69;
	opacity: 0.3;
	transition: opacity 1s;
}