@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

.sp {
	display: none;
}

/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	color: #000;
	min-width: 960px;
	font-size: 13px;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	transition: .2s;
}
a:hover {
	color: #000;
}
a img,
input[type=submit],
input[type=image] {
	transition: .2s;
}

a:hover img {
	opacity: .7;
}
a:hover .rollover {
	opacity: 1;
}

header {
	position: relative;
	z-index: 10;
}

h1 {
	position: absolute;
	left: 50px;
	top: 30px;
}
h1 a {
	display: block;
	width: 240px;
	height: 64px;
	background: url(../img/sp/logo2.png) no-repeat;
	background-size: 100%;
	text-indent: -1000000px;
}

nav {
	position: absolute;
	top: 50px;
	right: 26px;
	display: table;
}
nav li{
	display: table-cell;
	padding-right: 24px;
	vertical-align: top;
}
nav li img {
	display: block;
}
nav li.current img {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

#translucent{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	background-size: cover;
}

#container {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}

.copyright {
	position: fixed;
	bottom: 14px;
	right: 30px;
}


/* ++++++++++++++++++++++++++++++++++++++++

	for SP
	
++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	body {
		min-width: 100%;
		font-size: 12px;
		font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	}

	#bg {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/sp/bg.jpg) center top no-repeat;
		background-size: 100% auto;
	}
	
	#container {
		position: relative;
		top: 5%;
		left: auto;
		min-height: 100%;
	}

	h1 {
		position: relative;
		left: 0;
		top: 0;
		padding-top: 8%;
		margin-left: 7%;
		width: 56.25%;
	}
	h1 a {
		display: block;
		padding-top: 25%;
		width: 100%;
		height: 0;
		background-size: 100%;
		text-indent: -1000000px;
	}
	
	nav.pc {
		display: none;
	}
	
	#spMenu {
		display: block;
		position: absolute;
		top: 21px;
		right: 21px;
		width: 20px;
		height: 20px;
		background: url(../img/sp/btn_menu.png) no-repeat;
		background-size: 100%;
		transition: none;
	}
	#spMenu.on {
		top: 9px;
		right: 10px;
		width: 44px;
		height: 44px;
		background: url(../img/sp/btn_menu_on.png) no-repeat;
		background-size: 100%;
	}
	
	nav.sp {
		top: 60px;
		right: 10px;
	}
	nav.sp ul {
		float: right;
		width: 50%;
	}
	nav.sp li {
		display: block;
		padding: 0;
		margin-bottom: 5px;
		text-align: right;
	}
	nav.sp li img {
		width: 100%;
	}
	
	.copyright {
		position: relative;
		bottom: 0;
		padding: 15px 0;
		width: 100%;
		right: 0;
		background: #fff;
		text-align: center
	}
	.copyright img {
		display: none;
	}
	
}