@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Cardo:400,400i,700');
@import url('//fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');

/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
	background-color: #f6f5f3;
}
body .w_l {
	font-family: SourceHanSans-Light, SourceHanSansJP-Light, '源ノ角ゴシック Light','源ノ角ゴシック', NotoSansJP-Light, 'Noto Sans Japanese Light', sans-serif;
	font-weight:300;
}
body .w_xl {
	font-family : SourceHanSans-ExtraLight, SourceHanSansJP-ExtraLight, '源ノ角ゴシック ExtraLight','源ノ角ゴシック', NotoSansJP-Thin, 'Noto Sans Japanese Thin', sans-serif;
	font-weight:100 ;
}

a {
	color: #da1350;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a:hover {
	color: #ee8690;
}
a img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
input[type=text] {
	font-size: 16px;
}

/*
Page Loader
*/
#loader_base {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
}
#loader {
	font-size:8px;
	color: #666;
	font-family: 'Cardo';
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	z-index: 200000;
}
#loader p {
	margin-top: 20px;
}

/*
Buttons
*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.btn:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-family: 'Cardo', serif;
	font-size: 14px;
	line-height:64px;
	color: #fff;
	display: block;
	background-color: #8b1a20;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#totop a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	background-color: #000;
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}

#container {	
	width:100%;
	max-width: 1080px;
	margin: 0px auto;
	position: static;
	z-index: 0;
}
.contentsBody {
	width:100%;
	max-width: 1080px;
	padding: 0px 0px 20px 0px;
	margin: 0px auto 0px auto;
	clear: both;
}

#main {
	width:50%;
	margin: 0px 0px;
	text-align: left;
	float: left;
	position: fixed;
	top:0px;
	z-index: 1;
}
#main img {
	width:100%;
	max-width: 480px;
	margin-top: -40px;
	z-index: 2;
}

#contents {
	width:50%;
	margin: 0px 0px;
	text-align: center;
	float: right;
	z-index: 10;
}
#contents header img {
	width:100%;
	max-width: 380px;
}
#contents h2 {
	color: #e30e40;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin: 20px 0px;
}
#contents h2:before, #contents h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #e30e40;
	display: block;
}
#contents h2:before {
	margin-right: .4em;
}
#contents h2:after {
	margin-left: .4em;
}
#contents h3.sub {
	color: #e30e40;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 20px 0px;
}
#contents h3.sub:before, #contents h3.sub:after {
	content: "";
	flex-grow: 1;
	height: 12px;
	background: #f5cfd3;
	display: block;
}
#contents h3.sub:before {
	margin-right: .4em;
}
#contents h3.sub:after {
	margin-left: .4em;
}

/*
header
*/
header {
	width:100%;
	margin: 0px auto;
	z-index:1000;
}

header,
header h1,
header h1 img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header h1 {
	color:#333;
	font-size: 16px;
	line-height: 50px;
	padding-top:20px;
}
header h1 img {
	width:100%;
	max-width: 380px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
header p.lead {
	font-size:14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
}

#releaseArea {
	margin: 50px 0px 40px 0px;
}
#releaseArea .artwork {
	max-width: 400px;
	margin: 20px 0px 20px 0px;
}
#releaseArea p {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}
#releaseArea .lead {
	padding: 10px;
	margin: 20px 0px 10px 0px;
	background: #fff;
	border: 1px solid #f5cfd3;
}
#releaseArea p.lead1 {
	color: #e30e40;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#releaseArea p.lead2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#releaseArea p.lead3 {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#releaseArea p.title {
	font-family: "Cardo" , "serif";
	color: #e30e40;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#releaseArea p.artist {
	color: #666;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#releaseArea p.data {
	color: #333;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 40px 0px;
}
.tracklist {
	text-align: left;
	width:90%;
	padding:0px 0px 10px 0px;
	margin:10px auto 0px auto;
}
.tracklist p {
	clear: both;
}
.tracklist ul {
	margin:0px 0px 10px 10px;
}
.tracklist ul li {
	color: #333;
	font-size: 14px;
	line-height: 120%;
	vertical-align: middle;
	list-style:none;
	margin:5px 0px 5px 0px;
}
.tracklist .track {
	font-size: 100%;
	color: #e30e40;
	text-align: right;
	display:inline-block;
	margin:0px 10px 0px 0px;
}
.tracklist ul li span.credit {
	font-size: 80%;
}
.tracklist p.credit {
	color: #333;
	font-size: 12px!important;
	font-weight: bold !important;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px !important;
}
#releaseArea dl.artist {
	text-align: left;
	margin: 0px 10px 10px 10px;
}
#releaseArea dl.artist dt {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}
#releaseArea dl.artist dd {
	color: #333;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
}
#releaseArea .btn a {
	color:#fff !important;
}
#releaseArea .btn a span {
	font-weight: normal;
	font-size:80%;
}
#releaseArea .btn {
	color:#fff !important;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
	width:320px;
	padding: 10px 20px 10px 20px;
	margin:20px auto 20px auto;
	border-radius: 4px;
	background:#fc7993;
}
#releaseArea .btn:hover {
	color:#fff;
	background:#e30e40;
}

