html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
body{
	display:none;
	width:100%;
	height:100%;
	min-width:1050px;
	margin:0px;
	padding:0px;
	background-color:rgba(0, 0, 0, 0.9);
	overflow:hidden;
}
/*ヘッダ*/
.header-background{
	position:fixed;
	height:40px;
	width:100%;
	box-shadow: 0px 0px 20px #282828;
	background-color:white;
	background-color:rgba(255, 255, 255, 0.6);
	overflow:hidden;
	z-index:999999;
}
.line{
	display:block;
	-webkit-transform:rotate(-140deg);
	-moz-transform:rotate(-140deg);
	-ms-transform:rotate(-140deg);
	-o-transform:rotate(-140deg);
	transform:rotate(-140deg);
	height:20px;
	width:150px;
	overflow:hidden;
	margin:-10px 0px 0px -46px ;
	padding:0px 0px 0px 0px;
	float:left;
	background:#FF0000;
	text-align:left;
}
#header{
	position:absolute;
	height:30px;
	width:100%;
	font-size:13.72px;
	line-height:30px;
	margin:5px  0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:white;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.88);
	/*box-shadow: 0px 0px 13px #282828;*/
	z-index:1004;
}
#logo-a{
	display:block;
	background-image:url("http://www.kabk.jp/img/logowhite.png");
	background-size:contain;
	margin-top:-33px;
	margin-left:-3px;
	width:110px;
	height:110px;
	white-space:nowrap;
	float:left;
}
.alink{
	font-family:'Jomin','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:rgba(255, 255, 255, 0.7);
	float:left;
	margin:0px 17px 0px 1px;
	text-decoration:none;
	cursor:default;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;
}
.alink:link{
	color:rgba(255, 255, 255, 0.7);
	cursor:pointer;
}
.alink:visited{
	color:rgba(255, 255, 255, 0.7);
}
.alink:active{
	color:rgba(255, 255, 255, 0.7);
}
.alink:hover{
	color:white;
	text-shadow:0px 0px 20px #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;
}
#shamei{
	float:right;
	margin:0px 15px 0px 0px;
	vertical-align:middle;
}
.shameilink{
	font-family:'Jomin','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:rgba(255, 255, 255, 0.7);
	float:right;
	margin:0px 0px 0px 18px;
	text-decoration:none;
	cursor:default;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;
}
.shameilink:link{
	color:rgba(255, 255, 255, 0.7);
	cursor:pointer;
}
.shameilink:visited{
	color:rgba(255, 255, 255, 0.7);
}
.shameilink:active{
	color:rgba(255, 255, 255, 0.7);
}
.shameilink:hover{
	color:white;
	text-shadow:0px 0px 20px #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;
}
/*ヘッダ*/

/*英文社名*/
.companyname_en{
	display:none;
	position:relative;
	top:47px;
	left:0px;
	padding:5px 18px 6px;
	font-family: 'Keania One', cursive;
	letter-spacing:-1px;
	color:white;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	line-height:48px;
	font-size:20px;
	transition:1s all;
	cursor:default;
	z-index:5000;
}
.companyname_en:hover{
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
}
.companyname_en.collapsed{
	transform:rotateX(360deg);
	transform-style:preserve3d;
}	
/*英文社名*/

/*和文社名*/
.companyname_kana{
	position:relative;
	width:14em;
	top:1px;
/*	top:27px;*/
	left:-2px;
	/*padding:8px 19px;*/
	font-family:'UDTypos515','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing:-1px;
	color:white;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	/*line-height:18px;
	font-size:18px;*/
	transition:1s all;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	cursor:default;
	z-index:5000;
	/*tilting*/
	padding:5px 5px 5px 40px;
	border:0px solid rgba(255, 0, 0, 0);
	border-right:5px solid rgba(255, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.7);
	line-height:25px;
	font-size:20px;
	/*tilting*/
}
.companyname_kana:hover{
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
}
.companyname_kana.collapsed{
	/*transform:rotateX(360deg);*/
	transform-style:preserve3d;
}	
/*和文社名*/

