@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#000;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#231815;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 30px, 0);
	   -moz-transform: translate3d(0, 30px, 0);
	    -ms-transform: translate3d(0, 30px, 0);
	     -o-transform: translate3d(0, 30px, 0);
	        transform: translate3d(0, 30px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -30px, 0);
	   -moz-transform: translate3d(0, -30px, 0);
	    -ms-transform: translate3d(0, -30px, 0);
	     -o-transform: translate3d(0, -30px, 0);
	        transform: translate3d(0, -30px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect4.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background-color: #5e040a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 300px;
}


#body_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
}

#rightblock{
    width:18%;
    height: 100%;
    position: fixed;
    right: 0;
    top:0;
    padding:3% 0 0 0;
    box-sizing: border-box;
	background-color: #5e040a;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	border-left: 1px solid #a00005;
}
  
.showNavi #rightblock{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
}

#rightblock img{
    width:100%;
    height: auto;
}

.right_wrapper{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.rightlogo{
    width:80%;
	margin-bottom:30px;
	margin-left:10%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .rightlogo{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.menu_wrapper{
    width:90%;
	margin:0 auto 30px;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .menu_wrapper{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.menu{
    width:100%;
	position: relative;
	overflow: hidden; /* heightを戻す */
    transition: 0.7s;
	margin-bottom: 1%;
}


.menu a{
  display: block;
  position: relative;
  outline: none;
}
  
.menu .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.menu a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.topnews_wrapper{
	width:92%;
    position: absolute;
    left:4%; 
    bottom:1%;
	box-sizing: border-box;
	overflow: hidden;
}

.topnews{
	width:100%;
	box-sizing: border-box;
	padding:2% 7% 2% 7%;
	background-color: #000;
}

.topnewsday{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 7px;
	color: #ccc;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}

.topnewstext{
	width:100%;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

.topnewstext a{
	color: #ccc;
	text-decoration: none;
	transition: 0.7s;
}

.topnewstext a:hover{
	color: #a00005;
	transition: 0.7s;
	text-decoration: none;
}

.topnewsmore{
	width:100%;
	font-family: "Oswald", sans-serif;
}




#leftblock{
    width:82%;
	float: left;
}

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}
  
.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}
  
.topcatch{
	width:78%;
	position: absolute;
	right:11%;
	top:2.5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .topcatch{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}
  
.toplogo{
	width:32%;
	position: absolute;
	right:34%;
	bottom:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .toplogo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}


#intro_wrapper{
	width:100%;
	height: auto;
	position: relative;
	padding:10% 0;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

.corner{
	width:16%;
	position: absolute;
	left:0;
	top:0;
}

.inner{
	width:1024px;
	margin:0 auto;
}

.intromain{
	width:100%;
	font-size: 27px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px;
}

.midashi{
	width:100%;
	font-size: 14px;
	font-weight:700;
	line-height: 14px;
	border:1px solid #a00005;
    background-color: #5e040a;
	padding:10px 1.2%;
	margin-bottom: 20px;
    box-shadow: 0px 0px 15px -5px #000;
	font-feature-settings: "palt";
}

.midashi2{
	width:100%;
	font-size: 22px;
	font-weight:700;
	line-height: 22px;
	margin-bottom: 20px;
}

.midashi3{
	width:100%;
	font-size: 14px;
	font-weight:700;
	line-height: 14px;
	margin-bottom: 20px;
	background-color: #ccc;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
}

.midashi4{
	width:100%;
	font-size: 12px;
	font-weight:700;
	line-height: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	box-sizing: border-box;
	color: #fff;
}

.midashi5{
	width:100%;
	font-size: 32px;
	font-weight:700;
	line-height: 32px;
	margin-bottom: 30px;
}

.text{
	width:100%;
	font-size: 26px;
	line-height: 36px;
}

.texts{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}


dl.tl_wrap {
	width:100%;
	line-height:22px;
	margin-bottom:7px;
	font-size:12px;
	overflow: hidden;
}

dl.tl_wrap dt {
	margin: 0;
	width: 2%;
	float: left;
}
	
dl.tl_wrap dd {
	float: left ;
	width: 98%;
}


#footer_wrapper{
  width:100%;
  background-color: #000;
  padding:3% 0;
}

#footer_wrapper img{
    width:100%;
    height: auto;
}

.footerlogo{
    width:20%;
	margin:0 auto 30px;
}

.footertext{
    width:100%;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #ccc;
}


#ticket_wrapper{
	width:100%;
	height: auto;
	position: relative;
	padding-bottom:10%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	background-color:rgba(94,4,10,0.90);
}


#ticket_wrapper img{
	width:100%;
	height: auto;
}

.pt_wrapper{
	width:5%;
	float: left;
	padding:10% 0;
	text-align: center;
	border-right: 1px solid #fff;
}

.pt{
	font-size: 30px;
	font-weight: 500;
	writing-mode: vertical-rl;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}

.colorblack{
	color: #000;
}

.colorwhite{
	color: #fff;
}

.colorlred{
	color: #a00005;
}

.colordred{
	color: #5e040a;
}

.textcenter{
	text-align: center;
}

.contents{
	width:90%;
	float: right;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 0;
}


.ticketbox_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.ticketbox{
	width:49%;
	float: left;
	margin-right: 2%;
	border:1px solid #a00005;
	box-sizing: border-box;
	padding:4%;
    box-shadow: 0px 0px 15px -5px #000;
	background-color: #5e040a;
}

.ticketbox:nth-child(2) {
  margin-right:0;
}

.btn1{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 30px;
}

.btn1 a{
	display: block;
	padding:2%;
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
	box-sizing: border-box;
	background-color: #a00005;
}

.btn1 a:hover{
	background-color:#fff;
    transition: all 1.5s;
	color: #000;
}


dl.tl_wrap2 {
	width:100%;
	line-height:22px;
	margin-bottom:7px;
	font-size:14px;
	overflow: hidden;
}

dl.tl_wrap2 dt {
	margin: 0;
	width: 26%;
	float: left;
}
	
dl.tl_wrap2 dd {
	float: left ;
	width: 72%;
}


#newsbody{
	margin:0px;
    background-color:#000;
  	background: url("images/news/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#231815;
	height:100%;
	box-sizing: border-box;
}

#news_wrapper{
	width:100%;
	height: auto;
	padding-bottom:10%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
}


