@import url("../webfonts/NotoSansJP-Regular/stylesheet.css");
@import url("../webfonts/NotoSansJP-Bold/stylesheet.css");
/* -- main -- */
.header {
    margin-top: 0px;
    margin-bottom: 30px;
}
.body {
	background-color: #000000;
    color: #ffffff;
}

.item-title-img{
	max-width: 100%;
}

.gen-font {
    font-family: "NotoSansJP-Regular";
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
}

.gen-font-Bold {
    font-family: "NotoSansJP-Bold";
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
}

.bg-st { 
	background:repeating-linear-gradient(
		-45deg,
		#1f1f1f,
		#1f1f1f 30px,
		#000000 0,
		#000000 60px
	);
}

.shadow{
	text-shadow: 0 0 10px #dbd7c7,0 0 10px #dbd7c7,0 0 10px #dbd7c7,0 0 10px #dbd7c7;
}


.radius {
	 border-radius: 10px 10px 10px 10px;
}

.center-ojt{
    margin : 0 auto;
	text-align: center;
	width:100%;
}

.item-title{
	width: 80%;
    margin : 0 auto;
	text-align: center;
	padding-top: 20px;
}

.item-ticket-img{
	max-width:15%;
}

.item-ticket-img-sp{
	max-width:100%;
}

.radio-img{
	max-width:80%;
}

.white-line {
	border: 1px solid #ffffff;
}



/* -- header -- */
.row .banner .img-fluid {
    width: 100%;
}

.row .banner .img-fluid-sp {
    max-width: 95%;
	height: auto;
}
.row .banner {
    margin : 0 auto;
	text-align: center;
}
.banner-pad {
	padding-top:10px;
	width: 100%;
}

.element-div {
    text-align: center;
    padding-bottom: 30px;
	margin : 0 auto;
}

.tran-bg {
	background-color:rgba(255, 255, 255, 0.6);
}

.notran-bg {
	background-color: #000000;
}

.program-bg {
	left: 50%;
	transform: translate(-50%);
	margin:0;
	padding:0;
	position: absolute;

}



/* -- top -- */

.info {
	text-align: center;
	wordreak: break-all;
}
.info_red {
	text-align: center;
	color: #FF0004;
}
.math {
	font-size: xx-large;
}

/* -- ticket -- */

.header .container .banner {
	color: #041668;
	text-align: center;
}
.text-bold {
    font-weight: bold;	
}

.item-ticket-img{
	max-width: 18%;
}

.item-ticket-img-sp{
	max-width: 100%;
}

/*-- grid --*/

.ticket-grid-item{
  padding:5px;
  outline: 3px solid #ffffff; 
  text-align:center;
}
.ticket-grid-item-title{
	background-color: #ea5015;
	padding:5px;
  	outline: 3px solid #ffffff; 
}
.ticket-grid-item-msg-o{
	padding:20px 0px 10px 0px;
	grid-column: 1/3;
  	text-align:center;
	background-color: #000000;
	outline: 3px solid #ea5015; 
}
.ticket-grid-item-msg-y{
	padding:20px 0px 10px 0px;
	grid-column: 1/3;
  	text-align:center;
	background-color: #000000;
	outline: 3px solid #fff100; 
}
.date-grid-item-title{
	padding:10px 0px 10px 0px;
	grid-column: 1/4;
  	text-align:left;
	margin-left: 5px;
	
}
.date-grid-item-pad{
	padding:0px 0px 10px 0px;
	grid-column: 1/4;
}
.date-grid-item-pad-red{
	padding:15px 0px 10px 0px;
	grid-column: 1/4;
	border-bottom: solid 1px #e60012;
}
.date-grid-item-pad-purple{
	padding:15px 0px 10px 0px;
	grid-column: 1/4;
	border-bottom: solid 1px #a5308c;
}
.date-grid-item{
  	text-align:left;
	margin-left: 5px;
}
.date-grid-item-connect{
	grid-column: 1/4;
	margin-left: 5px;
}


/* -- program -- */
.program {
	position: relative;
}

.row .program .img-fluid {
    max-width: 100%;
	left: 0;
  right: 0;
  margin: 0 auto;
}

.row .program .img-fluid-sp {
    width: 100%;
}
.row .program {
    margin : 0 auto;
	text-align: center;
}

