@charset "utf-8";
/*sp*/
body{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
img{
	width:100%;
    height: auto;
}
p{
	font-size: 14px;
	word-wrap: break-word;
}
.fixed {
	position: absolute;
	top: 0;
	width: auto;
	z-index: 10000;
}
.target{
	margin-top:-60px !important;
	padding-top:60px !important;
	/* display: inline-block !important;  required for webkit browsers */
	vertical-align: top !important;
}

/*menu*/
body.index #second-h1{
	display: block;
}
#second-h1 a.sp{
	display: block;
}
#second-h1 a.pc{
	display: none;
}
#second-h1{
	position: fixed;
	top:0;
	left:0;
	z-index:200;
	background-color: #FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	height: 50px;
	text-align:left;
	box-shadow: 0 0 5px 0 #333;
}
#second-h1 img,
body.second #container #menu #second-h1 img{
	width: auto;
	height:34px;
	margin:8px 0 0 5px;
}
#menu{
	position: fixed;
	top:0;
	left:0;
	height:auto;
	z-index:1000;
}
/*nav*/
#menu nav#nav{
	position: relative;
	display: none;
	margin:0 0 0 auto;
	top:0;
	left:0;
	width:100%;
	max-width:none;
	min-width:none;
	height:auto;
	display:block;
}
#menu nav#nav a.menu-btn{
	position: fixed;
	display: block;
	width:50px;
	height:50px;
	top:0;
	left:auto;
	right:0;
	z-index:1001;
}
#menu nav#nav:not(:target) > a:last-of-type.menu-btn {
	display: none;
}
#menu nav#nav:target > a:first-of-type.menu-btn {
	display: none;
}
#menu nav#nav ul{
	display: none;
	position: fixed;
	top:50px;
	left: auto;
	float:none;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav:target > ul{
	display: block;
}
#menu nav#nav ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#1c68b5;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	position: static;
	left: auto;
	float:none;
	border-top:#000 solid 1px;
	text-shadow: none;
}
#menu nav#nav ul li.none {
	display:none;
}
#menu nav#nav ul li small {
	font-size:10px;
}
#menu nav#nav ul li a {
	color:#FFF;
	margin:0 5%;
	display:block;
	width:95%;
}
#menu nav#nav ul li i {
	font-size:12px;
	margin:0 5px 0 0;
}
#menu nav#nav ul li.txt {
	margin-top:0;
}
#menu nav#nav ul li.icon {
	margin:0 0 0 0;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-shadow: none;
	float:left;
}
#menu nav#nav ul li.icon a span.sp{
	display: inline;
	font-size:10px;
}
#menu nav#nav ul li.icon i{
	font-size:18px;
}
#menu nav#nav ul li.facebook {
	width:34%;
	background:#3C56A2;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.twitter {
	width:33%;
	background:#00ABED;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.instagram {
	width:33%;
	background:#2F5F86;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul li.facebook a,
#menu nav#nav ul li.twitter a,
#menu nav#nav ul li.instagram a {
	display:block;
	color:#FFF;
	margin:0 10px;
	padding:0 0 0 0;
	height:30px;
	width:100%;
}
#menu nav#nav ul li a:hover{
     filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#menu nav#nav ul.mini {
	position: fixed;
	top:235px;
	left: auto;
	float:none;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu nav#nav ul.mini li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	position: static;
	left: auto;
	float:none;
	border-bottom:#FFF solid 1px;
	text-shadow: none;
	background: #FFD600;
	border-radius: 0;/* CSS3草案 */
	-webkit-border-radius: 0;/* Safari,Google Chrome用 */
	-moz-border-radius: 0;/* Firefox用 */
}
#menu nav#nav ul.mini li a {
	color:#000;
	padding:0 0 0 0;
}

/*#foot-sp-menu*/
nav#foot-sp-menu{
	display: block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#1c68b5;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	float:none;
	border-bottom:#FFF solid 1px;
	text-align:center;
}
nav#foot-sp-menu ul li.none {
	display:none;
}
nav#foot-sp-menu ul li small {
	font-size:10px;
}
nav#foot-sp-menu ul li a {
	color:#FFF;
	margin:0 0 0 0;
	display:block;
	width:100%;
}
nav#foot-sp-menu ul li i {
	font-size:14px;
	margin:0 10px 0 0;
}
nav#foot-sp-menu ul li.icon {
	margin:0 0 0 0;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-shadow: none;
	float:left;
	text-align:center;
}
nav#foot-sp-menu ul li.icon a span.sp{
	display: inline;
	font-size:10px;
	margin:0 0 0 0;
}
nav#foot-sp-menu ul li.facebook {
	width:34%;
	background:#3C56A2;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.twitter {
	width:33%;
	background:#00ABED;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.instagram {
	width:33%;
	background:#2F5F86;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
