@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;
}

/*----------------------------------------------------------------------------
	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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pc {
	display: none;
}
	
.sec {
	margin-left:auto;
	margin-right:auto;
	padding:4.4vw;
	max-width:768px;
	width:95%;
  color:#14170F;
	background:#FAF8F3;
	
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
    transition-delay: 250ms;
}
.js-fade.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 250ms;
}

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
main {
	overflow:hidden;
	margin:0 auto 10px auto;
	padding:20px 0 0 0;
	width:100%;
}		
	main img {
		width:100%;
	}


article {
	height:auto !important;
}

section {
	position: relative !important;
	left: auto !important;
	top: auto !important;
}


#logoArea {
}
	#logoArea h1 {
		margin:0 auto;
		width:60%;
		text-align:center;
	}
	#logoArea ul {
		margin:0 auto 20px auto;
		text-align:center;
	}
		#logoArea li {
			display:inline-block;
			margin:0 3px;
			width:5.8vw;
		}


#btn_live {
overflow:hidden;
	position:fixed;
	bottom: 10px;
	right: -35vw;
	width:35vw;
	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.active2 {
	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:8px;
		color:#FF0000;
		font-weight:bold;
		text-align:right;
		text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
	}
	/*#btn_live span {
		display:block;
		float:right;
		margin-top:3px;
		padding: 2px 4px 2px 8px;
		font-size:8px;
		color:#FF0000;
		line-height:1;
		text-align:right;
		background:rgba(255,255,255,0.9);
		border:1px solid #EEEEEE;
		border-radius:15px 0 0 15px;
	}*/



.scheduleArea {
	margin:0 auto 10px;
	max-width:768px;
	width: 95%;
}
	.scheduleArea p {
		display:none;
		position: absolute;
		top: 61vw;
		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:35%;
		z-index:9999;
	}
	.scheduleArea iframe {
		width:100% !important;
        max-width:100% !important;
	}


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



#aboutArea {
	margin-bottom:10px;
}
	#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 {
	margin-bottom:10px;
}
	.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 {
	margin:0 auto 10px;
	max-width:768px;
	width: 95%;
}
	#instagramArea iframe {
		width:100% !important;
        max-width:100% !important;
	}



#archiveArea {
	margin:0 auto 10px;
	max-width:768px;
	width: 95%;
}
	#archiveArea > div {
		overflow:hidden;
	}
	#archiveArea div div {
		overflow:hidden;
		float:left;
		width:49%;
		height:57vw;
	}
	#archiveArea div div:last-child {
		float:right;
	}
	
	#archiveArea p {
		display:block;
		margin-top:2vw;
		width:100%;
		text-align:center;
	}
		#archiveArea p a {
			display:inline-block;
			padding:6px 27px;
			color: #14170F;
			text-decoration: none;
			background:#FAF8F3;
			border:2px solid #EEE;
			border-radius:20px;
		}



#itemArea {
	margin:0 auto 10px;
	max-width:768px;
	width: 95%;
}

main iframe {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;
	}


