@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pangolin&family=Yomogi&display=swap');
@font-face {
  font-family: 'webkeifont';
  src: url('../font/webkeifont.woff') format('woff');
}
html,body{  -webkit-text-size-adjust: none;}


/*sp*/

.sp{display: inherit;}
.pc{display: none;}
.w100{width: 100%;}
.w90{width: 90%; margin:0 auto; display: block;}
.w60{width: 60%; margin:0 auto; display: block;}
.fs80{font-size: 80%;}
.fs60{font-size: 60%;}


/*下からフェードイン*/
.fade-in {
   opacity: 0;
   animation-name: fadein;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}

.en{font-family: 'Pangolin', cursive;}

body{
	font-size: 14px;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Pangolin, cursive;
	font-weight: bold;
	color: #000;
	line-height: 1.7;
		background-color : #fff;
	background-image:
		repeating-linear-gradient( 0deg,rgba(88,163,209, 0.6) 0px 36px,	transparent 36px 74px),
		repeating-linear-gradient( 90deg,rgba(211, 64, 75, 0.8) 0px 42px,	transparent 42px 80px);

background: repeating-linear-gradient(
        -45deg, 
        white 0px 20px, 
        #6392D2 20px 40px, 
        white 40px 60px, 
        #D3404B 60px 80px
    );
	}



#mainv{
	text-align: center;
	padding: 0;
	position: relative;
	padding:  0;
}

#mainv #fv_bn1 img{	
	width:30%;
	}

#mainv #fv_bn2 img{
	width:30%;
	}


#mainv-g{
	text-align: center;
	padding-top: 60px;}

#topnews{
	border:double 3px #f00;
	background-color: #fff;
	width: 90%;
	margin:0 auto 0 auto;
	color: #f00;
	padding: 2%;
	font-weight: bold;}

#topics{
	text-align: left;
	background-color: #fff;
	border-bottom-left-radius: 20px;
 	border-bottom-right-radius: 20px;
 	padding: 4%;
 	margin:0 0 10%;}
	#topics p{
		margin: 0;
		padding: 0.5% 2%;
		}
		#topics p span{
			padding-right: 10px;
			font-weight: bold;}
		#topics a{
			color: #d50b00;
		}

#news{
	width: 90%;
	margin:0 auto;
	}

.title1{
	width: 100%;
	text-align: center;
	padding: 3px 0;
	background-color: #353535;
	color: #fff;
	font-size: 140%;
	border-top-left-radius: 20px;
 	border-top-right-radius: 20px;
	}



.snssp{
	text-align: center;}

.snssp img{
	width: 45%;}

#top{
	width:90%;
	margin:0 auto;
	margin-top:0px;
	padding-bottom: 1px;}
	#top #twitter{
		width:auto;
		margin: 0 0 20px 0;}
	#top #insta{
		position:relative;
		width:100%;
		height: 250px;
		background-color:#fff;
		border-radius: 4px;        /* CSS3草案 */  
   		-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 4px;   /* Firefox用 */
		border:1px solid #ebebeb;
		margin:0 0 10px 0;}
		#top #insta p{
			font-weight:bold;
			border-bottom:1px solid #ebebeb;
			font-size:16px;
			font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
			padding:0;
			text-align:left;
			margin-bottom:10px;
			margin-left:10px;}
			#top #insta p a{
				color:#000;
				text-decoration:none;
				font-weight:bold;}
				#top #insta p a:hover{
					text-decoration:underline;}
			#top #insta #followme{
				position:absolute;
				right:15px;
				top:3px;}

span.bu{
color: #e4026d;
}


/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/

@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline {
width: 450px !important;
margin:0 auto;/*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
}
}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; }
/*サイドウィジットへのtwetter埋め込み修正終わり*/


#bn{
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 390px;
}


.content{
	padding: 20px 0;
	width: 100%;
font-size: 100%;}

h2{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 130%;}

h3.sonota{margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;}

