@charset "utf-8";
body {
	margin    : 0;
	padding   : 0;
	text-align: left; /* IE センタリング */
	font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W6, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* PC */
::selection {  background: none repeat scroll 0 0 #DCDCDC;  text-shadow: none;}
::-moz-selection {  background: none repeat scroll 0 0 #DCDCDC; text-shadow: none;}
a::selection { background: none repeat scroll 0 0 #DCDCDC; text-shadow: none;}
a::-moz-selection { background: none repeat scroll 0 0 #DCDCDC; text-shadow: none;}

/*-----------------------------------------------
	Link Color
	Common setting
-------------------------------------------------*/

a:link ,a:visited { color: #797979; }
header a:link ,header a:visited { color: #ffffff; }

/*===============================================
    
    Size setting

===============================================*/
/* 共通 */
header,main,footer {
	width: 100%;
}

.toppage main {
	margin:  0 0 135px 0;
	padding: 0;
}

main{
	margin: a auto;
	text-align: center;
	padding: 60px 0;
}

	.tablet	{
		display: none;
	}

/*===============================================
    
    Common Class

===============================================*/
.sp{
	display: none!important;
}

.wrap-all{
	overflow: hidden;
	width: 100%;
}
.wrap {
	width: 100%;
	margin: 0 auto;
}

.bgBlack {
	background:#1C1C1C;
	opacity: .96;
}

.more {
	text-align: center;
	background:#1C1C1C;
	width: 30%;
	margin: 0 auto;
}

.more a {
	display:block;
	width: 100%;
	height: 100%;
	padding: 12px 0;
	line-height:1;
	color: #ffffff;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	font-weight: 100;	
}


/*-----------------------------------------------
	Header Setting
-------------------------------------------------*/
#spGlobalNavi{
	display: none;
}
.siteTitle {
	margin: 20px 0;
	float: left;
}

.fixed {
	position: fix;
	top: 0;
	left: 0;
}

#GlobalNavi .siteTitle{
	margin: 2px 0 2px 20px;
}

#GlobalNavi ul{
	width: 600px;
	margin: 0;
	padding: 0;
	float:right;
	font-size: 0.8em;
	font-weight: 100;
	letter-spacing: 0.1em;
	font-family: 'Assistant', sans-serif;
}

#GlobalNavi ul li{
	width : 120px;
	box-sizing:border-box;
	float: left;
	text-align:center;
	border-left: #2A2A2A 1px solid;
}

#GlobalNavi ul li a{
	padding: 25px 0;	
}

.gNaviEffect li a {
	display: block;
	transition: .3s;
	padding: 20px 0;
}

.gNaviEffect:hover li a {
	opacity: .3;
}
.gNaviEffect li a:hover {
	opacity: 1;
}

#scroolGlobalNavi {
	width: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 10px;
	font-family: 'Assistant', sans-serif;
	font-weight: 200;
	z-index: 999;
}

#scroolGlobalNavi .siteTitle {
	margin: 0px;
	height: 100%;
	float: left;
	border-right: #2A2A2A 1px solid;
}

#scroolGlobalNavi .siteTitle h1 {
	margin: 12px 20px;
}

#scroolGlobalNavi ul{
	width: 400px;
	height: 53px;
	margin: 0 20px 0 0;
	line-height: 1;
	/*text-align:center; /*内包要素をinlineに変更すること*/
	float:right;
	font-size: 10.5px;
	letter-spacing: 0.1em;
	box-sizing: content-box;
}

#scroolGlobalNavi ul li{
	width : 80px;
	box-sizing:border-box;
	float: left;
	text-align:center;
}
/*-----------------------------------------------
	Top page
-----------------------------------------------*/

.toppage section {
	text-align:center;
	margin-bottom: 90px;
}

.toppage section .description {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.7;
}

.descriptionBox {
	z-index: 2;
	background: #ffffff;
	padding-top: 45px;
	box-sizing: content-box;
}

.visualArea {position: relative; overflow: hidden;}

.visualArea  video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.visualArea{
	height: 500px;
}

.visualArea h2 {
	width: 40%;
	height: 50px;
	margin: 0 30%;
	padding: 225px 0;
	color: #ffffff;
	text-align:center;
	font-size: 0.8em;
}

.visualArea h2 span{
	font-size: 4em;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	letter-spacing: 0.6em;
	margin-right: -0.6em;
	line-height: 1;
	vertical-align: central;
}

#toppageVisual {
	position: relative;
	height:520px;
	background: url(/image/mv-bg.jpg) #1C1C1C center center / cover no-repeat;
}