nav#foot-sp-menu ul li.facebook a,
nav#foot-sp-menu ul li.twitter a,
nav#foot-sp-menu ul li.instagram a {
	display:block;
	color:#FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:50px;
}
nav#foot-sp-menu ul li a:hover{
     filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
nav#foot-sp-menu ul.mini li {
	background: #1c68b5;
}
nav#foot-sp-menu ul.mini li a {
	color:#fff;
}

/*body.second #menu*/
body.second #menu{
	height: 50px;
}
body.second #second-h1{
	width:100%;
	margin:0 0 0 0;
}
body.second #menu nav#nav {
	width: auto;
	height: auto;
	padding:0 0 0 0;
	float:none;
}

/*#body*/
#body .float{
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
#body article#index-main section.pc-index{
	display: none;
}
#body{
	width:100%;
	height: auto;
}
#body .float{
	width:100%;
}
#body article#index-main #sp-index{
	display: block;
	margin:50px 0 0 0;
}

#body article#index-main #sp-index section.title{
	background:#000 url(../img/index_bg_sp.jpg) center top;
}

#body article#index-main #sp-index section.title h1.tit_cinebizcafe{
	margin:0 auto;
	width: 40%;
	height: auto;
	padding: 5px 0;
}
#body article#index-main #sp-index section.title h1.tit_workshop{
	margin:0 auto;
	width: 40%;
	height: auto;
}
#body article#index-main #sp-index section.title h2.tit_meeting{
	margin:0 auto;
	width: 30%;
	height: auto;
}

#body article#index-main section.release{
	margin:0;
}
#body article#index-main section.release h2{
	margin:0 3% 5px;
	font-size:20px;
	text-align:center;
}

#body article#index-main section.release h2 small{
	margin:0 0 5px;
	font-size:14px;
	text-align:left;
}
#body article#index-main section.release p{
	margin:0 3%;
	font-size:10px;
	text-align:left;
}

/* ボタン全体 */
.flowbtn7{
font-family:'Arial',sans-serif;
border-radius:50%;
position:relative;
display:inline-block;
width:56px;
height:55px;
font-size:22px;
line-height:58px;	
color: #fff!important;
text-decoration:none;
transition:.5s;
margin-bottom:14px;	
box-shadow:0 0 2px #888;	
}
/* Twitter */
.fl_tw7{
background:#55acee;
height:55px;			
}
/* Facebookアイコン背景*/
.fl_fb7{
background:#3b5998;
}
/* LINE@ */
.fl_li7{
background:#00c300;
font-size:38px;
line-height:65px;		
}
/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram{
font-size:22px;	
line-height:56px;
z-index:1;
position:relative;
left:0.6px;
bottom:0.4px;	
}
/* ボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
padding-right:16px;
margin:0 auto;
width:70%;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center;
}

/*#socialmedia*/
#socialmedia{
	width:100%;
	margin:15px 0;
}
#socialmedia ul{
	width:96%;
	height:auto;
	margin:0 2%;
}
#socialmedia ul li{
	line-height:2;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	width:100%;
	margin:0 0 10px 0;
}
#socialmedia ul.share-btn li{
	width:31.3%;
	margin:0 1%;
	font-size:8px;
}
#socialmedia ul.share-btn li.twitter{
	margin:0 1% 0 1%;
}
#socialmedia ul.share-btn li.facebook{
	margin:0 1% 0 1%;
}
#socialmedia ul.share-btn li.line{
	display: block;
	margin:0 0 0 1%;
}
#socialmedia ul.share-btn li.line:hover {
	background-color: #4BF84B;
}
#socialmedia .minibanner ul li{
	margin:0 0 10px 0;
	display: block;
	text-align:center;
}


/*#index-about*/
#body #index-about{
	margin:0 0 0 0;
}


/*#index-about*/
/*#cinebizcafe*/
/*#body #index-about #cinebizcafe{
	padding:50px 0;
}*/

#body #index-about #cinebizcafe h1{
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: 800;
	font-size:20px;
	text-align: center;
	margin:0 0 15px 0;
}

#body #index-about #cinebizcafe h2{
	font-size:16px;
	margin:0 0 15px 0;
	}
	
#body #index-about #cinebizcafe h3{
	font-size:16px;
	text-align: left;
}

#body #index-about #cinebizcafe .txt{
	margin:0 3% 30px;
	width:94%;
}

#body #index-about #cinebizcafe .txt.review{
	margin:0 auto;
	width: 92%;
	height: auto;
}
#body #index-about #cinebizcafe .txt.review p{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}

