@charset "utf-8";
/*index*/
html,body {
	color:#0a1432;
	margin:0;
}
#container {
	margin:0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#FFF;
	margin:0 auto 0;
	height: auto;
	box-shadow: 0 0 20px 0 #0a1432;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
}
#menu nav#nav {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#menu nav#nav ul {
	text-align: center;
	display: table;
	margin:5px auto 5px;
}
#menu nav#nav ul li {
	display: inline-block;
	margin:0 25px 0 0;
	font-size:16px;
	line-height:26px;
	vertical-align: middle;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#0a1432;
	vertical-align: middle;
}
#menu nav#nav ul li a:hover {
	text-decoration:none;
}
#menu nav#nav ul li.txt {
	margin-top:3px;
}
#menu nav#nav ul li.txt a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
#menu nav#nav ul li.txt a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#menu nav#nav ul li.txt a:hover:before, 
#menu nav#nav ul li.txt a:focus:before, 
#menu nav#nav ul li.txt a:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#menu nav#nav ul li.txt a i {
	font-size:10px;
	line-height:26px;
	margin:0 5px 0 0;
	vertical-align: middle;
}
#menu nav#nav ul li.icon {
	margin:0 10px 0 0;
	font-size:26px;
	line-height:26px;
}
#menu nav#nav ul li.facebook {
	margin-left:0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}
#menu nav#nav ul.mini {
	margin-top:0;
	margin-bottom:10px;
}
#menu nav#nav ul.mini li {
	margin:0 5px 0 0;
	font-size:12px;
	line-height:26px;
	background: #ff281e;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* Firefox用 */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#menu nav#nav ul.mini li:hover {
	background: #80140f;
}
#menu nav#nav ul.mini li a {
	color:#0a1432;
	padding:0 10px;
}

/*#foot-sp-menu*/
#foot-sp-menu{
	display:none;
}

/*#body*/
#container{
	width:100%;
	height:auto;
}
#body #sp-index{
	display:none;
}
#body .float{
	width:1000px;
	height:auto;
	margin:0 auto;
}
#body article#index-main{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body article#index-main section.pc-index{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body article#index-main section.pc-index section.title{
	margin:0 auto;
	height: 60vh;
	min-height: 660px;
	max-width: 100%;
	background:#000 url(../img/index_bg.jpg) center top;
	background-size: cover;
}

#body article#index-main section.pc-index section.title section.float{
	position:relative;
}

/* #body article#index-main section.pc-index section.title h1.tit_cinebizcafe{
	position: absolute;
	top: 110px;
	right: 100px;
} */
#body article#index-main section.pc-index section.title h1.tit_workshop{
	position: absolute;
	top: 140px;
	left: 100px;
}
#body article#index-main section.pc-index section.title h2.tit_meeting{
	position: absolute;
	top: 140px;
	right: 100px;
}

/* #body article#index-main section.pc-index section.title h2.tit_meeting{
	position: absolute;
	top: 450px;
	right: 20px;
} */


#body article#index-main section.release{
	margin:0 auto;
	padding:20px 0;
}
#body article#index-main section.release h2{
	font-family: 'Fredoka One', cursive;
	font-size:34px;
	text-align: center;
	margin:0 0 30px 0;
	letter-spacing: 4px;
}

.line-date{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f7d50f 0%) repeat scroll 0 0;
}

#body article#index-main section.release h2 small{
	font-size:24px;
}
#body article#index-main section.release p{
	margin:10px 0 0 0;
	text-align:center;
	font-size:10px;
}

