@charset "UTF-8";
   * {
	box-sizing: border-box;
}
/*スクロール背景消しここから*/
body {
	font-family: "Sawarabi Gothic";
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 70% !important;
	background-position: center top !important;
	padding:10em;
	margin:0;
	color: #000;
}
/*スクロール背景消しここまで*/
p {
	margin:0;
	padding:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
ul li {
	color:#000;
}
img {
	border:0;
}
a {
	font-family: "Sawarabi Gothic";
	text-decoration:none;
	color:#000;
}
a:hover {
	font-family: "Sawarabi Gothic";
	text-decoration:none;
	color:#666;
}
iframe {
	width: 100%;
	height:600px;/*★*/
}



/*------------------------------ハンバーガー---------------------------------------*/
.l-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.l-drawer {
	position: relative;
}
.l-drawer__checkbox {
	display: none;
}
.l-drawer__icon {
	cursor: pointer;
	display: block;
	width: 30vh;/*ハンバーガー位置*/
	height: 15vh;/*ハンバーガー位置*/
	position: fixed;
	right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	background-color: #000;/*ハンバーガー色*/
	display: block;
	width: 10vh;/*ハンバーガー幅*/
	height: 0.2vh;/*ハンバーガー線太さ*/
	position: absolute;
	top: 0;
	right: 1vh;
	left: 0;
	bottom: 0;
	margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	content: " ";
}
.l-drawer__icon-parts:before {
	top: 4vh;/*ハンバーガー間隔*/
}
.l-drawer__icon-parts:after {
	top: -7.7vh;/*ハンバーガー間隔*/
}
.l-drawer__overlay {
	background: #000;/*メニューが出た時のバックのカラー*/
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.l-drawer__menu {
	background:#fff;/*メニューの背景画像*/
	opacity: 0.6;
	color: #000;
	max-width: 70%;
	width:80vh;/*メニュー幅*/
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: -100vh;/*メニューを隠す*/
}
.l-drawer__icon {
	z-index: 4;
}
.l-drawer__menu {
	padding:2vh 0vh 0vh 2vh;
	z-index: 3;
}
.l-drawer__overlay {
	z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
-webkit-transform: rotate(-45deg);/*×の角度*/
transform: rotate(-45deg);/*×の角度*/
top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
-webkit-transform: rotate(45deg);/*×の角度*/
transform: rotate(45deg);/*×の角度*/
top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
opacity: 0.8;/*メニューが出た時のバックの透明度*/
pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.l-drawer__item-inner {
	color:#000;
	font-size:2vh;
	font-family: "Sawarabi Gothic";
}
.l-drawer__menu ul li {
	line-height:3vh;
}
/*------------------------------ハンバーガー---------------------------------------*/


/*------------------------------アコーディオンメニュー---------------------------------------*/
.acd-check{
    display: none;
}
.acd-label{
	clear:both;
	border-top: 1px solid #000;
	font-family: "Sawarabi Gothic";
	font-size:2.5vh;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
	font-size:2.5vh;
	border-bottom: 1px solid #000;
	border-top:0px solid #000;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 80vh;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.acd-content .bk1 {
	font-size:2.5vh;
}
.acd-content .bk2 {
	font-size:2.5vh;
}
.acd-content .rd1 {
	font-size:2.5vh;
}
/*------------------------------アコーディオンメニュー---------------------------------------*/




/*---------lightbox---------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
/*イメージ出るまでの回るやつ*/
#jquery-lightbox a img {
	border: none;
}
/*画像のバック*/
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
/*イメージ出るまでの回るやつ*/
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

/*---------lightbox---------*/








/*------------------------------id---------------------------------------*/
#jpnen {
	font-family: "Sawarabi Gothic";
	color:#000;
	font-size:2vh;
	margin-left:0.5vh;
}
#top_pc img{
	width:100%;
}
#news {
	width:100%;
	font-family: "Sawarabi Gothic";
	font-size:2vh;
	color:#000;
	padding:0vh 1vh 0vh 1vh;
	background-image:url(../images/noise.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#shows {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/shows_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#goods {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/goods_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#streaming {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/streaming_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#link {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/link_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#disco {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/disco_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#disco2 {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/disco2_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#profile {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/b5_2back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
#profile img {
	width:100%;
}
#past {
	font-family: "Sawarabi Gothic";
	background-image:url(../images/show_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-position: center top !important;
	padding:5vh 1vh 5vh 1vh;
	color: #000;
}
/*------------------------------id---------------------------------------*/