#body #index-about #cinebizcafe .table{
	margin:0 auto;
	width: 92%;
	height: auto;
	font-size:14px;
}

#body #index-about #cinebizcafe .txt.review p.name{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}

#body #index-about #cinebizcafe figure{
	width:94%;
	margin:10px 3%;
}

#body #index-about #cinebizcafe figure img.pc{
	display: none;
}
#body #index-about #cinebizcafe figure img.sp{
	display: block;
}
#body #index-about #cinebizcafe figure img.sp.s{
	width:80%;
	margin:30px auto;
}

#body #index-about #cinebizcafe .movieimg-l{
	width: 100%;
	margin: 25px 0 0 0;
	float: none;
}


#body #index-about #cinebizcafe figure img{
	width:90%;
	height:auto;
	display: block;
	margin:0 5%;
}

.button {
  padding: 25px 70px;
	font-size:18px;
	font-weight: 800;
	margin: 30px 0;
}


/*#index-about*/
/*#workshop*/
#body #index-about #workshop{
	padding:50px 0;
}

#body #index-about #workshop h1{
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: 800;
	font-size:20px;
	text-align: center;
	margin:0 0 15px 0;
}

#body #index-about #workshop h2{
	font-size:16px;
	margin:0 0 15px 0;
	}
	
#body #index-about #workshop h3{
	font-size:16px;
	text-align: left;
}

#body #index-about #workshop .txt{
	margin:0 3% 30px;
	width:94%;
}

#body #index-about #workshop .txt.review{
	margin:0 auto;
	width: 92%;
	height: auto;
}
#body #index-about #workshop .txt.review p{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}

#body #index-about #workshop .table{
	margin:0 auto;
	width: 92%;
	height: auto;
	font-size:14px;
}

#body #index-about #workshop .txt.review p.name{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}

#body #index-about #workshop figure{
	width:94%;
	margin:10px 3%;
}

#body #index-about #workshop figure img.pc{
	display: none;
}
#body #index-about #workshop figure img.sp{
	display: block;
}
#body #index-about #workshop figure img.sp.s{
	width:80%;
	margin:30px auto;
}

#body #index-about #workshop .movieimg-l{
	width: 100%;
	margin: 25px 0 0 0;
	float: none;
}


#body #index-about #workshop figure img{
	width:90%;
	height:auto;
	display: block;
	margin:0 5%;
}


/*#index-about*/
/*#meeting*/
#body #index-about #meeting{
	padding:50px 0;
}

#body #index-about #meeting h1{
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: 800;
	font-size:24px;
	text-align: center;
	margin:0 0 15px 0;
}

#body #index-about #meeting h2{
	font-size:18px;
	margin:0 0 15px 0;
	text-align: left;
	}

#body #index-about #meeting h2 br{
	display: none;
	}
	
#body #index-about #meeting h3{
	font-size:16px;
	text-align: left;
}

#body #index-about #meeting .txt{
	margin:0 3% 30px;
	width:94%;
}

#body #index-about #meeting .txt.review{
	margin:0 auto;
	width: 92%;
	height: auto;
}
#body #index-about #meeting .txt.review p{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}

#body #index-about #meeting .table{
	margin:0 auto;
	width: 92%;
	height: auto;
	font-size:14px;
}

#body #index-about #meeting .txt.review p.name{
	margin:0 0 10px;
	font-size:14px;
	text-align: left;
	line-height: 1.6;
}



/*#index-about*/
/*.credit*/
#body #index-about .credit{
	padding:0 0 0 0;
}
#body #index-about .credit p{
	margin:0 1%;
	padding: 0 0 20px;
	width:98%;
	font-size:10px;
}
#body #index-about .credit p.en{
	font-size:10px;
}
#body #index-about .credit img{
	margin:0 auto;
	width: 50%;
}

/*uplink*/
#uplink{
	background-size: 150%;
}
#uplink h1{
	width:100%;
}
#uplink ul{
	width:100%;
	height:auto;
}
#uplink ul li a{
	font-size:30px;
}

/*second*/
body.second #container #menu {
	margin:0 auto;
	height: auto;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:0 0 0 0;
	width:100%;
	text-align:left;
}

/*sp-br*/

br.sp-br {
	display:block;
}

/*archive*/

#body article#index-main #sp-index section.archive-title{
	background:#000 url("../img/index_bg_sp_archive.jpg") center top;
	margin:0 auto;
	height: 10vh;
	min-height: 60px;
}

#body article#index-main #sp-index section.archive-title h1{
	font-size:24px;
	color: #FFF;
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#body #index-about #cinebizcafe{
	padding:0 0;
}

