@charset "utf-8";
/* common */
body {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	color: #976B5D;
	background: #000;
}
a {
	color: #976B5D;
	border-bottom: 1px dotted #976B5D;
}
img {
	vertical-align: bottom;
}
#bgbg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../images/cd_bgbg.jpg) center center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -2;
}
#bg {
	width: 960px;
	height: 100%;
	min-height: 600px;
	position: fixed;
	background: url(../images/cd_bg.png) bottom center #dbd6c5 no-repeat;
	top: 0;
	left: 50%;
	margin-left: -480px;
	z-index: -1;
}
#wrap {
	width: 960px;
	margin: 50px auto;
}
header .ttl {
	margin-top: 70px;
	padding-left: 114px;
	text-align: center;
}
header .ttl p img {
	padding-left: 3px;
}
header h1 {
	margin-top: 15px;
}
header .dtl {
	width: 680px;
	margin: 60px auto 0;
	padding-bottom: 20px;
}
header .dtl p {
	font-size: 13px;
	line-height: 2.4;
	opacity: 0.6;
	letter-spacing: 0.15em;
}
header .dtl p span.s1,
header .dtl p span.s2,
header .dtl p span.s3 {
	display: block;
}
header .dtl p span.s1 {
	margin-left: 0.5em;
}
header .dtl p span.s2 {
	margin-left: 0;
}
header .dtl p span.s3 {
	margin-left: 1.65em;
}
section {
	font-family: "ヒラギノゴシック Pro W6", "Hiragino Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	width: 480px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.6;
}
article {
	margin-top: 150px;
}
footer {
	text-align: center;
	font-size: 11px;
	margin: 200px 0 70px;
	opacity: 0.5;
}
footer p {
	margin-top: 0.5em;
}

@media screen and (max-width: 960px) {
#bg {
	margin-left: -230px;
	background: url(../images/cd_bg.png) bottom right #dbd6c5 no-repeat;
	background-size: 740px auto;
}
#bg,
#wrap,
header .dtl,
section {
	width: 460px;
}
header .ttl {
	padding-left: 0;
}
header .dtl p span.s1,
header .dtl p span.s2,
header .dtl p span.s3 {
	display: inline;
	margin-left: 0;
}
header .dtl p{
	padding: 0 4em;
	line-height: 1.8;
}
header {
	text-align: center;
}
header .ttl {
	margin: 60px auto 0;
}
header .dtl {
	margin: 5px auto 0;
}
header .dtl p {
	line-height: 2;
	letter-spacing: 0;
}
article {
	padding: 0 4em;
}
footer {
	margin: 200px 0;
}
}