@charset "UTF-8";
/*-----------------------------------------
/*
/* モバイル用 layout
/*
/*----------------------------------------*/

@media screen and (max-width: 870px) {
	/* nav */
	#global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		padding:0 10px;
	}
}

@media screen and (max-width: 768px) {
		
	/* nav */
	#global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		padding:0 10px;
	}

	/* fixed */
	/*
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		padding-top: 10px;
		height: 100px;
		background: #fff;
		background: rgba(255,255,255,.7);
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
		z-index: 999;
	}
	#top-head.fixed .logo {
		width:30%;
		text-align:left;
		margin-left:10px;
	}
	#top-head.fixed #global-nav {
		position: absolute;
		bottom: 0;
		left: 160px;
		margin-left: 0;
	}
	#top-head.fixed #global-nav ul li a {
		color: #333;
		margin: 0;
		padding: 0 5px;
	}*/
}

@media screen and (max-width: 767px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		z-index: 999;
	}
	#top-head .inner {
		height: 0;
		padding-top: 0;
	}
	#top-head .logo {
		position: absolute;
		left: 15px;
		top: 5px;
		color: #333;
		font-size: 26px;
	}
	#top-head .logo img{
		width:100px;
		margin: 0;
		padding: 0;
	}
	
	/* Fixed reset */
	#top-head.fixed {
		height: 75px;
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 75px;
		z-index: 999;
		position: relative;
	}
	/*#top-head.fixed .logo{
		position: absolute;
		left: 10px;
		top: 10px;
		color: #333;
		font-size: 26px;
	}*/
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #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: 14px;
	}
	#global-nav ul li {
			float: none;
			position: static;
	}
	#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(556px);
			-webkit-transform: translateY(556px);
			transform: translateY(556px);
	}
	
	/* block 
	/*---------------------------------------*/
	/* bnr-link */
	.bnr-link{
		padding:50px 0;
	}
	.bnr-link ul li{
		float: left;
		width:50%;
		margin-bottom: 30px;
	}
	
	/* kv
	/*---------------------------------------*/
	.kv{
		width: 100%;
		height: 100px;
		margin-top: 75px;
	}

}
