* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #e00000;
	font-size: 12px;
	font-family: "brandon-grotesque", "tbchibirgothicplusk-pro", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #ffffff;
}

a { color: #e00000; text-decoration: underline; }
a:visited { text-decoration: none; }
a:hover { color: #e00000; text-decoration: none; }
a:active { text-decoration: none; }
a:focus { outline:none; }

h1, h2, h3, h4, h5, h6 { font-family: "brandon-grotesque", "tbchibirgothicplusk-pro", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

img { line-height: 0; vertical-align: top; }

input,
select,
textarea {
	font-family: "brandon-grotesque", "tbchibirgothicplusk-pro", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* GLOBAL
----------------------------------------------------------------------*/

header,
#wrapper {
	display: table;
	width: 100%;
}

#thumbs,
#single,
#about,
#information { padding: 90px 100px; }

html,body, section, #wrapper { height: 100%; }

header h1,
header .menu,
#sidebar,
#main {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.container {
	width: 1040px;
	margin: 0 auto;
}

.shadow,
#thumbs .child img {
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}

.snsbtn .tw,
.snsbtn .fb,
.snsbtn .li { float: left; }

.snsbtn .tw,
.snsbtn .fb { padding: 0 7px 0 0; }

/* HEADER & FOOTER
----------------------------------------------------------------------*/

header {
	width: 100%;
	height: 93px;
	border-top: 3px solid #e00000;
	border-bottom: 1px solid #ebebeb;
}

header h1 {
	width: 200px;
	padding: 33px 0 0 30px;
}

header h1 a {
	/*
	display: block;
	width: 130px;
	height: 17px;
	text-indent: -9999px;
	background: url(images/header.svg) no-repeat left top;
	*/
}

header h1 a img {
	width: 130px;
	height: auto;
}

header h1 a:hover { background-position: left bottom; }

.hmenu {
	display: none;
	width: 100%;
	height: 90px;
	color: #e00000;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.spmenu { display: none; }

header .menu,
.hmenu {
	text-align: center;
	vertical-align: middle;
}

header .menu li,
.hmenu li {
	display: inline-block;
	padding: 0 15px;
	line-height: 90px;
}

.hmenu a { color: #e00000; }

header .menu li a,
.hmenu li a { text-decoration: none; }
header .menu li a:hover,
.hmenu li a:hover { text-decoration: underline; }

footer {
	width: 100%;
	height: 93px;
	border-bottom: 3px solid #e00000;
	border-top: 1px solid #ebebeb;
}

footer .copyright {
	float: left;
	padding: 0 0 0 30px;
	font-size: 10px;
	line-height: 90px;
}

footer .scroll {
	float: right;
	display: block;
	width: 90px;
	height: 90px;
	font-size: 16px;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
}

/* SIDEBAR
----------------------------------------------------------------------*/

#sidebar {
	width: 200px;
	min-width: 200px;
	border-right: 1px solid #ebebeb;
}

#sidebar ul {
	padding: 32px 0;
	border-bottom: 1px solid #ebebeb;
}

#sidebar ul li {
	padding: 0 0 0 30px;
	line-height: 31px;
}

#sidebar ul li a { text-decoration: none; }
#sidebar ul li a:hover { text-decoration: underline; }

.updates {
	padding: 35px 30px;
}

.updates p {
	padding: 30px 0 0 0;
	font-size: 10px;
}

/* MAIN
----------------------------------------------------------------------*/

#main {
	min-height: 100%;
	background: url(images/bg.gif) repeat left top;
}

/* INDEX
----------------------------------------------------------------------*/

#thumbs {
	margin: 0 auto;
	text-align: center;
}

#thumbs .child {
	float: left;
	width: 260px;
	padding: 0 30px 70px 30px;
	font-size: 10px;
}

#thumbs .child img {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 0 10px 0;
}

#thumbs .child span {
	display: block;
	padding: 10px 0 0 0;
	color: #888888;
	line-height: 100%;
	text-align: center;
}


/* SINGLE
----------------------------------------------------------------------*/

.snav {
	position: absolute;
	top: 450px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.snav a {
	display: block;
}

.snav span.next a {
	float: left;
	margin: 0 0 0 -15px;
}

.snav span.prev a {
	float: right;
	margin: 0 -15px 0 0;
}

.snav span a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #e00000;
}

#single .jacket {
	position: relative;
	z-index: 1;
	padding: 0 100px;
}

#single .jacket img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 100%;
	vertical-align: top;
	-webkit-box-reflect: below 0px -webkit-gradient(
		linear,left top,left bottom,
		from(transparent),
		color-stop(0.935, transparent),
		to(rgba(0,0,0,0.4))
	);
}