#news_wrapper img{
	width:100%;
	height: auto;
}

.newsbox{
	width:100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	border:1px solid #a00005;
}

.newsbox a{
	width:100%;
	display: block;
	padding:5%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
}

.newsbox a:hover{
	width:100%;
	display: block;
	padding:5%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	background-color: rgba(94,4,10,0.70);
    transition: all 1.5s;
}

.newsday{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}


.newstext1{
	width:100%;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
}

.newstext{
	width:60%;
	float: right;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
}

.newsimg{
	width:35%;
	float: left;
}

.news_pagebox{
	width:100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	border:1px solid #a00005;
	background-color: rgba(94,4,10,0.70);
	padding:7%;
}

.news_pagebox a{
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
}

.newsbox a:hover{
	color: #a00005;
	text-decoration: none;
    transition: all 1.5s;
}

.newstitle{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #a00005;
	margin-bottom: 30px;
}


.newsbtn{
	width:100%;
	box-sizing: border-box;
    transition: 0.7s;
    font-style: normal;
}


.newsbtn a{
	display: block;
	padding:1.8% 2%;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	text-decoration: none;
    transition: 0.7s;
	color: #fff;
	background-color: #a00005;
}

.newsbtn a:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	color: #000;
	background-color: #fff;
}

@media screen and (max-width:1300px){
	

.inner{
	width:90%;
	margin:0 auto;
}
	
}

@media screen and (max-width:1024px){
	
.loading img{
  width: 250px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	

.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #5e040a;
	border-bottom: 1px solid #fff;
    text-align: center;
    padding-top:2%;
    padding-bottom:0.5%;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(11px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color: #5e040a;
  box-sizing: border-box;
  padding:20% 0% 20% 0%;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	

.rightlogo{
    width:50%;
	margin:0 auto 30px;
	opacity: 1;
}

.menu_wrapper{
    width:100%;
	margin:0 auto ;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
}

.menu{
    width:70%;
	margin:0 auto 10px;
}

	
#rightblock{
	display: none;
}

#leftblock{
    width:100%;
	float: none;
}

#top_wrapper{
    width:100%;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:47px;
}