.mvCopy {
	position:absolute;
	top: 240px;
	left: 50%;
	margin-left: -213px;
}

.fixed {
	position: absolute;
	top: 0;
	left: 0;
}
/*-----------------------------------------------
	page Setting
-------------------------------------------------*/
/*
#LowMV {
	height: 160px;
}

#LowMV h2{
	text-align: left;
	padding: 60px 0;
	margin: 0;
}*/


.mv-pages{
	height: 200px;
	width: 100%;
	background: black;
	color: #fff;
	position: relative;
}
.mv-pages span{
	position: absolute;/*縦横の大きさが決まっていない要素の上下中央揃え*/
	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: 'Teko', sans-serif;
	font-size: 2em;
}
.page-recruit{ background:url(/image/mp4/warp.png) center center no-repeat; background-size: cover; }
.page-company{ background:url(/image/mp4/blackhole.png) center center no-repeat; background-size: cover; }
.page-contact{ background:url(/image/mp4/rocket.png) center center no-repeat; background-size: cover; }
.page-works{ background:url(/image/mp4/planet.png) center center no-repeat; background-size: cover; }
.page-recruit span,.page-company span{ color: black!important;}

/* 会社情報 */
/* body class="company"
-------------------------------------------------*/
.industrialInfo dl {
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.industrialInfo dl dt {
	float:left;
	clear: left;
	margin: 0 0 4px 0;
	padding: 8px 0;
	width: 160px;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: #cccccc 1px solid;
	
}
.industrialInfo dl dd {
	float: left;
	margin: 0 0 4px 40px;
	padding: 10px 0;
	width: 600px;
}

#map {
	width: 100%;
	height:350px;
}


/* 制作実績 */
/* body class="works"
-------------------------------------------------*/

.works h3 {
	font-size: 1.4em;
	margin: 0 0 30px 0;
	padding: 90px 0 0 0 ;
}

.worksCategory{
	width: 100%;
}

.worksCategory li{
	float: left;
	width:12.5%;
	text-align: center;
	border-left: #999999 1px solid;
	box-sizing: border-box;
}

.worksCategory li a{
	display: block;
	width: 100%;
	padding: 21px 12px;
	box-sizing: border-box;
	color: #1D1D1D;
}

.worksCategory li.lines2 a{
	padding: 17px 12px;
	line-height: 1.1;
}

.worksList ul li {
	margin: 0 0 13px 0;
	width: 416px;
	height: 360px;
	/*background: #F90C39;*/
	float: left;
	
	box-sizing: border-box;
	color: white;
	text-align: center;
	position: relative;
	z-index: 0;
}

.worksList ul li:nth-child(even){
	margin-left: 13px;
}

.worksList .more {
	position: absolute;
	bottom: 40px;
	left: 25%;
	width: 50%;
}

.worksList article {
	width:  100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(25,25,25,0.9));
	background: -o-linear-gradient(rgba(255,255,255,0.3), rgba(25,25,25,0.9));
	background: linear-gradient(rgba(255,255,255,0.3), rgba(25,25,25,0.9)); /* Firefox用 */   /* Opera */ /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#55505050', endColorstr='#ff181818', GradientType=0)"; /* IE8用 */		
}

.worksContents .worksTtl{
	margin: 0 0 16px 0;
	padding-top: 40%;
	font-size: 1.6em;
	line-height: 1.2;
}