#single h2 {
	position: relative;
	z-index: 2;
	margin: -10px 0 0 0;
	padding: 0 0 15px 0;
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	font-family: "garamond-premier-pro-subhead";
	line-height: 100%;
	letter-spacing: 2px;
}

#single span {
	font-size: 10px;
	line-height: 100%;
}

#single .sc {
	padding: 55px 0 60px 0;
}

#single .tracks table {
	width: 102%;
	margin: 0 0 35px -20px;
}

#single .tracks table tr td {
	line-height: 90px;
	border-bottom: 1px solid #dddddd;
}

#single .tracks table tr:last-child td { border: none; }

#single .tracks table tr td {
	font-family: "garamond-premier-pro-subhead", "Helvetica Neue", Helvetica, Arial, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
}

#single .tracks table tr td:nth-child(1) {
	width: 20px;
	font-size: 10px;
	line-height: 60px;
	vertical-align: top;
	border: none;
}

#single .tracks table tr td:nth-child(2) { font-size: 24px; }

#single .tracks table tr td:nth-child(3) {
	font-size: 22px;
	text-align: right;
}

#single .tracks table tr td span {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 10px;
}

#single .credit dl {
	width: 850px;
	font-size: 12px;
}

#single .credit dl dt {
	float: left;
	width: 180px;
}

#single .credit dl dd {
	float: left;
	width: 670px;
}

#single .buy {
	padding: 55px 0;
	font-size: 24px;
	font-family: "garamond-premier-pro-subhead", "Helvetica Neue", Helvetica, Arial, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	line-height: 36px;
}

/* ABOUT
----------------------------------------------------------------------*/

#about .pimg img {
	width: 100%;
	height: auto;
}

#about .profile {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dddddd;
}

#about ul { padding: 0 0 30px 0; }

#about ul li {
	float: left;
	padding: 0 20px 0 0;
}

#about ul li a {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	background-color: #e00000;
	border-radius: 3px;
}

#about h2 {
	padding: 60px 0 55px 0;
	font-size: 30px;
	font-family: "garamond-premier-pro-subhead", "Helvetica Neue", Helvetica, Arial, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	font-weight: normal;
	line-height: 100%;
}

#about p {
	padding: 0 0 30px 0;
}

/* INFORMATION
----------------------------------------------------------------------*/

.inav a {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
}

.inav .prev a { padding: 0 30px 0 0; }

#information .entry {
	margin: 0 0 100px 0;
	padding: 0 30px;
	background-color: #ffffff;
}

#information .header {
	line-height: 90px;
}

#information .iimg {
	width: 100%;
	margin: 0 0 45px 0;
	padding: 45px 0 60px 0;
	background-color: #ebebeb;
}

#information .iimg img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
	-webkit-box-reflect: below 0px -webkit-gradient(
		linear,left top,left bottom,
		from(transparent),
		color-stop(0.935, transparent),
		to(rgba(0,0,0,0.4))
	);
}

#information .entry h2 {
	font-size: 16px;
	font-weight: normal;
}

#information .entry h3 {
	font-weight: normal;
}

#information .entry .txt {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ebebeb;
}

#information .entry .txt p {
	padding: 0 0 20px 0;
}


#information .entry .txt iframe {
	margin: 25px 0 20px 0;
}

#information .entry .sns {
	height: 90px;
}

/* MEDIA ONLY SCREEN
----------------------------------------------------------------------*/

@media only screen and (max-width: 1395px) {

	#thumbs,
	#single,
	#about,
	#information { padding: 90px 0; }

	#about .container,
	#information .container,
	#single .container {
		width: 980px;
	}

	#sidebar { display: none; }

	header,
	footer {
		border: none;
	}

	header {
		width: 980px;
		margin: 0 auto;
	}

	header h1 { padding: 34px 0 32px 0; }

	header .menu {
		float: right;
		margin: 0 -15px 0 0;
		text-align: right;
	}

	.hmenu { display: block; }

}