.program-pad {
	padding-top: 400px;
}


.program-detail{
    position: relative;
    margin : 0 auto;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: large;
	display: flex;
    align-items: center; 
    justify-content: center; 
}


.program-item-title{
    position: relative;
    margin : 0 auto;
	text-align: center;
	padding-top: 20px;
}
.program-item-detail{
	margin: 0 auto;
}

 .program-item-title-img{
	max-width: 100%;
 }
 .program-item-detail-A{
	max-width: 100%;
}
 .program-item-detail-B{
	max-width: 100%;
}	
 .program-item-detail-C{
	max-width: 100%;
}	
 .program-item-detail-D{
	max-width: 100%;
}	
 .program-item-detail-E{
	max-width: 100%;
}	
 .program-item-detail-F{
	max-width: 100%;
}	
 .program-item-detail-title-img{
	max-width: 100%;
}	

.program-item-detail-title{
	width:100%;
    position: relative;
    margin : 0 auto;
	text-align: center;
	padding-top: 20px;
}


.detail-title {
    font-size: medium;
}
.detail-song {
	font-size: small;
}
.youtube-detail{
	position: relative;
	margin : 0 auto;
	text-align: center;
	width: 80%;
	height: 0;
	padding-top: 50%;
}
.youtube-detail iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* -- cast -- */
.cast-detail {
	width: 90%;
	text-align: center;
	margin:  0 auto; 
}

.cast-detail
{
	width: 80%;
	text-align: center;
	margin:  0 auto; 
}

.cast-text {
	text-align: left;
}

.conductor-detail {
    font-size: small;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}
.conductor-name {
	font-size: large;
}
.conductor-largename {
	font-size: x-large;
}

.detail-pos {
    text-align: left;
}
.row .col-md-6 .img-fluid {
	margin-right: 0%;
	margin-left: 0%;
    height: auto;
}
.container .cast .row {
	margin-top: 40px;
}
.cast-img {
	max-width: 100%;
	height: auto; 
}
.cast-box {
	border: solid 2px #ffc66d;
    width: 80%;
    border-radius: 10px;
	text-align: center;
	margin:  0 auto; 
}


.comment-Conductor,.comment-yamamoto,.comment-shoji,.comment-kotou,.comment-wani {
	border: 4px solid #dbd7c7;
	margin : 0 auto;
	width:1000px;
	height:480px;
	text-align: left;
	padding:5px;
}

.performers-pic {
	margin : 0 auto;
	padding-top:85px;
}




.performers-zone {
	margin : 0 auto;
	text-align: center;
}

.performers-zone-sp {
	margin : 0 auto;
	text-align: center;
}

.performers-image {
	width:30%;
	float:left;
}
.performers-pad{
	width:2%;
	float:left;
}
.performers-txt {
	width:68%;
	float:left;
	text-align: left;
}

.performers-comming {
	text-align: center;
}

.performers-image-sp {
	width:100%;
	margin : 0 auto;
	text-align: center;
}

.performers-txt-sp {
	width:100%;
	margin : 0 auto;
	text-align: left;
}

.performers-image-orc {
	width:100%;
	margin : 0 auto;
	text-align: center;
}

.performers-txt-ctr {
	width:100%;
	margin : 0 auto;
	text-align: center;
}



.performers-txt-orc {
	width:80%;
	margin : 0 auto;
	text-align: left;
}


.per-name-txt{
    font-size: X-large;
	font-weight: bold;
}

.per-name-txt-sp{
    font-size: large;
}

.performer-img {
	max-width:100%;
}

.clearfix::after{
	content: "";
	clear: both;
	display: block;
}

/* -- Goods -- */
.goods-zone {
	display:flex;
	margin : 0 auto;
	text-align: center;
}
.goods-zone-sp {
	margin : 0 auto;
	text-align: center;
}

.goods-img {
	max-width:100%;
}

.goods-image-sp {
	width:100%;
	margin : 0 auto;
	text-align: center;
}

.goods-image-left{
	margin : 0 auto;
	text-align: center;
	width:30%;
}

.goods-image-pad{
	width:2%;
}


/* -- Concert -- */
.body .container .concert {
	color: #000000;
	text-align: center;
	background-color: #000000;
	padding-bottom: 30px;
	border-style: double;
	border-color: #dbd7c7;
	margin-top: 40px;
}
.container .concert .detail-con {
    font-size: small;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
}
.detail-left{
	text-align: left;	
}

