@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	height: 100%;
	background: #000;
	letter-spacing: .05em;
	-webkit-text-size-adjust: none;
}
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover { color: #bbb; }

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }

.gothic { font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif; }

.inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#mainVis {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: no-repeat center center #fff;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#mainVis:after {
	content: "";
	width: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#mainVis img { vertical-align: middle; }

@media screen and (min-width:981px){
	.sp { display: none !important; }
	#menuBack { display: none; }
	#mainVis {
		height: 500px;
		padding-top: 90px;
		margin-bottom: 100px;
		line-height: 410px;
		box-shadow: 220px 0 100px -50px rgba(0,0,0,.6) inset;
		-moz-box-shadow: 220px 0 100px -50px rgba(0,0,0,.6) inset;
		-webkit-box-shadow: 220px 0 100px -50px rgba(0,0,0,.6) inset;
	}
	#mainVis:after {
		height: 200px;
		bottom: -100px;
	}
	h1#mainVis img { height: 40px; }
}
@media screen and (max-width:980px){
	.pc { display: none !important; }
	#menuBack {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.7);
		z-index: 9998;
		display: none;
	}
	#mainVis {
		height: 340px;
		line-height: 0;
		padding-top: 194px;
		margin-bottom: 50px;
	}
	#mainVis:after {
		height: 100px;
		bottom: -50px;
	}
	#mainVis img {
		height: 33px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#headCont {
	z-index: 9999;
	position: fixed; 
}
#headCont h1 a {
	height: 0;
	display: block;
	overflow: hidden;
}
@media screen and (min-width:1101px){
	#headCont {
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		position: absolute;
		box-shadow: 0 115px 25px -50px rgba(0,0,0,.7) inset;
		-moz-box-shadow: 0 115px 25px -50px rgba(0,0,0,.7) inset;
		-webkit-box-shadow: 0 115px 25px -50px rgba(0,0,0,.7) inset;
	}
	#headCont:after {
		content: "";
		display: block;
		clear: both;
	}
	#headCont h1 {
		float: left;
		padding-top: 24px;
		padding-left: 31px;
	}
	#headCont h1 a {
		width: 73px;
		padding-top: 199px;
		transition-duration: .2s;
		-moz-transition-duration: .2s;
		-webkit-transition-duration: .2s;
		background: url(../images/logo_pc.png) no-repeat center center;
	}
	#headCont h1 a:hover { opacity: .6; }
	#headCont nav {
		float: right;
	}
	#headCont p { display: none; }
	#headCont ul { padding-right: 32px; }
	#headCont ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#headCont li {
		float: left;
		font-size: 14px;
		line-height: 60px;
		font-weight: bold;
		letter-spacing: .15em;
	}
	#headCont li a {
		display: block;
		padding: 0 12px;
	}
}
@media screen and (max-width:1100px){
	#headCont { position: absolute; }
	#headCont h1 {
		padding-top: 16px;
		padding-left: 13px;
	}
	#headCont h1 a {
		width: 42px;
		padding-top: 117px;
		background-image: url(../images/logo_sp.png);
		background-size: 100%;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
	}
	#headCont nav {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		z-index: 9999;
		padding-right: 45px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition-duration: .2s;
		-moz-transition-duration: .2s;
		-webkit-transition-duration: .2s;
	}
	#headCont nav.open {
		left: 45px;
	}
	#headCont p {
		top: 0;
		right: 100%;
		width: 45px;
		height: 0;
		padding-top: 45px;
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		background: rgba(0,0,0,.7);
	}
	#headCont p:before,
	#headCont p:after {
		content: "";
		width: 25px;
		height: 7px;
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
		transition-duration: .2s;
		-moz-transition-duration: .2s;
		-webkit-transition-duration: .2s;
	}
	#headCont p:before { top: 10px; }
	#headCont p:after { bottom: 10px; }
	#headCont nav.open p:before,
	#headCont nav.open p:after {
		height: 0;
		border-bottom-width: 0;
	}
	#headCont nav.open p:before {
		top: 22px;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#headCont nav.open p:after {
		bottom: 22px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#headCont nav ul {
		height: 100vh;
		overflow: auto;
		font-size: 15px;
		padding: 22px 35px;
		letter-spacing: .2em;
		background: rgba(0,0,0,.7);
	}
	#headCont nav ul a {
		display: block;
		padding: 5px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footCont #infoCont:after {
	content: "";
	display: block;
	clear: both;
}
#footCont #infoCont > * {
	float: left;
}
#footCont #infoCont address .button {
	width: 98px;
	height: 33px;
	display: block;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 18px;
}
#footCont nav:after {
	content: "";
	display: block;
	clear: both;
}
#footCont nav ul {
	float: left;
}
#footCont nav ul + ul { float: right; }
#footCont footer > p {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif;
}

@media screen and (min-width:981px){
	#footCont {
		font-weight: bold;
	}
	#footCont #infoCont {
		float: left;
		padding-left: 44px;
	}
	#footCont #infoCont p {
		padding-top: 50px;
		margin-right: 55px;
	}
	#footCont #infoCont address {
		padding-top: 44px;
		line-height: 21px;
	}
	#footCont #infoCont address a {
		transition-duration: .2s;
		-moz-transition-duration: .2s;
		-webkit-transition-duration: .2s;
	}
	#footCont #infoCont address a:hover {
		color: #000;
		background: #fff;
	}
	#footCont nav {
		float: right;
		padding-top: 44px;
	}
	#footCont nav ul {
		width: 170px;
		line-height: 35px;
	}
	#footCont footer > p {
		clear: both;
		text-align: right;
		padding: 0 50px 26px;
	}
}
@media screen and (max-width:980px){
	#footCont #infoCont {
		padding-top: 17px;
		padding-left: 30px;
		margin-bottom: 115px;
	}
	#footCont #infoCont p { margin-right: 27px; }
	#footCont #infoCont p img {
		height: 100px;
	}
	#footCont #infoCont address {
		font-size: 12px;
		line-height: 20px;
	}
	#footCont #infoCont address a { margin-top: 10px; }
	#footCont nav {
		padding-left: 35px;
		padding-right: 12px;
	}
	#footCont nav ul {
		width: 50%;
	}
	#footCont footer > p {
		font-size: 10px;
		padding-top: 18px;
		padding-left: 35px;
		padding-bottom: 30px;
		letter-spacing: 0;
	}
}