h3.tokyo{margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	border-top: 3px solid #d50b00;
	border-bottom: 3px solid #d50b00;
	color: #d50b00;}

#m02{
	padding: 80px 0;
	background-color: #f7dcd7;}

#m03{
	padding: 100px 0;
	background-color: #fff9f6;}



#m10{
	padding: 100px 0;
background-color: #fff9f6;}


#m05{
	padding: 100px 0;
background-color: #fff9f6;}

#m06{
	padding: 100px 0;
background-color: #fff9f6;}


#m07{
	padding: 100px 0;
	background-color: #f7dcd7;}

#m08{
	padding: 100px 0;
	background-color: #f7dcd7;}

#m11{
	background:url("../img/line_piano.png") repeat-x top #CBE7F9;
	padding: 100px 0;
	border-top: 10px solid #000;}

#m09{
	background:url("../img/line_piano.png") repeat-x top #CCC2DF;
	padding: 100px 0;
	border-top: 10px solid #000;}








.box{
	width: 100%;
	margin: 0 auto;}


h2{
	text-align: center;
	}

h2 i.fas{
	font-size: 80%;
	margin:0 2%;
}

h2 p{
	display: inline;
	font-size: 190%;
	border-bottom:5px solid #262626;
	color: #262626;}

.topbtn{
	text-align: center;
	margin:15px 0;
}
.topbtn a img{
	width:90%;
}


/*about*/

#about{
	width:90%;
	margin:0 auto;}

	#about .outline{
		background-color: #fff;
		padding: 5%;
		text-align: center;
		font-size: 120%;
		 border-radius: 20px;
		 border-bottom: solid 5px #d50b00;
	}

	#about .outline table{
		text-align: left;
		margin:0 auto;
		width:100%;
		font-size: 70%;
		
	}

	#about .outline table tr{
		border-bottom:2px dotted #000;
		line-height: 1.3;
	}

	#about .outline table th,#about .outline table td{
		padding: 3% 0;
		font-weight: bold;
	}

	#about .outline table th{
		position: relative;
	}

	#about .outline table td{
		padding-left: 3%;
	}

	#about .outline table td .hour{
		font-size: 80%
	}

	#about .eventtitle{
		font-size: 120%;
		line-height: 1.5;
		font-family: 'webkeifont';
	}

	#m07 .eventtitle{
		font-size: 140%;
		line-height: 1.5;
		font-family: 'webkeifont';
	}

	#about .eventtitle span{
		font-size: 60%;
	}

	#about .att{
		text-align: center;
		font-size:11px;}

	#about .att2{
		text-align: left;
		margin-top:20px;
		font-size:80%;}

	#about .sun{
		color:#f15050;
	}

	#about .sat{
		color:#3770f1;
	}

	#about .icon_new{
		position: absolute;
		font-size: 50%;
		left:0;
		top:3px;
		background-color: #ff59ad;
		color: #fff;
		padding: 2px 5px;
		border-radius: 10px;
	}

	#icon_final a , #icon_final a:after , #icon_final a:before , #icon_final a span {
	  content:"";
	  width:2rem;
	  height:2rem;
	  background-color:#ff59ad;
	  position:absolute;
	  top:0px;
	}
	#icon_final , #icon_final a , #icon_final a:after , #icon_final a:before {
	  -webkit-transform: rotate(22.5deg);
	  -moz-transform: rotate(22.5deg);
	}
	#icon_final a span {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  text-align: center;
	  z-index: 999;
	  line-height: 2rem;
	  color: #fff;
	}
	#icon_final {
	  position:relative;
	  width:2rem;
	  height:2rem;
	  background-color:#000;
	  margin:20px 0 0 20px ;
	  position: absolute;
		font-size: 70%;
		right:-11.4rem;
		top:-0.2rem;
		background-color: #ff59ad;
		color: #fff;
	}

	#about .icon{
		background-color: #ff59ad;
		color: #fff;
		font-size: 110%;
		padding: 6px;
		margin: 0 10px;
		vertical-align: middle;
		border-radius: 4px;
	}

	#about .tokyooa{
		position: absolute;
		background-color: #e90186;
		color: #fff;
		padding: 10px 20px;
		border-radius: 20px;
		line-height: 1.5;
		right: -10px;
	}


#partner{
	text-align: center;
	background-color: #fff;
	margin: 0 5%;
	padding: 5px 0 0 0;}
	#partner img{
		width: 30%;
		margin:10px 30px;}

#profilephoto{
	width: 100%;}


/*ARTIST*/


 /*アコーディオン*/
#acMenu dt{
display:block;
width:90%;
height:auto;
line-height:1.1;
text-align:center;
cursor:pointer;
margin:20px auto 0 auto;
position: relative;
}
#acMenu dt .name{
	font-size: 160%;
	background-color: #000;
	color: #fff;
	padding: 15px 0;
	border-bottom: 2px solid #fff;}
#acMenu dt .name .att{
	text-align: center;

}

#acMenu dt a{
	text-decoration: none;
}

