@charset "UTF-8";

@font-face {
	font-family: 'idm';
 	src:  url('./fonts/idm.eot?9fl8sc');
	src:  url('./fonts/idm.eot?9fl8sc#iefix') format('embedded-opentype'),
		url('./fonts/idm.ttf?9fl8sc') format('truetype'),
    	url('./fonts/idm.woff?9fl8sc') format('woff'),
    	url('./fonts/idm.svg?9fl8sc#idm') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="idn-"], [class*=" idn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'idm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*@font-face {
	font-family: 'idm_htxt';
  	src: url('./font/idomu2.oft') format('opentype');
	src: url("./font/idomu2.woff2") format('woff2'),
       url("./font/idomu2.woff") format('woff');
}*/

body{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size:1.1em;*/

}

h1{
	display:inline-block;
	overflow:hidden;
}
h1 span{
	display:none;
}

#header ul,
header h2,
.content h3,
.gallery > article{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

header h2{
	letter-spacing:0.25em;
}


#menuBtn{
	display:none;
	overflow:hidden;
	width:50px;
	height:50px;
	float:right;
}

#menuBtn > a{
	display:block;
	overflow:hidden;
	width:50px;
	height:50px;
	line-height:50px;
	color:#39454b;
	text-decoration:none;


}
#menuBtn > a:after{
  /*font-family: 'idm' !important;*/
  content:"\e5d3";
  font-size:42px;
  text-align:center;
}

#menuBtn > a.close:after{
  /*font-family: 'idm' !important;*/
  content:"\e5cf";
}

#menuBtn a > span{
	display:none;
}


#header nav ul li a{
	/*border:1px solid #ffffff;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

#header nav ul li a:hover{
	/*border:1px solid #cccccc;*/
	background-color:#dddddd;
}


/*a.cBox{
	pointer-events:none;
	color:#cccccc!important;
	position:relative;
}
a.cBox:before{
	content:"coming soon";
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
	color:#ff0000;
}*/

.content h3{
	text-align: center;
	font-size:1.2em;
	margin-bottom: 0.5em;
}

.content > p{
	text-align:left;
}

.fullscreen{
	min-width:1024px!important;
}

.box {
    background:rgba(255,255,255,0.75)
}

/*Background*/
/* Intro */

	/*#intro {
		background: url("../images/top/intro_front.png"), url("../images/top/intro_rear.png"), url("../images/top/intro_back.png");
		background-size: contain,contain,cover;
		background-attachment: fixed, fixed, fixed;
		background-position:left bottom, right top, 50% top;
		background-repeat: no-repeat, no-repeat, no-repeat;
	}*/
	#intro {
		background: url("../images/top/top.png");
		background-size: contain;
		background-attachment: fixed;
		background-position:50% 50%;
		background-repeat: no-repeat;
	}

	@media screen and (max-width: 736px) {

		#intro {
			background: url("../images/top/top_sp.png");
			background-size: contain;
			background-attachment: fixed;
			background-position:left 50%;
			background-repeat: no-repeat;
		}

		#intro footer{
			display:none;
		}

	}



/*イントロ*/
#intro > .content{
	display:block;
	overflow:hidden;
	width:100%;
	height: 100%;
	/*max-width:1024px;
	margin: 0 auto;*/
	text-align:left;
	position:absolute;
	bottom:0;
	/*background-color: #cccccc;*/
}

#intro footer{
	position:absolute;
	bottom:0;
	right:0;
}

#topImg{
	/*display:inline-block;
	overflow:hidden;*/
	width:auto;
	height:calc(100% - 3em);
	position:fixed;
	top:0;
	left:0;
}

/*TOPICS*/
#topics{
	display:none;
	overflow:hidden;
	width:300px;
	height:100%;
	padding:1em;
	text-align:left;
	font-size: 16px;
	line-height:145%;
	color:#39454b;
	border-left:2px solid #98c593;;
	background-color:rgba(255,255,255,0.75);
	position:absolute;
	top: 0;
	right:0;
}



/*問い合わせ
#contact{
	background-color: #ded8c9;
}
#contact .box{
    background:rgba(255,255,255,0.9);
    border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
}
*/

/*メッセージ*/
#two > .content {
    width: 100%;
}

#two h2{
	color:#ffffff;
}

.gallery{
	width:100%;
}
.gallery > article{
	padding:0 0.5em;
}

.gallery > article > p{
	display:block;
	overflow:hidden;
	/*min-width:400px;*/
	background-color:rgba(255,255,255,0.9);
	padding:1em;
	text-align:left;
	min-height: 12em;
	position:relative;
}

.gallery > article > p > .auther{
	display:inline-block;
	overflow:hidden;
	font-weight:bold;
	/*color:#e52a77;*/
	position: absolute;
	bottom:1em;
	right:1em;

}

/*クレジット*/
#work{
	background-color: #fcf4dd;
}

dl.castData{
	display:block;
	overflow:hidden;
}

dl.castData dt{
	font-weight:bold;
}

dl.castData dd{
	margin-bottom: 1em;
}



/*自主上映案内*/
body.noload:before{
	content:none;
}

#contentBox{
	display:block;
	overflow:hidden;
	padding:2em;
	color:#333333;
	margin:0 auto;
}

#screening header > h2{
	text-align:center;
}

#screening header > h3{
	font-size:1.3em;
	text-align:center;
}
#screening section{
	margin:1em 0;
	border-top:2px dotted #cccccc;
	padding-top: 1em;
}

dl.mgList{
	/**/
}


dl.mgList > dt{
	font-weight:bold;
}

dl.mgList > dd{
	margin-left: 1em;
	margin-bottom: 1em;
}

a.dlBtn{
	display:block;
	overflow:hidden;
	width:300px;
	margin:0.5em auto;
	padding:5px 1em;
	color: #ffffff;
	background-color:#39454b;
	text-align:center;
	text-decoration:none;

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;

	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

a.dlBtn:hover{
	color:#39454b;
	/*background-color:#98c593;*/
	background-color:#dddddd;
}

ul.dotList{
	list-style-type:disc;
}

ul.dotList > li{
	margin-left: 2em;
}

.sp{
	display:none;
}




/*****************************************/

@media screen and (max-width: 736px) {

	.fullscreen{
		min-width:320px!important;
	}

	#header h1 img{
		width:auto;
		height:30px;
		margin-left: 10px;
		margin-top:10px;
	}
	#header nav{
		display:none;
		width:100%;
		position: absolute;
	    right: auto;
	    top: 50px;
	    height: auto;
	    line-height: 150%;
	    background-color:#98c593;
	}

	#menuBtn{
		display:block;
	}
	#header nav ul li {
	    display:block;
	    margin-left: 0;
	    font-size: 1em;
	    border-bottom:1px solid #ffffff;
	}
	#header nav ul li a {
	    border: none;
	    border-radius: 0;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	}

	#topImg{
		display:none;
	}
	/*
	#topImg{
		width:100%;
		height:auto;
		position:auto;
		top:auto;
		left:auto;
	}
	#topImg > img{
		width:100%;
		height:auto;
	}
	*/

	.gallery > article{
		width:100%;
	}
	.gallery > article > p{
		min-height:auto;
	}



	.sp{
		display:block;
	}

}

#ftNavi > ul a{
    font-size:1.0rem!important;
}

address{
	font-size:0.8rem!important;
}
