body{
	margin: 0px !important;
	padding: 0px !important;
}
#switch a{
	display:block;
}
#navi{
	width:100%;
}
#footer{
	width:100%;
}
.pc{
	display:none
}
.menu img{
	width:100%;
	height:100%
}
#navi nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#07294b;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 12
}
#navi nav ul li {
    display:block;
    padding: 10px 28px;
}

#navi nav ul li a {
    text-decoration: none;
    color: #000000
}

#navi .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
z-index:14;
}

#navi .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#navi .btn-gnavi span:nth-child(1) {
    top: 0
}
#navi .btn-gnavi span:nth-child(2) {
    top: 10px
	}
	
#navi .btn-gnavi span:nth-child(3) {
    top: 20px
}



#navi .btn-gnavi.open span {
	   background: #ffffff ;
}

#navi .btn-gnavi.open span {
    width: 30px;
}

#navi .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}

#navi .contents section:nth-child(odd) p {
    left: 10%
}

#navi .contents section:nth-child(even) p {
    right: 10%
}

#switch{
	display: block;
	width:100%;
}
#main{	width:100%;

	background-color:#000000;
}
.contents{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}




.title_gold_s_text{
	font-family: "Hina Mincho", serif;
	font-size:2em;
	text-align:center;
	line-height:1.7em;
	font-weight:bold;
	color: transparent;
	/*background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
	-webkit-background-clip: text;*/
	background-image: url(../../images/23064091.jpg);
	background-clip: text;/*画像を切り抜く指定*/
	-webkit-background-clip: text;/*画像の位置を決める　ベンダープレフィックスもいれておきます*/
	color: transparent;/*テキスト透過*/
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;/*画像の位置を決める*/
	/* background-image: linear-gradient(
	70deg,
	rgb(211, 209, 209, 0.3)  45%, 
	#fff 50%,
	rgb(211, 209, 209, 0.3) 55% 
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 5s infinite;
}

@keyframes shine {
	0% {
	background-position: 100% 50%;
	}
	100% {
	background-position: 0% 50%;
	}*/
}

.title_gold_l_text{
	font-family: "Hina Mincho", serif;
	font-size:2.8em;
	text-align:center;
	line-height:1.0em;
	font-weight:bold;
	color: transparent;
	/*background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
	-webkit-background-clip: text;*/
	background-image: url(../../images/23064091_low.jpg);
	background-clip: text;/*画像を切り抜く指定*/
	-webkit-background-clip: text;/*画像の位置を決める　ベンダープレフィックスもいれておきます*/
	color: transparent;/*テキスト透過*/
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;/*画像の位置を決める*/
}

.caption_l_text{
	font-size:2em;
}
.caption_s_text{
	font-size:1.3em;
}
.ticket_right{
	display: block;
}
.ticket_item{
	display:block;
}
.ticket_name {
    background-color: #e20606;
    height: 100%;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
.ticket_item_right{
	margin-top:10px;
}
.photo_box2{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
	align-items: center;
}
.tumura{
	order: 1;
}
.kugasawa{
	order: 2;
}
.ticket{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.ticket_text {
    padding-right: 15px;
	}

.schedule .time{
	font-size: 0.4em;
	background-color: #07294b;
	padding: 5px;
}
.schedule .day{
	font-size: 0.4em;
	background-color: #07294b;
	padding: 5px;
	text-align: center;
	vertical-align:bottom;
}
.schedule .item{
	text-align: center;
	font-size: 1.0em;
	background-color: #49719a;
	padding: 5px;
}
.teaser_video_group{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
	align-items: center;
}
.teaser_video_item{
	width:83%;
}
.teaser_video_item img{
width:100%;
}
.theater_item_group{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
	align-items: center;
}
.theater_item{
	width:83%;
}
.theater_item_name{
	font-weight:800;
}
.theater_item iframe{
	width:100%;
	height:300px;
}
.sp_none{
	display:none;
}
.menu_txt_ja {
	color:#ffffff;

}
.menu_txt_en {
	color:#ffffff;
}

.br-sp {
        display: block;
		}