@charset "utf-8";
/* CSS Document */

/* ナビゲーション 表示 */
/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 25px 0 0;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #FFFFFF;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
	margin: 0 2%;
}

#top-head .inner:after {
	content: "";
	clear: both;
	display: block;
}

#top-head .logo {
	float: left;
}

#top-head .log-img-tp  {
	height:  40px;
	width:  auto;
}


/* Btn Hover */
#global-nav ul {
	float: right;
	position:  relative;
	display:  block;
	padding: 0 10px;
	font-size: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #aaa, #777);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));
	background: -o-linear-gradient(top, #aaa, #777);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -12px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
	background: #fff;
	bottom: 0px;
}


#global-nav ul li ul {
	padding: 0;
}

#global-nav li {
	list-style: none;
	float:  left;
	position:  relative;
}

#global-nav li a {
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	display: block;
	width: 100px;
	background: -moz-linear-gradient(top, #aaa, #777);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));
	background: -o-linear-gradient(top, #aaa, #777);
}


/* サブナビゲーション */
#global-nav li ul {
	display: none;
	position: absolute;
	font-size: 90%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#global-nav li ul li {
	float: none;
}
#global-nav li ul li a {
	background: #999;
}
#global-nav li ul li:last-child a {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}
*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

#logo {
	position: fixed;
	top: 3px;
	right: 3px;
	z-index:  5;
}
#logo img  {
	width:  240px;
	height:  auto;
}




/* BGイメージ タイトル */
.bg-title {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 115px;
	padding: 0 auto;
	line-height: 115px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	margin-bottom: 0.3em;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding: 10px 0;
	height: 40px;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;

}

#top-head.fixed #global-nav ul {
	padding:  15px 0 0;
	margin-top:  0;
	background:  none;
	box-shadow:0px 0px 0px 0px #000,0px 0px 0px 0px #000000;
	-moz-box-shadow:0px 0px 0px 0px #000,0px 0px 0px 0px #000000;
	-webkit-box-shadow:0px 0px 0px 0px #000,0px 0px 0px 0px #000000;
}

#top-head.fixed #global-nav ul li a {
	color: #FFFFFF;
	background:  none;
}

#top-head.fixed #global-nav ul li ul {
	padding:  3px 0;
	background:  #999;
}

#top-head.fixed #global-nav ul li ul li:hover {
	background:  #484848;
	color:  #CCC;
}


/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -3px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




/* PC タブレット 横(ランドスケープ)*/
@media only screen and (max-width: 1024px) {
.bg-title {
	font-size: 100px;
	line-height: 100px;
}

}


@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 96%;
		padding: 0;
	}

}


/* PC タブレット 縦(ポートレート)//スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:840px){
#logo {
	position: fixed;
	top: 55px;
	right:  10px;
}

#logo img  {
	width:  180px;
	height:  auto;
}

.bg-title {
	font-size: 80px
	line-height: 80px;
}

#top-head .logo {
	width:  35%;
}

#top-head .log-img-tp  {
	width:  100%;
	height:  auto;
}

#global-nav ul {
	width:  60%;
}

#global-nav .tab {
	width:  23%;
}

#global-nav ul li ul li a {
	width:  120%;
}

}


@media screen and (max-width: 640px) {
	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
	}

	#top-head .log-img-tp,
	#top-head.fixed .log-img-tp  {
		width:  210px;
		height:  auto;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(550px);
		-webkit-transform: translateY(550px);
		transform: translateY(550px);
	}


 
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.bg-title {
	font-size: 60px;
	line-height: 60px;
}

#nav {
	width: 88%;
}


}