/*
Live
*/
#liveArea {
	margin: 60px 0px 40px 0px;
}
#liveArea h3 {
	color: #e30e40;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	border-top:1px solid #e30e40;
	border-bottom:1px solid #e30e40;
}
.infoBody {
	color:#333;
	width: 100%;
	max-width: 800px;
	padding: 10px;
	margin: 0px auto 30px auto;
}
.infoBody dt {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.infoBody dd {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 5px;
}
.infoBody dd span {
	font-size: 80%;
}
.infoBody .btn a {
	color:#fff !important;
}
.infoBody .btn a span {
	font-weight: normal;
	font-size:80%;
}
.infoBody .btn {
	color:#fff !important;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 1px 10px 2px 10px;
	margin-top: -2px;
	border-radius: 4px;
	background:#fc7993;
}
.infoBody .btn:hover {
	color:#fff;
	background:#e30e40;
}

/*
Link
*/
#linkArea {
}
#linkArea ul {
	font-size: 14px;
	text-align: center;
	line-height: 180%;
	list-style: none;
	margin:0px 5% 40px 5%;
}
#linkArea li {
	font-size: 16px;
	line-height: 180%;
	margin:0px 5% 10px 5%;
}
#linkArea li a {
	color:#333;
	padding:2px 10px 4px 10px;
	display: inline-block;
	border-radius: 4px;
}
#linkArea li a:hover {
	color:#fff;
	background:#fc7993;
}

#footerArea p.inq {
	color:#333;
	font-size:14px;
	line-height:150%;
	padding:10px 0px;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
footer {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
footer li {
	width: 44%;
	line-height: 80px;
	vertical-align: middle;
	margin: 30px 2% 40px 2%;
	list-style: none;
	display: inline-block;
}
footer li:first-child {
	text-align:right;
}
footer li:last-child {
	text-align:left;
}

footer p {
	color:#999;
	font-size:12px;
	line-height:150%;
	font-family:'Lato';
}
footer p a {
	color:#999;
	border-bottom: 1px solid #666; 
}

@media screen and (max-width: 768px) {

.sp {
	display: none;
}
.sp2 {
	display: block;
}
.pc {
	display: none;
}

#container {
	position: relative;
}
#main {
	width:90%;
	margin: 0px 5%;
	text-align: center;
	float: none;
	position: static;
	top:0px;
}
#main img {
	position: static;
}

#contents {
	width:90%;
	margin: 0px 5%;
	text-align: center;
	float: none;
	background: rgba(245,248,243,0.8);
	position: absolute;
	top:50%;
}

.infoBody {
	width: 100%;
	padding: 20px 10px;
	margin: auto;
}
.infoBody dt {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	float: none;
	padding:2px 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;

}
.infoBody dd {
	font-size: 14px;
	text-align: left;
	width: 100%;
	float: none;
	padding:2px 5px;
	margin-bottom: 5px;
}

}



@media screen and (max-width: 480px) {
#navigation2 {
	height:40px;
	position: absolute;
	right:0px;
	top:10px;
}

.sp {
	display: block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}
header h1 {
	font-size: 14px;
}

}



/*
*/
header:after,
section:after,
#container:after,
.contentsBody:after,
.infoBody:after,
#news ul li:after,
footer:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}