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

body {
	background:#fff url(../img/bg.jpg);
	color:#474545;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:18px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	-webkit-font-smoothing: antialiased;
}
html,body {
	height:100%;
}
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul,ol,li {
	list-style:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}
a {
	color:#2f2c2c;
	text-decoration:none;
	outline:none;
}
a:hover {
	cursor:pointer;
}
.clear {
	float:none;
	clear:both;
}

/* all */

.fade,
.header ul.menu li a {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fade:hover,
.header ul.menu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
img.fade:hover {
	background-color: #fff;
}
.vCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wrap {
	position:relative;
}
.width {
	width:1000px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.width > div > div.box {
	padding:140px 0 90px;
}
.width > div > div.box h2 {
	margin-bottom:70px;
}
.width > div > div.box h3 {
	font-size:23px;
	line-height:100%;
	margin-bottom:1.3em;
}

/* header */

.header {
	padding-bottom:80px;
}
.header h1 {
	margin:30px 0;
}
.header div.slider {
	position:relative;
}
.header div.slider img.text {
}
.header div.slider img.logo {
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-88px;
	z-index:1000;
}
.header div.slider div.slider2 {
	position:absolute;
	left:0;
	top:0;
	z-index:2000;
	width:1000px;
	height:500px;
}
.header div.slider div.slider2 div div img {
	display:block;
	margin:0 auto;
}
.header ul.menu {
	width:1000px;
	border-top:1px solid #a6a191;
	border-bottom:1px solid #a6a191;
	padding:5px 0;
	position:absolute;
	top:590px;
	left:50%;
	margin-left:-500px;
	background:#fff url(../img/bg.jpg);
	z-index:9999;
}
.header ul.menu li {
	display:inline-block;
}
.header ul.menu li a {
	display:block;
	padding:15px 14px;
	font-family: 'GaramondPremrPro';
	font-size:18px;
	letter-spacing:0.2em;
}
.header ul.menu li a img {
	display:inline-block;
	margin:-10px 0 -5px;
	vertical-align:middle;
}

/* footer */

div.footer {
	text-align:center;
	padding-top:80px;
}
div.sosial {
	padding-bottom:80px;
}
div.sosial div.fb,
div.sosial div.twitter {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
div.sosial div.fb {
	margin-left:40px;
}
div.pageup {
	text-align:center;
	padding-bottom:80px;
}
.copy {
	position:relative;
	height:140px;
	text-align:center;
}
div.copy:before {
	position: absolute;
	width:100%;
	top:-15px;
	left:0;
	height:20px;
	z-index: -1;
	content: '';
	box-shadow: 0 -10px 10px rgba(0,0,0,.15) inset;
}

/* project */

#project p {
	font-size:15px;
	line-height:180%;
	padding-bottom:20px;
}
#project img.photo {
	display:inline-block;
	margin-left:-100px;
}

/* release */

#release h2 {
	margin-bottom:30px;
}
#release a {
	color:#7a7a79;
	font-size:16px;
}

/* artist */

#artist dl {
	padding-bottom:60px;
}
#artist dl:last-child {
	padding-bottom:0;
}
#artist dl dd {
	font-size:20px;
	line-height:120%;
	padding-bottom:24px;
}

/* message */

#message h3 {
	font-size:26px;
	line-height:100%;
	margin-bottom:1.5em;
}
#message p {
	font-size:17px;
	line-height:180%;
	padding-bottom:30px;
}
#message p span {
	display:block;
	margin-top:16px;
}

/* raise */

#raise {
	padding-bottom:0;
}
#raise dl dt {
	font-size:40px;
	line-height:120%;
	font-weight:bold;
	padding-top:6px;
	letter-spacing:1px;
}
#raise dl dd {
	font-size:17px;
	line-height:160%;
}
#raise dl dd.small {
	font-size:13px;
	line-height:160%;
}
#raise div.gauge {
	width:520px;
	border:1px solid #2f2c2c;
	margin:30px auto 0;
	text-align:left;
}
#raise div.gauge div {
	color:#fff;
	font-size:15px;
	background:#4e4c43;
	text-align:center;
	padding:2px 0;
}
#raise img.thanks {
	display:block;
	margin:60px auto;
}
#raise a.btn {
	display:block;
	margin:0 auto;
	background:#ffff00;
	width:344px;
	font-size:23px;
	height:74px;
	line-height:74px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:60px auto 80px;
}
#raise a.btn img {
	vertical-align:middle;
}
#raise div.counter {
	font-size:20px;
	line-height:140%;
	letter-spacing:0.1em;
}
#raise div.counter b {
	display:block;
	font-size:40px;
	line-height:140%;
	letter-spacing:0;
}