.detail-cast {
    font-size: x-large;
    margin-top: 20px;
}

.under-line {
	border-bottom: 2px solid #e60012;
}

.width-90per {
	width: 90%;
	margin:  0 auto; 
}

.max-width-70per {
	max-width: 70%;
	margin:  0 auto; 
}

/* -- Ticket_under -- */
.ticket-detail{
	margin: 2em auto; /* ボックスの余白 */
	background-color: #000000; /* ボックス背景色 */
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative; /* 配置(ここを基準に)*/
	border: 4px solid #dbd7c7;	/* ボックスの線 (太さ　種類　*/
}

.comment-zone{
	margin: 2em auto; /* ボックスの余白 */
	background-color: #000000; /* ボックス背景色 */
	padding:20px 5px 20px 5px;
	position:relative; /* 配置(ここを基準に)*/
	border: 4px solid #dbd7c7;	/* ボックスの線 (太さ　種類　*/
}
.ticket_under {
    text-align: center;
    background-color: #000000;
}

.ticket-info-detail {
    font-size: medium;
}
.ticket-button-u {
	box-shadow: 
		4px 0 white,
		-4px 0 white,
		0 4px white,
		0 -4px white,
		inset -4px 0 gray,
		inset 0 -4px gray;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #dbd7c7;
}
.ticket-botton-width {
	display: table;
	margin : 0 auto;
	text-align: center;
}




/* -- Goods -- */
.body .container .goods {
	text-align: center;
	background-color: #000000;
	padding-bottom: 30px;
	border-style: double;
	border-color: #dbd7c7;
	margin-top: 40px;
}
.goods-info {
    font-size: medium;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
	word-break: break-all;
}
.goods-info-detail {
	font-size: small;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
}


/* -- Share -- */
.body .container .share {
	text-align: center;
	background-color: #000000;
	padding-bottom: 30px;
	border-style: double;
	border-color: #dbd7c7;
	margin-top: 40px;
}
.twitter-tl {
    margin-left: 8px;
    margin-right: 8px;
}


/* -- header -- */
.body .container .header {
	padding-bottom: 30px;
	margin-top: 40px;
}