#acMenu dd{
background:#fff;
width:90%;
height:auto;
line-height:1.5;
display:none;
margin:0 auto; 
border-bottom: 5px solid #000;
}
#acMenu dd p{
padding: 5%;
}

.ent8{
  display: block;
  position: absolute;
  top:62px;
  left:7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1B7FBE;
  text-align:center;
  line-height: 40px;
  font-size: 115%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.ent9{
  display: block;
  position: absolute;
  top:62px;
  left:7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F19DB5;
  text-align:center;
  line-height: 40px;
  font-size: 115%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.ent9_2{
  display: block;
  position: absolute;
  top:62px;
  left:50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F19DB5;
  text-align:center;
  line-height: 40px;
  font-size: 115%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}


.andmore{
	font-size: 250%;
	text-align: center;
	margin: 30px 0 0 0;}


/*TIME TABLE*/

#timetable{
	text-align: center;
}

#timetable #tt1,#timetable #tt2{
	width:85%;
	margin:0 auto 20px auto;}

#m10 .att{
	font-size: 80%;
	text-align: center;
	margin-top:0px;
	}


/*TICKET*/

.tickettitle{
	font-size: 140%;}

.btn{
	display: block;
	border-radius: 100px;
	background-color: #0eb758;
	color: #fff;
	padding: 8px;
	width:80%;
	text-decoration: none;
	margin: 10px auto 20px auto;
	border:3px solid #fff;
}

#ticketabout{
	margin:30px auto;
}

#ticketabout .outline{
		background-color: #fff;
		border: 3px solid #262626;
		border-left:20px solid #262626;
		padding: 3%;
		text-align: left;
		font-size: 130%;
		margin:0 auto 30px auto;
		width:85%;
		color: #262626;
		font-family: 'webkeifont';
	}

#ticketabout .outline .att{
	font-size: 70%;
	color: #666;
	font-weight: normal;
	}

#ticketabout .att{
	font-size: 80%;
	line-height: 1.6;
	font-weight: normal;
	}

.soldout{
	color: #ff0000;
	border:2px solid #ff0000;
	padding: 2px;
	}

.tickettitle2{
	font-size: 110%;
	background-color: #d50b00;
	color: #fff;
	border-radius: 0;
	line-height: 1.5;
	padding: 10px 0;
	margin: 0 5% 5% 5%;
}


/*SPECIAL*/

#m06 #stp_box h4{
	font-size: 150%;
	border-bottom: 5px dotted #000;
	width:100%;
	margin:30px auto 10px auto;
	text-align: left;
	font-weight: bold;}

#m06 .stp{
	width:85%;
	margin:0 auto 30px auto;
	}
#m06 .stp img{
	width:100%;
	border-radius: 10px;
	}

#m06 .att{
	font-size:90%;
	text-align: left;
	font-weight: normal;
	}

#m06 iframe{
	width: 90%;
    height: 160vw;
    margin: 0 auto;
    display: block;
}




/*GOODS*/
#m07 #goodslist{
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}

#m07 #goodslist img{
	width: 45%;
	margin:1%;
  height: auto;
}

#m07 .att{
	margin-bottom: 30px;
}

/*NOTICE*/
#m09 .att{
	font-size: 100%;
	width:90%;
	margin:0 auto;
	}

#m09 .big{
	font-size: 150%;
	}


/*access*/

h4{
	font-size: 150%;
	border-bottom: 5px dotted #000;
	width:90%;
	margin:30px auto 30px auto;
	text-align: left;}

.access_text{
	text-align: left;
	font-size: 80%;
	width:90%;
	margin:20px auto 50px;
}


/*NOTICE*/

#m08{}

.dlbtn{
	display: block;
	width:90%;
	background-color: #91b1f9;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin:0 auto 10px;
	border-radius: 20px;
	font-size: 130%;
}

.formbtn{
	display: block;
	width:90%;
	background-color: #f886b9;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin:0 auto 10px;
	border-radius: 20px;
	font-size: 130%;
}




/*go top*/
#gotop{
	position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 900;}


#footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px;}
	#footer #flink{
		margin:15px 0;}
		#footer #flink a{
			color: #fff;
			display: block;}