/*------------------------------class---------------------------------------*/
.catch {
	color:#900;
	font-family: 'Road Rage', cursive;
	font-size:5vh;
	margin-bottom:2vh;
	border-bottom:#900 solid 0.3vh;
}
.cont_border {
}
.bk1 {
	font-family:'Oswald', sans-serif;
	font-size:0.7vh;
	color:#000;
}
.bk2 {
	font-family: "Sawarabi Gothic";
	font-size:2.5vh;
	color:#000;
}
.bk2_clear {
	clear:both;
	font-family: "Sawarabi Gothic";
	font-size:0.7vh;
	color:#000;
}
.rd1 {
	font-family: "Sawarabi Gothic";
	font-size:3vh;
	color:#900;
}
.line {
	display:block;
	border:#000 dotted 1px;
	margin:4vh 0vh 4vh 0vh;
}
.sns {
	display: flex;
justify-content:left;
margin:0vh 0vh 0vh 0vh;
}
.sns img {
	width:10vh;
	margin-right:3vh;
}
.shop {
	display: flex;
justify-content: center;
align-items: center;
gap: 2vh;
}
.shop img {
	width:7vh;
	margin-right:2vh;
}
.flyer {
	margin:0vh 0vh 2vh 0vh;
}
.flyer img {
	box-shadow: 5px 5px 20px;
	width:15vh;
}
.tickets {
	display: inline-block;
	text-align:center;
	width:30%;
	height:3vh;
	text-decoration: none;
	font-family: "Sawarabi Gothic";
	font-size:2vh;
	color: #000;
	border:solid 1px #000;
}
.streaming {
	display: flex;
justify-content: center;
align-items: center;
gap: 2vh;
}
.streaming img {
	width:7vh;
	margin-right:2vh;
}
.disc {display:block;
}
.disc img {
	box-shadow: 3px 3px 10px #000;
	width:20vh;
	float:left;
	margin:0vh 3vh 3vh 0vh;
}
.more {
	text-align:center;
	font-family: "Sawarabi Gothic";
	font-size:2.5vh;
	color:#000;
}
.underline_3 {
	font-family:'Oswald', sans-serif;
	font-size:3vh;
	color:#000;
	border-bottom:dotted 0.1vh #000;
	margin:4vh 0vh 0vh 0vh;
}
.underline_4 {
	font-family:'Oswald', sans-serif;
	font-size:2.5vh;
	color:#000;
	border-bottom:dotted 0.1vh #000;
	margin:4vh 0vh 4vh 0vh;
}
/*------------------------------class---------------------------------------*/



footer {
	font-family: "Sawarabi Gothic";
	font-size:2vh;
	color:#000;
	text-align:center;
	margin:10vh 0vh 10vh 0vh;
}







.youtube {
	width:100%;
	margin:0px auto 0px auto;
}
#top img {
	width:100%
}

.cancel {
	text-decoration: line-through;
	text-decoration-color:#C00;
}


.cont_border_aco {
	background-color: rgba(255, 255, 255, 0.07);
	border-bottom:#FFF dotted 0.1vh;
	border-right:#FFF dotted 0.1vh;
	margin-bottom:6vh;
	padding:0vh 2vh 10vh 0vh;
}
.text {
	font-family: 'Noto Serif JP', serif;
	font-size:2vh;
	font-weight:200;
	color:#FFF;
	white-space: pre-wrap;
}
.text a {
	color:#666;
}
.text a:hover {
	color:#900;
}


.goods {
	float:left;
	margin:0vh 2vh 2vh 0vh;
}
.goods img {
	width:15vh;
}
.goods2 {
	margin:0vh 2vh 2vh 0vh;
}
.goods2 img {
	width:40vh;
}
.barline {
	display:block;
	width:1px;
	height:10vh;
	margin:3vh 0vh 3vh 18vh;
	border-left:#CCC dashed 0.2vh;
}
/*テキスト----*/
.ti {
	text-indent:3em;
}
.data {
	font-family: 'Noto Serif JP', serif;
	font-size:3vh;
	font-weight:200;
	color:#FFF;
	line-height:6vh;
}
.bk3 {
	font-family: 'Noto Serif JP', serif;
	font-size:3vh;
	font-weight:200;
	color:#fff;
}
.wh1 {
	line-height:3vh;
	font-family:'Oswald', sans-serif;
	font-size:3vh;
	font-weight:700;
	color:#FFF;
}
.wh2 {
	line-height:3vh;
	font-family:'Oswald', sans-serif;
	font-size:2vh;
	font-weight:700;
	color:#FFF;
}

.gray {
	font-family: 'Road Rage', serif;
	font-size:4vh;
	font-weight:200;
	color:#999;
	line-height:3vh;
}
.zip img {
	width:45vh;
}

/*-----テキスト*/
/*テーブル----*/
table {
	border-collapse:  collapse; /* セルの線を重ねる */
}
tr:nth-child(odd) {
 background:rgba(155, 155, 155, 0.2);     /* 背景色指定 */
}
th, td {
	padding: 1vh 8vh;          /* 余白指定 */
}
/*-----テーブル*/