/* ボタン全体 */
.flowbtn7{
font-family:'Arial',sans-serif;
border-radius:50%;
position:relative;
display:inline-block;
width:56px;
height:55px;
font-size:34px;
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:40px;	
line-height:56px;
z-index:1;
position:relative;
left:0.6px;
bottom:0.4px;	
}
/* Instagram紫グラデ背景 */
.insta_btn7{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn7:before{
content: '';
position:absolute;
top:27px;
left:-12px;
width:65px;
height:36px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* ボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
/* padding-right:16px;	*/
width:400px;
margin:0 0 0 300px;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center;
}
/* ボタンにマウスを乗せた時
.flowbtn7:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
} */


/*#socialmedia*/
#socialmedia{
	margin:5px auto 0;
	padding:10px 0;
}
#socialmedia ul{
	width:auto;
	text-align:center;
}
#socialmedia ul li{
	display: inline-block;
	margin:0 5px 0;
}
#socialmedia ul li span{
	vertical-align: baseline !important;
}
.fb-like iframe {
    max-width: none !important;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:0 auto;
	width:205px;
	height:45px;
}
#socialmedia ul.share-btn li{
	display:block;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	font-size:10px;
	width:100px;
	height:40px;
	line-height:1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#socialmedia ul.share-btn li a{
	color:#FFF;
	text-decoration:none;
}
#socialmedia ul.share-btn li a:hover{
	text-decoration:none;
}
#socialmedia ul.share-btn li i{
	display:block;
	font-size:18px;
	font-style:normal;
	margin:6px 0 0 0;
}
#socialmedia ul.share-btn li.twitter{
	background:#45B0E3;
}
#socialmedia ul.share-btn li.twitter:hover {
	background-color:#7DD5FF;
}
#socialmedia ul.share-btn li.facebook{
	background:#39599F;
	margin-right:0;
}
#socialmedia ul.share-btn li.facebook:hover {
	background-color:#447BEE;
}
#socialmedia ul.share-btn li.line{
	display:none;
	background:#12C712;
	margin-right:0;
}
#socialmedia ul.share-btn li.line:hover {
	background-color:#4BF84B;
}
#socialmedia ul.share-btn li,
#socialmedia ul.share-btn li::before,
#socialmedia ul.share-btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#socialmedia ul.buttons{
	margin:5px auto 0;
}
#socialmedia ul.buttons li iframe{
	height:20px !important;
}

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

/*#index-about*/
/*#cinebizcafe*/
#body #index-about #cinebizcafe{
	padding:70px 0;
	text-align:center;
}

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

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

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

#body #index-about #cinebizcafe .txt.review p.name{
	margin:0 0 10px;
	font-size:18px;
	font-weight:800;
	line-height: 1.6;
}

.line{
	border-bottom: solid 5px #38d5f9;
}
.line-gr{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #acef92 0%) repeat scroll 0 0;
}


#body #index-about #cinebizcafe .txt.review{
	margin:0 auto;
	width: 850px;
	height: auto;
}
#body #index-about #cinebizcafe .txt.review p{
	margin:0 0 30px;
	font-size:16px;
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: normal;
	line-height: 1.8;
}

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

#body #index-about #cinebizcafe .table dt{
margin: 20px 0 0 0;
border-bottom: solid 1px #BDBBBB;
padding-bottom: 5px;
font-weight: 800;
}

#body #index-about #cinebizcafe .table dd{
margin: 0 0 5px 0;
line-height: 1.8;
}


#body #index-about #cinebizcafe small{
	font-size:12px;
}

#body #index-about #cinebizcafe figure{
	width: 100%;
	margin:0 0 20px;
	padding:0;
}

#body #index-about #cinebizcafe figure img{
	margin:30px 0 30px 0;
}

.button {
  display: inline-block; 
  color: #fff!important;
  background: #38d5f9;
  padding: 35px 100px;
  text-decoration: none;
	border-radius: 5px;
	border: 2px solid #38d5f9;
	font-size:20px;
	font-weight: 800;
	margin: 30px 0;
	text-decoration: none!important;
}

/*#index-about*/
/*#workshop*/
#body #index-about #workshop{
	padding:70px 0;
	text-align:center;
}

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

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

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

#body #index-about #workshop .txt.review p.name{
	margin:0 0 10px;
	font-size:18px;
	font-weight:800;
	line-height: 1.6;
}

.line{
	border-bottom: solid 5px #38d5f9;
}
.line-gr{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #acef92 0%) repeat scroll 0 0;
}


#body #index-about #workshop .txt.review{
	margin:0 auto;
	width: 850px;
	height: auto;
}
#body #index-about #workshop .txt.review p{
	margin:0 0 30px;
	font-size:16px;
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: normal;
	line-height: 1.8;
}

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