@media only screen and (max-width: 980px) {

	html, body { height: 100vh; }

	body {
		font-size: 12px;
		line-height: 26px;
		background: url(images/bg.gif) repeat left top;
	}

	section {
		margin: 0 auto;
		background: url(images/bg.gif) repeat left top;
	}

	#main {
		padding: 0;
	}

	#thumbs,
	#single,
	#about,
	#information {
		padding: 0 15px;
		background-color: transparent;
	}

	.container { padding: 0; }

	#thumbs .child img,
	#about .shadow,
	#information .shadow {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.container,
	header,
	footer {
		width: 100% !important;
		max-width: none !important;
		min-width: none !important;
	}

	header h1 {
		padding: 27px 15px 0 15px;
	}

	.spmenu {
		position: absolute;
		right: 15px;
		top: 23px;
		display: block;
		height: 70px;
	}

	.spmenu li {
		float: left;
		padding: 0 0 0 20px;
	}

	.spmenu li a {
		display: inline-block;
		color: #e00000;
		font-size: 11px;
		line-height: 17px;
		text-align: center;
		text-decoration: none;
	}

	header .menu,
	.hmenu { display: none; }

	header,
	footer {
		height: 75px;
	}

	footer {
		margin: 30px 0 0 0;
		height: 60px;
	}

	footer .copyright {
		float: none;
		width: 100%;
		padding: 0;
		font-size: 10px;
		line-height: 60px;
		text-align: center;
	}

	footer .scroll { display: none; }

	#thumbs .container {
		padding: 30px 0 5px 0;
	}

	#thumbs .child {
		width: 33.3%;
		padding: 1px;
	}

	#thumbs .child img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	#thumbs .child span { display: none; }

	#about { padding 0; }

	#about .pimg {
		margin: 0;
	}

	#about h2 {
		padding: 20px 0 17px 0;
		font-size: 20px;
	}

	#about br { display: none; }

	#about .profile,
	#about .works { padding: 5px 0 20px 0; }

	#about .works {
		padding-bottom: 15px;
	}

	#about ul {
		margin: -5px 0 0 0;
		padding: 0;
	}

	#about ul li {
		float: none;
		padding: 0 0 15px 0;
	}

	#about ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
		text-align: center;
	}

	#information {
		padding-bottom: 30px;
	}

	#information .entry {
		margin: 0;
		padding: 10px 0;
		background-color: transparent;
		border-top: 1px solid #dddddd;
	}

	#information .header {
		padding: 15px 0;
		line-height: 24px;
	}

	#information h2.fl,
	#information h3.fr { float: none; }

	#information .entry h2 { font-size: 14px; }

	#information h3 {
		font-size: 11px;
	}

	#information .iimg {
		margin: 0;
		padding: 5px 0 20px 0;
		background-color: transparent;
	}

	#information .iimg img {
		width: 100%;
		padding: 0;
		background-color: #ebebeb;
		box-reflect: none !important;
		-webkit-box-reflect: none !important;
	}

	#information .entry .txt {
		padding: 0;
		border: none;
	}

	#information .entry .txt p { padding: 0 0 10px 0; }
	#information .entry .txt iframe { margin: 10px 0 0 0; }

	#information .entry .sns { display: none; }

	#information .inav {
		color: #ffffff;
		font-size: 16px;
		line-height: 45px;
		text-align: center;
		background-color: #e00000;
		border-radius: 3px;
	}

	#information .inav a { color: #ffffff; }

	#single {
		padding-bottom: 0; 
		background: url(images/bg.gif) repeat left top;
	}

	#single .container {}
	.snav { display: none; }

	#single h2 { margin: 30px 0 0 0; padding: 0; font-size: 20px; }
	#single span { font-size: 10px; }

	#single .jacket { padding: 0; }

	#single .jacket img { padding: 0; }

	#single .sc {
		padding: 25px 0 0 0;
	}

	#single .scspn {
		padding: 0 !important;
	}

	#single .tracks {
		margin: 15px 0 0 0;
	}

	#single .tracks table {
		width: 100%;
		margin: 0;
	}

	#single .tracks table tr td:nth-child(1),
	#single .tracks table tr td:nth-child(2),
	#single .tracks table tr td:nth-child(3) {
		padding: 10px 0;
		font-size: 12px;
		line-height: 24px;
		vertical-align: top;
	}

	#single .tracks table tr td span { display: none; }

	#single .credit { display: none; }

	#single .buy {
		margin: 20px 0 30px 0;
		padding: 0;
		font-size: 12px;
		line-height: 45px;
		text-align: center;
		border-bottom: 1px solid #dddddd;
	}

	#single .buy a {
		display: inline-block;
		width: 100%;
		height: 45px;
		margin: 0 0 15px 0;
		color: #ffffff;
		text-decoration: none;
		background-color: #e00000;
		border-radius: 3px;
	}

	#single .distribute {
		margin: -12px 0 0 0;
		padding: 8px 15px 10px 15px;
		line-height: 24px;
	}


	#single .snsbtn {
		width: 208px;
		height: 61px;
		margin: 0 auto;
	}

	#single .snsbtn .tw,
	#single .snsbtn .fb,
	#single .snsbtn .li {
		height: 61px;
	}

	#single .snsbtn .li {
		width: 38px;
	}
}

/* OTHER
----------------------------------------------------------------------*/

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	clear: both; 
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */