section{
	padding-bottom:40px;
}

ul{
	 -webkit-padding-start:0;
}
.neko_container{
  position:absolute;
  padding:0;
  width:100%;
  height:100%;

	z-index:-2;
	font-family:'Noto JP', serif;

}

#mainvisual{
	position:absolute;
	z-index:-9999;
}

.neko_main{
	position:fixed;
	height:100vh;
}

#event{
	background-color:#FFF;
	width:50vw;
	float:right;
	overflow-y: scroll;
	z-index:9999;
}

.event_inner{
	margin:0 auto;
	padding-left:9%;
	padding-right:9%;
}

.event_title_outer{
	text-align: center;
	max-width:350px;
	margin:auto;
}

.event_title{
	position:relative;
	margin-top:30px;
	width:80%;
}

.event_copy_outer{
	font-size: 1.1em;
	line-height:1.7;
	margin-top:30px;
	width:100%;
	text-align: center;
}

.event_copy{
	display: inline-block;
	margin:0;
	width:95%;
}

.event_subcopy_outer{
	font-family:'Noto sans JP', serif;
	font-size: 1em;
	line-height:1.7;
	margin-top:30px;
	width:100%;
}

.event_subcopy{
	display: inline-block;
	text-align: left;
	max-width:720px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0;
}

.date_time{
	list-style-type: none;
	text-align:center;
}

.event_date{
	display:inline-block;
	vertical-align: bottom;
	padding-top:60px;
}

.date{
	max-width:370px;
	width:100%;
}

.postponement{
	margin-top:20px;
	font-family:'Noto sans JP', serif;
	color:red;
	font-size:1em;
	padding:10px 10px 0px 10px;
	border:1px solid red ;
}

.notice{
	margin-top:20px;
	font-family:'Noto sans JP', serif;
	color:#253975;
	font-size:0.8em;
}

.organizer{
	margin-top:20px;
	font-family:'Noto sans JP', serif;
	font-size:0.8em;
}

#gallery_info{
	width:100%;
	height:auto;
	margin-top:120px;
}

#gallery_info li{
	width:100%;
}

.kai_logo{
	max-width:300px;
	margin-top:20px;
	padding-bottom:10px;
	width:100%;
}

.map_address{
	list-style-type: none;
	text-align:center;
	vertical-align: center;
	margin-top:-50px;
}

.address_tel{
	display: inline-block;
	font-size:1.1em;
	line-height:1.2;
}

.address{
	margin:5px;
}

.tel{
	padding:0;
}

.map{
	display: inline-block;
	max-width:400px;
	vertical-align: center;
	padding-left:15px;
	padding-right:15px;
}

.kai_map{
	width:100%;
}

.sponcer_outer{
	position: relative;
	width:100%;
}

.sponcer{
	max-width:630px;
	width:90%;
	margin-top:20px;
	padding-bottom:30px;
	margin:auto;
}

.sponcer p{
	font-size:.8em;
	display:inline-block;
	line-height: 0.8;
	margin:auto;
}

.sponcer_title_outer{
	margin-bottom:5px;
}

.sponcer_title{	
	text-align:center;
	padding:10px;
	width:100px;
	height:30px;
	border-radius: 5px;
	background-color:#ddd;
}

.profile_outer{
	width:100%;
	margin-bottom:50px;
}

.profile{
	padding-top:20px
}

.profile_border{
	border-top: 1px solid #8c8b8b;
	padding-bottom:20px;
}

.profile_inner li{
	display:inline-block;
	vertical-align: top;
	margin-bottom:30px;
	text-align:center;
}

.profile_name{
		width:190px;
		padding:5px;
}

.profile_ph{
	width:190px;
}

.works_pic{
	width:190px;
	margin-top:-24px;
}

.caption{
	font-family:'Noto sans JP', serif;
	font-size:0.8em;
	margin-top:15px;
	line-height: 1.7;
	text-align:initial;
}

.works{
	text-align:center;
	width:100%;
}



#sns{
	width:100%;
	text-align:center;
}

.sns_btn{
	display:inline-block;
	margin:0 auto;
	vertical-align: center
}

.twitter{
	float:left;
	line-height: 0;
}

.fb{
	float:left;
	margin-left:10px;
	line-height: 0;
}

@media only screen and (min-width: 850px){
.neko_main{
	position:fixed;
	height:100vw;
	top:-10%;
}
.date{
	width:360px;
}
}

@media only screen and (min-width: 1500px){
.works_inner{
	margin:0 auto;
	width:70%;
}
}

@media only screen and (max-height: 650px){
.neko_main{
	position:fixed;
	height:100vw;
	top:-10%;
}
}

@media only screen and (max-width: 720px){
.neko_main{
	position:fixed;
	width:100%;
	height:auto;
	top:-170px;
	z-index:9999;
}
#event{
	margin-top:70%;
	width:100%;
}
}