/*////////////////メニューリスト////////////////*/
.topmenu{
	position:absolute;
	top:42px;
}
.menu{
	position:relative;
	white-space: nowrap;
	top:33px;
	left:20px;
	height:310px;
	width:650px;
	transition:2.5s;
	z-index:5000;
}
.menu-list{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	font-family:'Teko','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	text-align:left;
	line-height:35px;
	font-size:35px;
}
.menu-list li{
	opacity:1;
	margin:0px 0px 32px;
	letter-spacing:0px;
	transition:1s all;
	cursor:pointer;
	z-index:10004;
}
.menu-list li a{
	padding:7px 15px 0px;
	text-decoration:none;
	color:rgba(255, 255, 255, 1);
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	border:0px solid rgba(255, 0, 0, 0);
	border-left:5px solid rgba(255, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.7);
	box-sizing:border-box;
	transition:1s all;
}
.menu-list li a:link{
	color:rgba(255, 255, 255, 0.9);
}
.menu-list li a:visited{
	color:rgba(255, 255, 255, 0.9);
}
.menu-list li a:active{
	color:rgba(255, 255, 255, 0.9);
}
.menu-list li a:hover{
	color:rgba(255, 0, 0, 0.7);
	text-shadow:0px 0px 50px #FFFFFF;
	border:0px solid rgba(255, 255, 255, 0);
	border-left:5px solid rgba(255, 255, 255, 1);
	/*-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;*/
}
.menu-list li a.collapsed:hover{
	transform:rotateX(360deg);
	border:1px solid rgba(255, 255, 255, 1);
	border-left:5px solid rgba(255, 255, 255, 1);
}
.menu-list li.collapsed{
	transform:rotateX(360deg);
	transform-style:preserve3d;
	transition-delay:0s;
}
.menu-list li.collapsed:hover{
	transform:rotateX(360deg);
	transform-style:preserve3d;
	transition:1s all;
	transition-delay:0s;
}	
.menu-list li.collapsed:nth-child(1){
	transition-delay:0.2s;
}
.menu-list li.collapsed:hover:nth-child(1){
	transition-delay:0s;
}
.menu-list li.collapsed:nth-child(2){
	transition-delay:0.4s;
}
.menu-list li.collapsed:hover:nth-child(2){
	transition-delay:0s;
}
.menu-list li.collapsed:nth-child(3){
	transition-delay:0.6s;
}
.menu-list li.collapsed:hover:nth-child(3){
	transition-delay:0s;
}
.menu-list li.collapsed:nth-child(4){
	transition-delay:0.8s;
}
.menu-list li.collapsed:hover:nth-child(4){
	transition-delay:0s;
}
.menu-list li.collapsed:nth-child(5){
	transition-delay:1s;
}
.menu-list li.collapsed:hover:nth-child(5){
	transition-delay:0s;
}
/*メニューリスト子要素*/
.menu-list li ul{
	/*display:none;*/
	position:absolute;
	display:none;
	font-size:25px;
	margin:-35px 0 0 170px;
	list-style:none;
}
.menu-list li ul li{
	position:absolute;
	margin:0px;
}
.menu-list li ul li:nth-child(1){
	margin:0px;
	z-index:10003;
}
.menu-list li ul li:nth-child(2){
	margin:0px;
	z-index:10002;
}
.menu-list li ul li:nth-child(3){
	margin:0px;
	z-index:10001;
}
/*メニューリスト子要素*/
/*////////////////メニューリスト////////////////*/