.worksContents .worksArea{
	font-size: .9em;
}
/*
.sankon {background: url(/image/works/01_event/sankon.jpg) center center  / cover no-repeat;}
.garifes {background: url(/image/works/01_event/garifes.jpg) center center  / cover no-repeat;}
.awapa {background: url(/image/works/01_event/awapaKagawa.jpg) center center  / cover no-repeat;}
.sanshoku {background: url(/image/works/01_event/sanshoku.jpg) center center  / cover no-repeat;}
.shishimai {background: url(/image/works/01_event/shishimai.jpg) center center  / cover no-repeat;}
.koikon {background: url(/image/works/01_event/koikon.jpg) center center  / cover no-repeat;}
.keitora {background: url(/image/works/01_event/keitora.jpg) center center  / cover no-repeat;}
.sakaideShimin {background: url(/image/works/01_event/sakaideShiminCollage.jpg) center center  / cover no-repeat;}
.bellCity {background: url(/image/works/01_event/bellcity.jpg) center center  / cover no-repeat;}


/*グラフィック*/
/*
.iura{background: url(/image/works/02_gd/iura.jpg) center center  / cover no-repeat;}
.shinko{background: url(/image/works/02_gd/shinko.jpg) center center  / cover no-repeat;}
.seibo{background: url(/image/works/02_gd/seiboGanka.jpg) center center  / cover no-repeat;}
.nikko{background: url(/image/works/02_gd/nikko-koyo.jpg) center center  / cover no-repeat;}

/*プロダクト*/
/*
.pazzlocks{background: url(/image/works/03_pd/pazzrock.jpg) center center  / cover no-repeat;}

/*店舗デザイン*/
/*
.marutatsu{background: url(/image/works/04_sd/marutatsu.jpg) center center  / cover no-repeat;}
.ondoru{background: url(/image/works/04_sd/ondol.jpg) center center  / cover no-repeat;}
.takos {background: url(/image/works/04_sd/takos.jpg) center center  / cover no-repeat;}

/*Web*/
/*
.awapaWeb{background: url(/image/works/05_web/wapaWeb.jpg) center center  / cover no-repeat;}
.setokon{background: url(/image/works/05_web/setokon.jpg) center center  / cover no-repeat;}

/*商品開発*/
/*
.ninnniku {background: url(/image/works/06_pd/ninniurask.jpg) center center  / cover no-repeat;}

/*式典運営*/
/*
.kodomokenmin{background: url(/image/works/07_cm/kodomokenmin.jpg) center center  / cover no-repeat;}
.kadaiIgaku{background: url(/image/works/07_cm/kadaiIgaku.jpg) center center  / cover no-repeat;}
.kadaiGraduate{background: url(/image/works/07_cm/kadaiGraduate.jpg) center center  / cover no-repeat;}

/*会場設営*/
/*
.kokkashiken{background: url(/image/works/08_su/kokkashiken.jpg) center center  / cover no-repeat;}
.kenshu{background: url(/image/works/08_su/kensyu.jpg) center center  / cover no-repeat;}
.rotally{background: url(/image/works/08_su/rotally.jpg) center center  / cover no-repeat;}

/*-----------------------------------------------
	Bread Crumb Setting
-------------------------------------------------*/
/* パンくずリスト */

.breadCrumbList {
	background: #cccccc;
	margin: 20px 0 40px 0;
	padding: 12px 6px;
}

.breadCrumbList ul{
	float: right;
	margin: 0 ;
}

.breadCrumbList ul li {
	float: left;
	margin: 0 8px 0 0;
}

/*-----------------------------------------------
	Page Setting
-------------------------------------------------*/


/*-----------------------------------------------
	footter
-------------------------------------------------*/
footer {
	border-top: 1px solid #E8E8E8;
}

#footerNavi {
	width: 600px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 0.7em;
	letter-spacing: .1em;
	font-family: 'Assistant', sans-serif;
	font-weight: 100;
}

#footerNavi li:first-child {
	border-left: 1px solid #E8E8E8;
}

#footerNavi li{
	float:left;
	box-sizing: border-box;
	width: 120px;
	text-align: center;
	border-right: 1px solid #E8E8E8;
}

address {
	display:block;
	text-align:center;
	background: #1C1C1C;
	padding: 30px 0;
	color: #ffffff;
	font-size: .7em;
	letter-spacing: .1em;
	font-family: 'Assistant', sans-serif;
	font-weight: lighter;
}

/*-----------------------------------------------
	pagetop
-------------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: 100px;
	right: 55px;
	display: block;
}
.pagetop a {
	display: block;
	text-align: center;
}

/*-----------------------------------------------
	modalWindow
------------------------------------------------*/

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:50%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

/*-----------------------------------------------
	overLayer
-------------------------------------------------*/
/*
.overLayer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*background: #2056E4;*/
/*
	background: url(/image/overlayer-bg.gif) repeat;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	display: block;
	position:absolute;
	top:0;
	left: 0;
	overflow: hidden;
	color:#ffffff;
}
.energyCount {
	margin: 20% 30%;
	height: 40%;
	width: 40%;
	/*background:#FF0004;*/
/*
	text-align:center;
	box-sizing:content-box;
}
.energy {
	margin:0;
	padding: 70px 0 0 0;
	height: 100px;
	line-height: 30px;
	font-size: 2em;
	/*background:#0C00FF;*/
/*
	box-sizing: border-box;
}
.percentage {
	height: 100px;
	line-height: 100px;
	font-size: 2em;
	margin: 0;
	box-sizing: border-box;
}
#lines {
	font-size: 3.5em;
}