#body #index-about #workshop .table dt{
margin: 20px 0 0 0;
border-bottom: solid 1px #BDBBBB;
padding-bottom: 5px;
font-weight: 800;
}

#body #index-about #workshop .table dd{
margin: 0 0 5px 0;
line-height: 1.8;
}


#body #index-about #workshop small{
	font-size:12px;
}

#body #index-about #workshop figure{
	width: 100%;
	margin:0 0 20px;
	padding:0;
}

#body #index-about #workshop figure img{
	margin:30px 0 0 0;
}

/*#index-about*/
/*#meeting*/
#body #index-about #meeting{
	padding:70px 0;
	text-align:center;
	/*background: #E4E2E2;*/
	background: #FFF;
}

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

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

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

#body #index-about #meeting .txt.review p.name{
	margin:0 0 10px;
	font-size:18px;
	font-weight:800;
	line-height: 1.6;
}

.line{
	border-bottom: solid 5px #38d5f9;
}
.line-gr{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #acef92 0%) repeat scroll 0 0;
}


#body #index-about #meeting .txt.review{
	margin:0 auto;
	width: 850px;
	height: auto;
}
#body #index-about #meeting .txt.review p{
	margin:0 0 30px;
	font-size:16px;
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ', Meiryo,'Verdana', sans-serif;
	font-weight: normal;
	line-height: 1.8;
}

#body #index-about #meeting .table{
	margin:50px auto;
	width: 850px;
	height: auto;
	font-size:16px;
}

#body #index-about #meeting .table dt{
margin: 20px 0 0 0;
border-bottom: solid 1px #BDBBBB;
padding-bottom: 5px;
font-weight: 800;
}

#body #index-about #meeting .table dd{
margin: 0 0 5px 0;
line-height: 1.8;
}






/*#index-about*/
/*.credit*/
#body #index-about .credit{
	background:#FFF;
	margin:0;
	padding:0;
}
#body #index-about .credit figure{
	width: 100%;
	margin:0 0 20px;
	padding:0;
}
#body #index-about .credit figure img{
	width: 100%;
	height: auto;
}
#body #index-about .credit p{
	margin:0 auto 15px;
	width:90%;
	font-size:12px;
	text-align:center;
	color: #0a1432;
}
#body #index-about .credit p.en{
	font-size:8px;
	margin-bottom: 0;
}
#body #index-about .credit img{
	margin:0 auto;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 400px;
width: 100%;
}

/*uplink*/
#uplink{
	background:#FFF url(../img/index_bg_foot.jpg) center bottom no-repeat;
	margin:0 0 0 0;
	padding:20px 0 ;
	width:100%;
}
body.index #uplink{
	margin:0 0 0 0;
}
#uplink h1{
	margin:0 auto;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:1000px;
	text-align:center;
}
#uplink ul li{
	display:inline;
	margin:0 10px 0 0;
}
#uplink ul li.last{
	margin-right:0;
}
#uplink ul li a{
	font-size:30px;
	color:#000;
}

/*sp-br*/

br.sp-br {
	display: none;
}

/*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:1000px;
	text-align:center;
}
body.second #container #menu #second-h1 img {
	width:150px;
	height:auto;
	margin-top:10px;
}

/*archive*/
#body article#index-main section.pc-index section.archive-title{
	margin:0 auto;
	height: 20vh;
	min-height: 250px;
	max-width: 100%;
	background:#000 url(../img/index_bg.jpg) center top;
	background-size: cover;
	text-align: center;
}

#body article#index-main section.pc-index section.archive-title h1{
	margin:0 auto;
	padding: 100px 0 0 0;
	font-weight: 800;
	font-size:58px;
	color:#FFF;
	text-align: center;
}

#body article#index-main section.pc-index section.archive-title h1.tit_workshop{
	position: absolute;
	top: 110px;
	left: 100px;
}
#body article#index-main section.pc-index section.archive-title h1.tit_cinebizcafe{
	position: absolute;
	top: 110px;
	right: 100px;
}
#body article#index-main section.pc-index section.archive-title h2.tit_meeting{
	position: absolute;
	top: 450px;
	right: 20px;
}