/* -- header-bar -- */
.body .container .row {
    text-align: center;
    left: auto;
}
.footer-bar {
    font-size: small;
	margin : 0 auto;
	text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


/* -- LINK -- */
a:link{
  color: #fff100;
}
a:visited{
  color: #fff100;
}
a:hover{
  color: #fff100;
  text-decoration: underline;
}
a:active{
  color: #fff100;
}

a.native:link{
  color: #ffffff;
}
a.native:visited{
  color: #ffffff;
}
a.native:hover{
  color: #ffffff;
}
a.native:active{
  color: #ffffff;
}

a.native-u:link{
  color: #dbd7c7;
  text-decoration: underline;
}
a.native-u:visited{
  color: #dbd7c7;
  text-decoration: underline;
}
a.native-u:hover{
  color: #dbd7c7;
  text-decoration: underline;
}
a.native-u:active{
  color: #dbd7c7;
  text-decoration: underline;
}

a.native-ub:link{
  color: #041668;
  text-decoration: underline;
}
a.native-ub:visited{
  color: #041668;
  text-decoration: underline;
}
a.native-ub:hover{
  color: #041668;
  text-decoration: underline;
}
a.native-ub:active{
  color: #041668;
  text-decoration: underline;
}

/* -- font -- */
.fc-yellow {
    color: #fff100;	
}

.fc-red {
	color:#e60012;
}

.fc-white {
	color:#ffffff;
}

.fc-gold {
	color: #ceb460;
}

.fc-orange{
	color: #ea5015;
}

.fc-purple{
	color:#a5308c;
}

/* -- MediaQuery -- */
@media (max-width: 800px) {
	.pc {
		display: none !important;
	}
	.sp-font-small {
		font-size: small;
	}
	.sp-font-medium {
		font-size: medium;
	}
	.sp-font-large{
		font-size: large;
	}
	.h2-title {
		font-size: 200%;
	}
	.detail-title {
		font-size: small;		
	}

	dl {
		width:90%;
		margin : 0 auto;
		text-align: center;
	}
	
	.detail-pos20 {
		margin-left: 10%;
		margin-right: 10%;
	}

	.dt-font {
		position: absolute;
		font-size: small;
	}
	
	.dd-font {
		font-size: x-small;
	}
	
	.info-font {
		font-size: medium;		
	}
	
	.goods-font {
		font-size: medium;		
	}
	
	.font-x-large {
		font-size: large;
	}
	
	.font-xx-large {
		font-size: x-large;
	}
	
	/* flame */
	.wrapper {
	  text-align: center;
	  position: relative;
	}

	.wrapper::before {
	  position: absolute;
	  content: "";
	  display: block;
	  border-top: 2px solid #bdd6f2;
	  border-bottom: 2px solid #bdd6f2;
	}
	.wrapper::after {
	  position: absolute;
	  content: "";
	  display: block;
	  border-left: 2px solid #bdd6f2;
	  border-right: 2px solid #bdd6f2;
	}

	.wrapper::before {
	  top: -1px;
	  bottom: -1px;
	  left: 9px;
	  right: 9px;
	}

	.wrapper::after {
	  top: 9px;
	  bottom: 9px;
	  left: -1px;
	  right: -1px;
	}

	.wrapper span {
	  position: relative;
	  z-index: 1;
	}


	.per-txt{
    	font-size: middle;	
	}
	
	.detail-small {
		font-size: x-small;
	}
	
	.center-ojt-70{
		margin : 0 auto;
		text-align: center;
		width: 70%;
	}
	.msg-box{
		width: 95%;
		margin: 2em auto; /* ボックスの余白 */
		border: 4px solid #ffffff;	/* ボックスの線 (太さ　種類　*/
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sp-bgsize-30{
		background-size:30%;
	}

	.sp-bgsize-15{
		background-size:15%;
	}	
	
	.sp-bgsize-nap{
		background-size:30%,100%;
	}

	.sp-bgsize-rain{
		background-size:100%;
	}
	
	.ticket-width {
		width: 300px;
	}
	
	.comment-width {
		width: 360px;
	}

	.comment-width-osaka {
		width: 380px;
	}

	.comingsoon{
    	font-size: large;		
	}
	
	.tour-zone {
		border: 4px solid #dbd7c7;
		margin : 0 auto;
		width:360px;
		text-align: left;
		padding:5px;
	}
	.tour-zone-more {
		margin : 0 auto;
		width:360px;
		text-align: right;
		padding:0px;
	}


}
	
	
	

@media (min-width: 801px) and  (max-width: 1800px){
	.sp {
		display: none !important;
	}
	.detail-pos {
		margin-left: 20%;
		margin-right: 20%;
	}
	.detail-pos20 {
		margin-left: 10%;
		margin-right: 10%;
	}
	dl {
		width:60%;
		margin : 0 auto;
		text-align: center;
	}
	
	.dt-font {
		position: absolute;
		font-size: large;		
	}
	
	.dd-font {
		font-size: small;
	}
	
	.info-font {
		font-size: xx-large;		
	}
	
	.goods-font {
		font-size: x-large;		
	}
	
	.font-x-large {
		font-size: x-large;		
	}
	
	.font-xx-large {
		font-size: xx-large;
	}
	
	.sp-font-large{
		font-size: x-large;
	}
	
	/* flame */
	.wrapper {
	  text-align: center;
	  position: relative;
	}

	.wrapper::before {
	  position: absolute;
	  content: "";
	  display: block;
	  border-top: 2px solid #bdd6f2;
	  border-bottom: 2px solid #bdd6f2;
	}
	.wrapper::after {
	  position: absolute;
	  content: "";
	  display: block;
	  border-left: 2px solid #bdd6f2;
	  border-right: 2px solid #bdd6f2;
	}

	.wrapper::before {
	  top: -1px;
	  bottom: -1px;
	  left: 14px;
	  right: 14px;
	}

	.wrapper::after {
	  top: 14px;
	  bottom: 14px;
	  left: -1px;
	  right: -1px;
	}

	.wrapper span {
	  position: relative;
	  z-index: 1;
	}

	
	.per-txt{
    	font-size: large;	
	}
	
	.detail-small {
		font-size: small;
	}	
	
	.center-ojt-70{
		margin : 0 auto;
		text-align: center;
		width: 70%;
	}	
	
	.msg-box{
		width: 65%;
		margin: 2em auto; /* ボックスの余白 */
		border: 4px solid #ffffff;	/* ボックスの線 (太さ　種類　*/
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.ticket-width {
		width: 600px;
	}
	
	.comment-width {
		width: 800px;
	}

	.comment-width-osaka {
		width: 880px;
	}

	.comingsoon{
    	font-size: x-large;		
	}
	
	.tour-zone {
		border: 4px solid #dbd7c7;
		margin : 0 auto;
		width:1200px;
		text-align: left;
		padding:5px;
	}
	
	.tour-zone-more {
		margin : 0 auto;
		width:1200px;
		text-align: right;
		padding:0px;
	}

}

	
@media (min-width: 1801px) {
	.sp {
		display: none !important;
	}
	.detail-pos {
		margin-left: 30%;
		margin-right: 30%;
	}
	.detail-pos20 {
		margin-left: 20%;
		margin-right: 20%;
	}
	dl {
		width:800px;
		margin : 0 auto;
		text-align: center;
	}

	.dt-font {
		position: absolute;
		font-size: large;		
	}
	
	.dd-font {
		font-size: small;
	}
	
	.info-font {
		font-size: xx-large;		
	}
	
	.goods-font {
		font-size: x-large;		
	}
	
	.font-x-large {
		font-size: x-large;		
	}
	
	.font-xx-large {
		font-size: xx-large;
	}
	
	.sp-font-large{
		font-size: x-large;
	}
	
	
	/* flame */
	.wrapper {
	  text-align: center;
	  position: relative;
	}

	.wrapper::before {
	  position: absolute;
	  content: "";
	  display: block;
	  border-top: 2px solid #bdd6f2;
	  border-bottom: 2px solid #bdd6f2;
	}
	.wrapper::after {
	  position: absolute;
	  content: "";
	  display: block;
	  border-left: 2px solid #bdd6f2;
	  border-right: 2px solid #bdd6f2;
	}

	.wrapper::before {
	  top: -1px;
	  bottom: -1px;
	  left: 14px;
	  right: 14px;
	}

	.wrapper::after {
	  top: 14px;
	  bottom: 14px;
	  left: -1px;
	  right: -1px;
	}

	.wrapper span {
	  position: relative;
	  z-index: 1;
	}

	
	.per-txt{
    	font-size: large;	
	}	

	.detail-small {
		font-size: small;
	}
	
	.center-ojt-70{
		margin : 0 auto;
		text-align: center;
		width: 60%;
	}	
	
	.msg-box{
		width:65%;
		margin: 2em auto; /* ボックスの余白 */
		border: 4px solid #ffffff;	/* ボックスの線 (太さ　種類　*/
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.ticket-width {
		width: 600px;
	}
	
	.comment-width {
		width: 800px;
	}

	.comment-width-osaka {
		width: 880px;
	}
	
	.comingsoon{
    	font-size: x-large;		
	}
	
	.tour-zone {
		border: 4px solid #dbd7c7;
		margin : 0 auto;
		width:1200px;
		text-align: left;
		padding:5px;
	}
	
	.tour-zone-more {
		margin : 0 auto;
		width:1200px;
		text-align: right;
		padding:0px;
	}


}


/*-- Grid対策 --*/

@media (max-width: 800px) {
	.ticket-grid {
		width: 92%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 60% 40%;
		gap: 3px;
	}
	.program-grid {
		width: 95%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 100%;
	}
	.program-grid-item{
		padding:1px;
		text-align:center;
		margin : 0 auto;
	}
	.date-grid {
		width: 90%;
		margin : 0 auto;
		text-align: left;
		display: grid;
		grid-template-columns: 70% 15% 15%;
		gap: 1px;
	}
	ul.tab {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		width:355px;
		justify-content: center;
	}
	ul img{
		width: 100%;                 /* 親要素の幅に合わせる */
		height: auto;                /* 縦横比を維持 */
		display: block;              /* 余計な隙間を消す */
	}

	ul.tab li {
		float: left;
        box-sizing: border-box;
        text-align: center;
	}
	.item-title-img-logo{
		max-width: 60%;
	}
	.program-pic{
		width: 100px;
		height: 100px;
		color: white;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
}

@media (min-width: 801px) and  (max-width: 1200px){
	.ticket-grid {
		width: 80%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 60% 40%;
		gap: 3px;
	}
	.program-grid {
		width: 80%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 100%;
	}
	.program-grid-item{
		padding:5px;
		text-align:center;
		margin : 0 auto;
	}
	.date-grid {
		width: 80%;
		margin : 0 auto;
		text-align: left;
		display: grid;
		grid-template-columns: 70% 15% 15%;
		gap: 1px;
	}
	
	ul.tab {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul img{
		width: 100%;                 /* 親要素の幅に合わせる */
		height: auto;                /* 縦横比を維持 */
		display: block;              /* 余計な隙間を消す */
	}

	ul.tab li {
		float: left;
		margin-left: 0.5em;
		margin-right: 0.5em;
		        display: inline-block;
        box-sizing: border-box;
        text-align: center;
	}
	.item-title-img-logo{
		max-width: 100%;
	}
}

@media (min-width: 1201px) {
	.ticket-grid {
		width: 65%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 60% 40%;
		gap: 3px;
	}
	.program-grid {
		width: 65%;
		margin : 0 auto;
		text-align: center;
		display: grid;
		grid-template-columns: 100%;
	}
	.program-grid-item{
		padding:5px;
		text-align:center;
		margin : 0 auto;
	}
	.date-grid {
		width: 50%;
		margin : 0 auto;
		text-align: left;
		display: grid;
		grid-template-columns: 70% 15% 15%;
		gap: 1px;
	}
	ul.tab {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul img{
		width: 100%;                 /* 親要素の幅に合わせる */
		height: auto;                /* 縦横比を維持 */
		display: block;              /* 余計な隙間を消す */
	}

	ul.tab li {
		float: left;
		margin-left: 0.5em;
		margin-right: 0.5em;
		        display: inline-block;
        box-sizing: border-box;
        text-align: center;
	}
	.item-title-img-logo{
		max-width: 100%;
	}
}

.top_50 {
	float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}





/*-- blink --*/
.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*-- padding,margin,% --*/
.pad-l-5 {
	padding-left: 5px;
}
.pad-l-10 {
	padding-left: 10px;
}
.pad-l-20{
	padding-left: 20px;
}

.pad-l-30{
	padding-left: 30px;
}

.pad-l-40{
	padding-left: 40px;
}

.pad-r-10 {
	padding-right: 10px;
}

.pad-t-2 {
	padding-top: 2px;
}

.pad-t-5 {
	padding-top: 5px;
}

.pad-t-10 {
	padding-top: 10px;
}

.pad-t-20 {
	padding-top: 20px;
}

.pad-t-30 {
	padding-top: 20px;
}

.pad-t-40 {
	padding-top: 40px;
}

.pad-t-50 {
	padding-top: 40px;
}

.pad-b-5 {
	padding-bottom: 5px;
}

.pad-b-10 {
	padding-bottom: 10px;
}
.pad-b-20 {
	padding-bottom: 20px;
}
.pad-b-30 {
	padding-bottom: 30px;
}
.pad-b-40 {
	padding-bottom: 40px;
}
.pad-b-50 {
	padding-bottom: 50px;
}

.mgn-t-20{
	margin-top: 20px;
}
.mgn-b-20{
	margin-bottom: 20px;
}
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}


/* button */
.button001 a {
    background: #ffc66d;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #dbd7c7;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #b08a65;
    color: #dbd7c7;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #b08a65;
    border-right: 3px solid #b08a65;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #dbd7c7;
}


/* font */
.performer-font {
    font-size: medium;
}


.performer-font-b {
    font-size: medium;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


.fadein{
　　display: none;
}

.fs-large{
    font-size: large;	
}

.fs-medium{
    font-size: medium;
}

.fs-small{
	font-size:small;
}

.fs-large{
	font-size:large;
}

.fs-x-large{
	font-size:x-large;
}

.fs-xx-large{
	font-size:xx-large;
}

.fs-size-info{
    font-size: 48px;
}

.hv-red:hover {
	color:red;
}

.hv-yellow:hover {
	color: yellow;
}


/* z-index */
.z-index-10 {
	z-index: 10;
}

.z-index-20 {
	z-index: 20;
}

.z-index-30 {
	z-index: 30;
}
.z-index-40 {
	z-index: 40;
}

/* フェードインフェードアウト */
.fade {
	width: 150px;
	height: 150px;
	background-color: #dbd7c7;
	margin-top: 30px;
}
.dd-info {
    font-size: large;
}

.han-shadow {
	text-shadow: 1px 1px 2px;
}


.dt-shadow-flame {
	box-shadow: 0 0 10px #000000;
}

.dl-px{
	width:80%;
}

.arrow-bottom{
    border: 0;
    border-bottom: solid 2px #bdd6f2;
    border-right: solid 2px #bdd6f2;
	float: right;
	text-align: center;
    display: inline-block;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.fadein-off{
　　display: none;
}


/* ハンバーガーメニュー */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #dbd7c7;
  text-align: center;
  padding: 10px 0;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



/*モーダルを開くボタン*/
.modal-open{

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 725px;
  width: 90%;
  
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: #ffffff;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #1f1f1f;
  padding: 10px;
}



/* info */
.scrollable-list {
    max-height: 300px; /* リストの最大高さを設定 */
	width:90%;
    overflow-y: auto; /* 縦スクロールを有効にする */
    padding: 5px; /* 内側の余白を追加 */
	text-align: center;
	position:relative;
	margin : 0 auto;
}

.scrollable-list li {
    margin: 5px 0; /* 各リストアイテムの間に余白を追加 */
	padding:10px;
	border-bottom: 1px solid #0095de;
	flex-direction:column;
}

.scrollable-list::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.scrollable-list::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
} 
.scrollable-list::-webkit-scrollbar-track {
    background-color: #8A8A8A;
}



/* フォントサイズ管理 */
@media (max-width: 600px) {
	.nomal_font {
		font-size: small;
	}
	.big_font {
		font-size: large;
	}
	.mbig_font {
		font-size: medium;
	}
	.small_font{
		font-size: small;
	}
	.ssmall_font{
		font-size: small;
	}
}
@media (min-width: 601px) and  (max-width: 1200px){
	.nomal_font {
		font-size: large;
	}
	.big_font {
		font-size: x-large;
	}
	.mbig_font {
		font-size: large;
	}
	.small_font{
		font-size: small;
	}
	.ssmall_font{
		font-size: small;
	}
}
@media (min-width: 1201px) and (max-width: 1800px){
	
	.nomal_font {
		font-size: x-large;
	}
	.big_font {
		font-size: xx-large;
	}
	.mbig_font {
		font-size: x-large;
	}
	.small_font{
		font-size: large;
	}
	.ssmall_font{
		font-size: medium;
	}
}

@media (min-width: 1801px) {
	
	.nomal_font {
		font-size: x-large;
	}
	.big_font {
		font-size: xx-large;
	}
	
	.mbig_font {
		font-size: x-large;
	}
	.small_font{
		font-size: large;
	}
	.ssmall_font{
		font-size: medium;
	}
}


.program-txt {
	top: 0;
  	right: 0;
  	left: 0;
  	margin: 0 auto;
	z-index: 10;
}




/*-- castのサイズ対策 --*/

@media (max-width: 800px) {
	.cast-pic {
		width: 70%;
	}
	.gallary-pic {
		width: 100%;
	}
	.item-title-img-cast{
		max-width: 80%;
	}
	.item-title-img-cast-pre{
		max-width: 45%;
	}
}

@media (min-width: 801px) and  (max-width: 1200px){
	.cast-pic {
		width: 70%;
	}
	.gallary-pic {
		width: 100%;
	}
	.item-title-img-cast{
		width: 60%;
	}
}

@media (min-width: 1201px) {
	.cast-pic {
		width: 70%;
	}
	.gallary-pic {
		width: 100%;
	}
	.item-title-img-cast{
		max-width: 100%;
	}

}

.asterisk{
	list-style: '※';
}

/** プログラムのボタン遷移 **/
.radio-img {	
	vertical-align: middle;
}

.program-radio {
	display: none;	/* □を消す */
}



.radio-label{
	height:35px;
}


.program-pic {
  position: relative;
}

.tab-on {
	color:#fafb65;
}

.ticket-detail .tab li.tab-off {
	color:#ffffff;
}

.ticket .comment-zone > div {
    display: none;
}