div#email a{
	text-align:center;
	display:block;
	width:90%;
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#ffffff;
	background-color:#e5006e;
	margin:30px auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

   div#contacttext{
  	padding-left: 0px;
  	width: 90%;
  	text-align:left;
  	margin:0 auto;}

  	#u-next1{
  	position: relative;
  	}

  #u-next1 #imgend{
  	position: absolute;
  	top:10px;
  	left:0px;
  }


  #about .outline table#winner{
  	width:100%;
  }

   #about .outline table#winner tr{
   	border:none;
   } 

  #about .outline table#winner th{

  	border:1px solid #000;
  	width:50%;
  	text-align: center;
  	background-color: #75ba40;
  	color: #fff;
  	font-size: 110%;
  }

  #about .outline table#winner td{
  	border:1px solid #000;
  	font-size:90%;
  }


.end{
	font-family: 'webkeifont';
	font-size: 150%;
	background: #fff;
	border: 10px solid #ff77b8;
	background-color: #fff0f7;
}

.end span{
	font-size: 200%;
	color: #df3586;
}

.end a{
	color: #df3586;
}

	

@media screen and (min-width: 768px) {
/*===============================================================PC*
===============================================================
===============================================================*/


#wrap {
	overflow:hidden;
}



.w100{width: auto;}
.w90{width: auto; margin:0; display: inline;}
.w60{width: 30%; margin:0; display: inline;}
.sp{display: none;}
.pc{display: inline;}

html{width:100%;}
body{
	width:100%;
	min-width: 100%;
	font-size: 18px;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;}


#rect{
	position: absolute;
	top:40px;
	left: 0;
	width: auto;}

#rect_g{
	position: absolute;
	top:40px;
	left: 0;
	width: auto;}


#gnavi{
	position: fixed;
	top:0;
	background-color: #ff382e;
	width: 100%;
	z-index:1000;}

#gnavi ul{
	width: 1000px;
	height: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	justify-content: center;}

#gnavi ul li{
	width: 200px;
	text-align: center;
	padding: 10px;
	}

#gnavi ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	display: block;
	}

#gnavi ul li a .ja{
	font-size: 70%;
	font-family: 'webkeifont';}
	
#gnavi ul li a .en{
	font-size: 150%;
}

#gnavi #floatmenu{
	background-color: #353535;
	color: #fff;
	font-size: 12px;
	height: 100%;}

#gnavi #floatmenu div{
	width: 1000px;
	margin:0 auto;}

#gnavi #floatmenu h1{
	float: left;
	width: 600px;
	line-height: 35px;}

#gnavi #floatmenu #sns{
	float: right;
	width: 800px;
	text-align: right;}


#gnavi #floatmenu #sns img{
	height: 31px;
}


#mainv{
	height: auto;
	position: static;
	padding: 110px 0 0 0;
}


#mainv h1{
	position: static;
	left:auto;
	top:auto;
}

#mainv img{
	transform: auto;
	margin:20px 0 30px 0;
}

#topnews{
	border:double 3px #f00;
	background-color: #fff;
	width: 800px;
	margin:0 auto 0 auto;
	color: #f00;
	padding: 2%;
	font-weight: bold;}

#topics{
	text-align: left;
	border-bottom-left-radius: 20px;
 	border-bottom-right-radius: 20px;
 	padding: 20px;
 	margin: 0 0 50px;
 	background-color: #fff;}
	#topics p{
		margin: 0;
		padding: 0.5% 2%;
		}
		#topics p span{
			padding-right: 10px;
			font-weight: bold;}
		#topics a{
			color: #d50b00;
		}

#news{
	width: 1000px;
	margin:0 auto;
	padding-top: 60px;

	}

.title1{
	width: 100%;
	text-align: center;
	padding: 3px 0;
	background-color: #353535;
	color: #fff;
	font-size: 140%;
	border-top-left-radius: 20px;
 	border-top-right-radius: 20px;
	}


#top{
	width:1000px;
	margin:0 auto;
	margin-top:0px;}
	#top #twitter{
		width:500px;
		float:right;}
	#top #insta{
		position:relative;
		width:450px;
		height: auto;
		float:left;
		background-color:#fff;
		border-radius: 4px; 
   		-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
		border:1px solid #ebebeb;}
		#top #insta p{
			font-weight:bold;
			border-bottom:1px solid #ebebeb;
			font-size:16px;
			font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
			padding:10px;
			text-align:left;
			margin-bottom:10px;}
			#top #insta p a{
				color:#000;
				text-decoration:none;
				font-weight:bold;}
				#top #insta p a:hover{
					text-decoration:underline;}
			#top #insta #followme{
				position:absolute;
				right:15px;
				top:12px;}

#bn{
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 390px;
}


.content{
	padding: 70px 0;
	width: 100%;}

h2{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 130%;}


.box{
	width: 1000px;
	margin: 0 auto;}