#raiseArea img.photo {
	display:block;
	margin:100px auto;
}

/* supporters */

#supportArea dl {
	padding-bottom:60px;
}
#supportArea dl:last-child {
	padding-bottom:0;
}
#supportArea dl dd {
	font-size:17px;
	line-height:120%;
	padding-bottom:24px;
	color:#7a7a79;
}
#supportArea ul li {
	font-size:16px;
	line-height:120%;
	padding-bottom:20px;
	color:#7a7a79;
	vertical-align:middle;
}
#supportArea div.name ul,
#supportArea div.shop ul {
	max-width:800px;
	margin:0 auto;
}
#supportArea div.name ul li {
	width:240px;
	display:inline-block;
	font-size:13px;
	line-height:120%;
	padding-bottom:15px;
}
#supportArea div.shop ul li {
	width:300px;
	display:inline-block;
	font-size:17px;
	line-height:120%;
	padding-bottom:25px;
}
#supportArea div.name,
#supportArea div.live {
	padding-top:0;
}
#supportArea div.live {
	padding-bottom:0;
}
#supportArea dl dd a,
#supportArea ul li a {
	color:#7a7a79;
}
#supportArea > img {
	display:block;
	margin:0 auto;
	margin-bottom:120px;
}

/* order */

#orderArea img.title {
	margin-top:100px;
}
#orderArea div > img {
	display:block;
	margin:0 auto;
}
#orderArea a.support {
	position:relative;
	top:-15px;
	left:-10px;
}
#orderArea img.yoyaku {
	margin:80px auto;
}
#orderArea table.select {
	width:700px;
	margin:30px auto 100px;
	border-collapse:collapse;
}
#orderArea table.select th,
#orderArea table.select td {
	border:3px solid #7a7a79;
	text-align:center;
	padding:10px 0;
	font-size:18px;
	width:140px;
}
#orderArea table.select td select {
	font-size:16px;
	padding:3px;
	margin-right:4px;
}
#orderArea table.select tr th:nth-child(1),
#orderArea table.select tr td:nth-child(1) {
	width:420px;
}
#orderArea table.data {
	width:700px;
	margin:30px auto 80px;
	border-collapse:collapse;
}
#orderArea table.data th,
#orderArea table.data td {
	border:1px solid #020202;
	text-align:center;
	padding:14px 0;
	font-size:14px;
	color:#474545;
	font-weight:normal;
}
#orderArea table.data th {
	width:200px;
	vertical-align:middle;
}
#orderArea table.data td {
	padding:14px 20px;
	text-align:left;
}
#orderArea table.data table th,
#orderArea table.data table td {
	border:none;
	text-align:left;
	padding:4px 0;
}
#orderArea table.data table th {
	width:70px;
	text-align:right;
	padding-right:6px;
}
#orderArea table.data select,
#orderArea table.data input,
#orderArea table.data checkbox,
#orderArea table.data textarea {
	font-size:14px;
	padding:4px 6px;
	margin:4px 0;
	background:#fff;
	border:1px solid #020202;
}
#orderArea input.send {
	background:url(../img/orderSend.png) no-repeat left top;
	border:0;
	height:51px;
	width:179px;
	overflow:hidden;
	font-size:0;
}
#orderArea input.send:hover {
	cursor:pointer;
}


/* shop */

#shopArea dl {
	margin:80px auto 0;
}
#shopArea dl dd {
	padding-top:10px;
	font-size:18px;
	line-height:180%;
}
#shopArea dl dd.text {
	padding-top:30px;
}

/* font */

@font-face {
	font-family: 'GaramondPremrPro';
	src: url('../font/GaramondPremrPro.eot');
	src: url('../font/GaramondPremrPro.eot?#iefix') format('embedded-opentype'), url('../font/GaramondPremrPro.woff') format('woff'), url('../font/GaramondPremrPro.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}