.spmain{
    display: inherit;
}
  
.topmain{
	display: none;
}
  
.topcatch{
	display: none;
}
  
.toplogo{
	display: none;
}

.biling{
	display: none;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:50px;
}

.topnews{
	width:100%;
	box-sizing: border-box;
	padding:5% 10%;
	background-color: #000;
	border-top:1px solid #a00005;
	border-bottom:1px solid #a00005;
}
	
.topnews img{
	width:100%;
	height: auto;
}

.topnewsday{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ccc;
	border-top:1px solid #a00005;
	padding-top:15px;
}

.topnewstext{
	width:100%;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}


#intro_wrapper{
	width:100%;
	height: auto;
	padding:15% 10%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}
	
.inner{
	width:100%;
	margin:0 auto;
}

.intromain{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
}

.midashi{
	width:100%;
	font-size: 14px;
	font-weight:700;
	line-height: 14px;
	border:1px solid #a00005;
    background-color: #5e040a;
	padding:10px 1.2%;
	margin-bottom: 20px;
    box-shadow: 0px 0px 15px -5px #000;
}

.midashi2{
	width:100%;
	font-size: 18px;
	font-weight:700;
	line-height: 18px;
	margin-bottom: 20px;
}

.midashi3{
	width:100%;
	font-size: 14px;
	font-weight:700;
	line-height: 14px;
	margin-bottom: 20px;
	background-color: #ccc;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
}

.midashi4{
	width:100%;
	font-size: 12px;
	font-weight:700;
	line-height: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	box-sizing: border-box;
	color: #fff;
}

.midashi5{
	width:100%;
	font-size: 25px;
	font-weight:700;
	line-height: 25px;
	margin-bottom: 30px;
}

.text{
	width:100%;
	font-size: 18px;
	line-height: 28px;
}

.texts{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}


dl.tl_wrap {
	width:100%;
	line-height:22px;
	margin-bottom:7px;
	font-size:12px;
	overflow: hidden;
}

dl.tl_wrap dt {
	margin: 0;
	width: 5%;
	float: left;
}
	
dl.tl_wrap dd {
	float: left ;
	width: 95%;
}


#ticket_wrapper{
	width:100%;
	height: auto;
	padding:15% 10%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	background-color:rgba(94,4,10,0.90);
}

.pt_wrapper{
	width:100%;
	float: none;
	padding:0 0 10px 0;
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 60px;
}

.pt{
	font-size: 30px;
	font-weight: 500;
	writing-mode: horizontal-tb;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}


.contents{
	width:100%;
	float: none;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:0;
}

.ticketbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	border:1px solid #a00005;
	box-sizing: border-box;
	padding:7%;
    box-shadow: 0px 0px 15px -5px #000;
	background-color: #5e040a;
}


.btn1{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 30px;
}

.btn1 a{
	display: block;
	padding:2%;
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
	box-sizing: border-box;
	background-color: #a00005;
}

.btn1 a:hover{
	background-color:#fff;
    transition: all 1.5s;
	color: #000;
}


dl.tl_wrap2 {
	width:100%;
	line-height:22px;
	margin-bottom:7px;
	font-size:14px;
	overflow: hidden;
}

dl.tl_wrap2 dt {
	margin: 0;
	width: 26%;
	float: left;
}
	
dl.tl_wrap2 dd {
	float: left ;
	width: 72%;
}

#footer_wrapper{
  width:100%;
  background-color: #000;
  padding:7% 0;
}

#footer_wrapper img{
    width:100%;
    height: auto;
}
	
.footerlogo{
    width:50%;
	margin:0 auto 30px;
}

.footertext{
    width:100%;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #ccc;
}

	
#newsbody{
	margin:0px;
  	background:none;
}
	
.Section-Image-NEWS {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-NEWS{
  background-image: url("images/news/bgsp.jpg");
}


#news_wrapper{
	width:100%;
	height: auto;
	padding:25% 10% 15% 10%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
}

.newsbox a{
	width:100%;
	display: block;
	padding:7%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
}

.newsbox a:hover{
	width:100%;
	display: block;
	padding:7%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	background-color: rgba(94,4,10,0.70);
    transition: all 1.5s;
}

.newsimg{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}


}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #999;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #fff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
