@charset "UTF-8";
/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*----------------------------------------------------------------------------
	reset 
----------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

ul, ol {
	list-style-type: none;
}

em, strong, th, address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img, object, embed {
	border: 0;
	vertical-align: top;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

p:last-child {
	margin-bottom:0 !important;
}

/*----------------------------------------------------------------------------
	linkColor 
----------------------------------------------------------------------------*/
a {
	color: #FF7F00;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html, body {
	overflow-x: hidden;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

body {
	position: relative;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#14170F;
	font-weight: 400;
	line-height: 1.5;
	word-break: break-all;
	background: #EAE1CD;
	border-top:20px solid #14170F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.smp {
	display: none;
}
	
.sec {
	padding:24px;
	width:490px;
  color:#14170F;
	background:#FAF8F3;
}

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
main {
	/*overflow:hidden;*/
	margin:0 auto 30px auto;
	padding-top:30px;
	width:1000px;
}
article {
	/*overflow:hidden;*/
	position:relative;
}
article:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

section {
	float:left;
	margin-bottom:20px;
	width:490px;
	opacity:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.open section {
	opacity:1;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}


#btn_live {
	position:fixed;
	top: 40px;
	right: -160px;
	z-index:9999;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
#btn_live.active {
	right: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
	#btn_live span {
		display:block;
		padding-right:5px;
		font-size:90%;
		color:#FF0000;
		text-align:right;
	}


#logoArea {
}
	#logoArea h1 {
    position:relative;
    z-index: -1;
		margin:0 auto;
		width:320px;
    height:300px;
		text-align:center;
	}
	#logoArea ul {
		text-align:center;
	}
		#logoArea li {
			display:inline-block;
			margin:0 3px;
			width:31px;
		}


.scheduleArea {
}

.scheduleArea.instaArc {
    overflow: auto;
    /*height: 315px;*/
}
    /*.sb_instagram_header {display:none !important}*/



#aboutArea {
}
	#aboutArea h2 {
		margin-bottom:10px;
        padding:10px;
        font-size:135%;
        color:#FFF;
        line-height:1;
        font-weight:bold;
        background:#000;
	}
	#aboutArea p {
		margin-bottom:20px;
	}



.entryArea {
}
	.entryArea .img {
        margin-bottom:10px;
	}
        .entryArea .img img {
            width:100%;
            height:auto;
        }
	.entryArea .ttl {
        padding:10px;
        font-size:100%;
        line-height:1;
        font-weight:bold;
        color:#FAF8F3;
        background:#14170F;
	}
	.entryArea div {
        padding:10px;
	}
        .entryArea div p {
            margin-bottom:15px;
        }
        .entryArea div p:last-child {
            margin-bottom:0;
        }
	.entryArea .date {
        padding:10px 0 0 0;
        color:#999;
        text-align:right;
	}



#instagramArea {
	position:absolute;
	left:510px;
	top:0;
}
	#instagramArea p {
		display:none;
		position: absolute;
		top: 303px;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width:30%;
		z-index:9999;
	}



#archiveArea {
}
	#archiveArea > div {
		overflow:hidden;
	}
	#archiveArea div div {
		overflow:hidden;
		float:left;
		width:49%;
		height:290px;
	}
	#archiveArea div div:last-child {
		float:right;
	}
	
	#archiveArea p {
		display:block;
		margin-top:10px;
		width:100%;
		text-align:center;
	}
		#archiveArea p a {
			display:inline-block;
			padding:10px 50px;
			color: #14170F;
			text-decoration: none;
			background:#FAF8F3;
			border:2px solid #EEE;
			border-radius:20px;
		}
		#archiveArea p a:hover {
			opacity:0.5;
		}


main iframe {margin-bottom:0 !important;min-width:auto !important;width:100%;border:0 !important;}

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
footer {
	padding: 15px 0;
	width: 100%;
	color:#FFF;
	text-align: center;
	background: #14170F;
}
	footer .copyright {
		line-height:1;
	}







.ib-container section{
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		filter 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		filter 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		filter 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		filter 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		filter 0.4s ease-in-out;

}
/* Hover Style for all the items: blur, scale down*/
.ib-container section.blur{
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: filter scale(0.98);
	opacity: 0.8 !important;
    -ms-filter: blur(6px);
    filter: blur(6px);
}

/* Hover Style for single item: scale up */
.ib-container section.active{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 100;	
	opacity: 1;
}