.topbtn{
	text-align: center;
	margin:0;
	position: absolute;
	top:120px;
	right: 20px;
}
.topbtn a img{
	width:130px;
	margin-bottom: 10px;
}


/*about*/

#about{
	width:90%;
	margin:0 auto;}

	#about .outline{
		background-color: #fff;
		padding: 60px 0;
		text-align: center;
		font-size: 100%;
		border-radius: 20px;
		border-bottom: solid 5px #ff392e;
	}

	#about .eventtitle{
		font-size: 200%;
		line-height: 1;
	}

	
	#about .outline table{
		text-align: left;
		margin:0 auto;
		width:auto;
		font-size: 100%;
	}

	#about .outline table tr{
		border-bottom:2px dotted #000;
		line-height: 1.2;
	}

	#about .outline table th,#about .outline table td{
		padding: 15px 20px;
		font-weight: bold;
	}

	#about .outline table td .hour{
		font-size: 70%
	}


	#about .att{
		text-align: center;
		font-size:11px;}

	#about .att2{
		text-align: center;
		margin-top:20px;
		font-size:80%;}


	#about .icon_new{
		position: absolute;
		font-size: 60%;
		left:0px;
		top:4px;
		background-color: #ff392e;
		color: #fff;
		padding: 3px 5px;
		border-radius: 30px;
	}

	#icon_final a , #icon_final a:after , #icon_final a:before , #icon_final a span {
	  content:"";
	  width:40px;
	  height:40px;
	  background-color:#ff392e;
	  position:absolute;
	  top:0px;
	}
	#icon_final , #icon_final a , #icon_final a:after , #icon_final a:before {
	  -webkit-transform: rotate(22.5deg);
	  -moz-transform: rotate(22.5deg);
	}
	#icon_final a span {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  text-align: center;
	  z-index: 999;
	  line-height: 40px;
	  color: #fff;
	}
	#icon_final {
	  position:relative;
	  width:40px;
	  height:40px;
	  background-color:#000;
	  margin:20px 0 0 20px ;
	  position: absolute;
		font-size: 70%;
		left:477px;
		top:-4px;
		background-color: #ff59ad;
		color: #fff;
	}


#partner{
	text-align: center;
	background-color: #fff;
	margin: auto;}
	#partner img{
		width: 150px;
		margin:10px 0px;}




/*ARTIST*/


 /*アコーディオン*/

#artistlist{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width:1000px;
}

.featherlight-sample {
	display: none;
}

#acMenu dt{
display:block;
width:450px;
height:auto;
line-height:1.1;
text-align:center;
cursor:pointer;
margin:20px auto 0 auto;
}
#acMenu dt img{
	width:100%;
}
#acMenu dt .name{
	font-size: 160%;
	background-color: #000;
	color: #fff;
	padding: 15px 0;
	border-bottom: 2px solid #fff;}
#acMenu dt .name .att{
	text-align: center;
}

#acMenu dt a{
	text-decoration: none;
}

#acMenu dd{
background:#fff;
width:450px;
height:auto;
line-height:1.5;
display:none;
margin:0 auto; 
border-bottom: 5px solid #000;
}
#acMenu dd p{
padding: 5%;
}

.featherlight-sample{
	font-size: 80%;
	width:800px;}

.ent8{
  display: block;
  position: absolute;
  top:65px;
  left:5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1B7FBE;
  text-align:center;
  line-height: 50px;
  font-size: 110%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.ent9{
  display: block;
  position: absolute;
  top:65px;
  left:5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F19DB5;
  text-align:center;
  line-height: 50px;
  font-size: 110%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.ent9_2{
  display: block;
  position: absolute;
  top:65px;
  left:60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F19DB5;
  text-align:center;
  line-height: 50px;
  font-size: 110%;
  font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
  pointer-events: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.andmore{
	font-size: 250%;
	text-align: center;
	margin: 30px 0 0 0;}


/*TIME TABLE*/

#timetable{
	text-align: center;
	}

#timetable #tt1,#timetable #tt2{
	width:40%;
	display: inline;
	margin:0 20px;}

#m10 .att{
	font-size: 80%;
	text-align: center;
	margin-top:30px;
	}


/*TICKET*/

.tickettitle{
	font-size: 140%;}

.tickettitle2{
	font-size: 140%;
	background-color: #d50b00;
	color: #fff;
	border-radius: 50px;
	line-height: 1.5;
	padding: 10px 0;
}