/*////////////////フリップカード////////////////*/
.card_outer{
	width: 300px;
	height: 300px;
	margin: 0 auto;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.card_inner{
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .4s;
	transition: .4s;
}
.front, .back{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.front{
	background-color:rgba(0, 0, 0, 0.5);
	text-align:center;
	border:5px solid rgba(255, 0, 0, 0.7);
}
.back{
	background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.card_outer:hover .card_inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*////////////////フリップカード////////////////*/

.front h1{
	font-family:'Teko','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding:0;
	height:1em;
	width:300px;
	text-transform:uppercase;
	line-height:58px;
	font-size:55px;
	text-decoration:none;
	color:rgba(255, 255, 255, 1);
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	transition:1s all;
}
.back h1{
	font-family:'Teko','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding:0;
	height:1em;
	width:300px;
	text-transform:uppercase;
	line-height:58px;
	font-size:55px;
	text-decoration:none;
	color:rgba(255, 255, 255, 1);
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	transition:1s all;
}



/*////////////////ロゴマーク////////////////*/
.logotype{
	width:625px;
	height:100px;
/*	width:625px;
	height:100px;*/
	position:relative;
	left:-35px;
	top:0px;
	transition:1s all;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index:1002;
}
.logo{
	width:180px;
	height:180px;
	position:fixed;
	left:5px;
	bottom:25px;
	transition:1s all;
	z-index:4999;
}
.logo.collapsed{
	opacity:0;
	transform:rotateX(720deg);
	transform-style:preserve3d;
}	
/*////////////////ロゴマーク////////////////*/

/*////////////////プロモーション表示メニュー点滅////////////////*/
@-webkit-keyframes blink {
from {
	opacity:0.5;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
}
to {
	opacity:1;
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
}
}
.menu-list li span{
	-webkit-animation-name: blink;/* keyframe名 */
	-webkit-animation-duration: 0.7s;/* アニメーションにかける時間 */
	-webkit-animation-iteration-count:infinite;/*infiniteで無限ループ */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
	text-decoration:none;
}
@-webkit-keyframes selectedblink {
from {
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
}
to {
	text-shadow:0px 0px 10px rgba(255, 0, 0, 1);
}
}
.menu-list li.selected span{
	-webkit-animation-name: selectedblink;/* keyframe名 */
	-webkit-animation-duration: 0.7s;/* アニメーションにかける時間 */
	-webkit-animation-iteration-count:infinite;/*infiniteで無限ループ */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
	text-decoration:none;
}
.menu-list li.collapsed span{
	-webkit-animation:none;
	text-decoration:none;
}
.menu-list li span:hover{
	-webkit-animation:none;
	text-decoration:none;
}
/*////////////////プロモーション表示メニュー点滅////////////////*/

/*////////////////プロモーション表示メニュー選択中////////////////*/
.menu-list li.selected span{
	color:rgba(255, 0, 0, 0.8);
	text-shadow:0px 0px 10px rgba(255, 0, 0, 1);
}
/*////////////////プロモーション表示メニュー選択中////////////////*/

/*////////////////プロモーションセクション////////////////*/
.promotion{
	position:absolute;
	top:47px;
	right:8px;
	margin:5px 0 0 0;
	padding:0;
	width:600px;
	font-family:'UDTypos515','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing:-3px;
	color:white;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	line-height:18px;
	font-size:18px;
	cursor:default;
	z-index:4999;
}
.promotion h1{
	float:right;
	margin:0;
	padding:0;
	line-height:55px;
	font-size:50px;
	transition:1s all;
}
.promotion h1:hover{
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
	transition:1s all;
}
.promotion h4{
	float:right;
	margin:8px 40px 0 250px;
	padding:5px 10px;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	border:0px solid rgba(255, 0, 0, 0);
	border-right:5px solid rgba(255, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.7);
	letter-spacing:-2px;
	line-height:25px;
	font-size:20px;
	transition:1s all;
}
.promotion h4:hover{
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
	transition:1s all;
}
.promotion .pbox{
	float:right;
	margin:8px 40px 0 0;
	padding:5px 10px;
	width:380px;
	height:50%;
	background-color:rgba(0, 0, 0, 0.4);
	overflow:auto;
}
.pbox h5{
	float:left;
	margin:0;
	padding:5px 10px;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	border:0px solid rgba(255, 0, 0, 0);
	border-left:5px solid rgba(255, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.7);
	line-height:25px;
	font-size:18px;
	letter-spacing:-1px;
	transition:1s all;
}
.pbox p{
	float:left;
	margin:5px 0 0 0;
	padding:0;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
	letter-spacing:-1px;
	line-height:25px;
	font-size:15px;
}
/*ウェブデザイニングセクション*/
.web_designing{
	display:none;
}
/*ウェブデザイニングセクション*/

/*DTPデザイニングセクション*/
.dtp_designing{
	display:none;
}
/*名刺*/
.meishi{
	float:left;
	margin:5px 0 0 0;
	border:5px solid rgba(0, 0, 0, 0.5);
	width:250px;
	height:151px;
	cursor:pointer;
	transition:1s all;
}
.meishi:hover{
	box-shadow:0px 0px 20px rgba(255, 255, 255, 1);
}
/*名刺*/
/*DTPデザイニングセクション*/

/*ウェブブランディングセクション*/
.web_branding{
	display:none;
}
/*ウェブブランディングセクション*/

/*マーチャンダイジングセクション*/
.merchandising{
	display:none;
}
/*マーチャンダイジングセクション*/

/*ウェブマーケティングセクション*/
.web_marketing{
	display:none;
}
/*ウェブマーケティングセクション*/
/*////////////////プロモーションセクション////////////////*/

/*////////////////google+////////////////*/
.googleplus{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding:0;
	width:300px;
	height:390px;
	z-index:10;
}
/*////////////////google+////////////////*/
.copyright{
	font-family:'Keania One', sans-serif;
	font-size:12px;
	color:white;
	bottom:8px;
	right:8px;
	position:fixed;
}
/*vegas timer*/
.vegas-timer-progress.another{
	background:#FF0000;
}
/*vegas timer*/
@media only screen and (max-device-width:480px) {

}
@media only screen and (min-device-width:768px) and (max-device-width:960px) {
	
}