.btn{
	display: block;
	border-radius: 100px;
	color: #fff;
	padding: 6px;
	width:380px;
	text-decoration: none;
	margin: 10px auto 50px auto;
	border:3px solid #fff;
	font-size: 130%;

}

#ticketabout{
	width:750px;
	margin:30px auto;

}

#ticketabout .outline{
	font-family: 'webkeifont';
}

.soldout{
	color: #ff0000;
	border:2px solid #ff0000;
	padding: 2px;
	}



/*SPECIAL*/

#m06 #stp_box h4{
	font-size: 110%;
	line-height: 1.5;
	border-bottom: 5px dotted #000;
	width:100%;
	margin:30px auto 10px auto;
	text-align: left;
	font-weight: bold;}

#m06 #stp_box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	}

#m06 .stp{
	width:45%;
	}
#m06 .att{
	font-size: 80%;
	text-align: left;
	width:100%;
	display: block;
}
#m06 .stp img{
	width:100%;
	border-radius: 10px;
}

#m06 .kikan{
	font-size: 90%;
}

#m06 iframe{
	width: 780px;
    height: 660px;
    margin: 0 auto;
    display: block;
}


/*GOODS*/
/*GOODS*/
#m07 #goodslist{
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}

#m07 #goodslist img{
	width: 45%;
	margin:1%;
  height: auto;
}

#m07 .att{
	margin-bottom: 40px;
	display: block;
}

/*NOTICE*/
#m09 .att{
	font-size: 90%;
	width:90%;
	margin:0 auto;
	}

#m09 .big{
	font-size: 150%;
	}



/*access*/

h4{
	font-size: 150%;
	border-bottom: 5px dotted #000;
	width:800px;
	margin:30px auto 30px auto;
	text-align: left;}

.access_text{
	text-align: left;
	font-size: 80%;
	width:800px;
	margin:20px auto 80px;
}





/*go top*/
#gotop{
	position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 900;}

#archives{
	background-color: #5f320b;
	color: #fff;
	font-size: 13px;
	position: relative;}
	#archives div{
		width: 1000px;
		margin: 0 auto;
		text-align: right;}
		#archives div a{
			color:#fff;}
	#archives #alltop{
		position: absolute;
		width: 200px;
		left: 50%;
		top: 0;
		margin-left:-600px;}

#footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px;}
	#footer #flink{
		margin:15px 0;}
		#footer #flink a{
			color: #fff;
			display: block;}


div#email a{
	text-align:center;
	display:block;
	width:400px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#ffffff;
	background-color:#e5006e;
	margin:30px auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

 

  	div#contacttext{
  	padding-left: 100px;
  	width: 500px;
  	text-align: left;
  	margin:0 auto;}


  #rect{
	position: absolute;
	z-index: 0;
	top:95px;
	left: 50%;
	margin-left: 320px;}

	#rect img{
		width: 190px;}

  #rect_g{
	position: absolute;
	z-index: 0;
	top:110px;
	left: 50%;
	margin-left: 200px;}
        
	#rect_g img{
		width: 200px;}


		  #u-next1{
  	position: relative;
  }

  #u-next1 #imgend{
  	position: absolute;
  	top:-20px;
  	left:70px;
  }


   #about .outline table#winner{
  	width:80%;
  }

   #about .outline table#winner tr{
   	border:none;
   } 

  #about .outline table#winner th{

  	border:1px solid #000;
  	width:50%;
  	text-align: center;
  	background-color: #75ba40;
  	color: #fff;
  	font-size: 110%;
  }

  #about .outline table#winner td{
  	border:1px solid #000;
  	font-size:90%;
  }

  .end{
  	width: 730px;
  	margin:0 auto;
	font-family: 'webkeifont';
	font-size: 120%;
	background: #fff;
	border: 10px solid #ff77b8;
	background-color: #fff0f7;
	}

	.end span{
		font-size: 240%;
		color: #df3586;
	}

	.end a{
		color: #df3586;
	}


  }
  


/*アコーディオン*/

.accordion-001 {
    max-width: 95%;
    background-color: #ffffff;
    margin: 0 auto;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #d50b00;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-size: 80%;
    font-weight: normal;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}


.airmail {
	width: 84%;
	padding:2%;
	color: red;
	margin: 0 auto;
	border: 16px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box,
	repeating-linear-gradient(-45deg, #F44336 0, #F44336 12.5%, transparent 0 , transparent 25%, #2196F3 0, #2196F3 37.5%, transparent 0 , transparent 50%) 0 / 5em 5em;
}