@charset "UTF-8";
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

/****************************************

          General Setting

*****************************************/
body{
color:#000;
background:#54a681;
margin: 0;
line-height: 1.6;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#wrapper {
	background:#fff;
	width:100%;
	overflow:hidden;
	padding:60px 0;
}
a {text-decoration: none; color: #ff0000;}
a:link {color: #ff0000;}
a:hover {color: #ff0000;text-decoration: underline;}
a:visited {color: #ff0000;}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
img.responsiveimg {
	width:100%;
	height:auto;
}
img.maxresponsiveimg {
	max-width:100%;
	height:auto;	
}
.margintop15 {
	margin-top:15px;	
}
.margintopbottom15 {
	margin-top:15px;	
	margin-bottom:15px;		
}
.marginbottom15 {
	margin-bottom:15px;	
}
.margintop30 {
	margin-top:30px;	
}
.margintopbottom30 {
	margin-top:30px;	
	margin-bottom:30px;		
}
.marginbottom30 {
	margin-bottom:30px;	
}
#topimg {
	width:100%;
	margin-top:3px;
	background:#fff;
}
#topimg.second {
	padding-top:15px;	
}
h1 {

}
h1.secondlogo {
	padding:0 0 15px;
}
.secondhead {
	display:table;	
}
.secondmain {
	font-size:12px;
	display:table-cell;
	vertical-align:middle;
}
.secondmain h2 {
	font-size:13px;
	font-weight:bold;
	line-height:1.6;
}
.notes {
	font-size:12px;
	margin-top:30px;
	background:#f8f8f8;
	padding:15px;	
}
.notes h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.6;	
	margin-bottom:15px;
	border-bottom:1px dotted #54a681;
	padding-bottom:15px;
}
.notes p {
	margin-bottom:15px;	
}
p.maindetail {
	background:	#54a681;
	padding:15px;
	color:#000;
	margin:15% 0 0;
	font-family: "Sawarabi Mincho";
	font-size:120%;
	text-align:left;
}
h2.title {
	padding:15px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:700;
	margin-bottom:20px;
	color:#222;
}
h2.title span {
	display:block;
	font-size:12px;
	line-height:1.6;
	margin-bottom:15px;
	border-bottom:2px solid #54a681;
	padding:0 0 15px;
}
.ttl {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
display: none;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.ttl h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	color:#54a681;
}
.ttl h2 span {
	display:block;
	font-size:11px;
	line-height:1.6;
	margin-top:5px;
	border-top:2px solid #54a681;
	padding:5px 0 0;
}

a.entrybtn {
	font-size:14px;
	background:#54a681;
	color:#fff;
	text-decoration:none;
	padding:15px;
	display:block;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	border-radius:4px;
}
a.entrybtn:hover {
	opacity: .6; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .6; /* Safari 1.x */
	-moz-opacity: .6; /* FF lt 1.5, Netscape */
}
.notice span {
	font-weight:bold;
}

#footer {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	padding-top:30px;
	color:#000;
	border-top:1px solid #eee;
}
#footer a {
	font-size:16px;
	font-weight:700;
	color:#000;
	line-height:1.4;
}
#footer a:hover {
	text-decoration:none;	
}
#footer ul li {
	padding:0 15px;
	border-right:2px solid #000;	
}
#footer ul li:first-child {
	border-left:2px solid #000;
}
#footer small {
	font-size:14px;
	padding:0 0 30px 0;	
}
#footer ul.list-inline {
    padding-left: 0;
    margin-left: 0;
    width:100%;
    padding-bottom:30px;
    margin-bottom:0;
}
/* ABOUT */
.aboutin {
	border-bottom:1px dotted #54a681;
	font-size:12px;

}
.abouttop {
		border-top:1px dotted #54a681;
}
.aboutin a {
	display:table;	
	color:#54a681;
	font-weight:700;
	padding:15px;
}
.aboutin a:hover {
	background:#f8f8f8;
	text-decoration:none;	
}

.aboutin a .icon {
	display:table;	
	vertical-align:middle;
	border-radius:50%;
	text-align:center;
	width:80px;
	height:80px;
	color:#fff;
	background:	#54a681;
	
}
.aboutin a .icon span {
	display:table-cell;
	vertical-align:middle;
	color:#777;
}
.aboutin a p {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
	color:#777;

}
/*  DISC  */
.discbox h3 {
	font-size:16px;
	line-height:1.6;
	font-weight:700;
	margin-bottom:15px;
}

.recdetail ul{
	width:50%;
	float:left;
}

.recdetail ul li {
	display:block;
}

.recdetail ul p {
	margin:2% 0;
}

.songin {
	display:table;
}

ul.songlist {
	padding:0;
}
.songlist li {
	display:table;
	width:100%;
	padding:0.2em;
    text-indent: -1em;
    margin-left: 1em;
}

.songlist.songin_wrap li {
    text-indent: 0em;
    margin-left: 0em;
}

.songtop {
	width:100%;
	padding-top:10px;
	/*border-top:1px dotted #54a681;*/
}
.jp-play, .jp-pause {
	float:left;
	border:3px solid #54a681;
	font-size:6px;
	padding:2px 6px;
	border-radius:50%;
	width:25px;
	height:25px;
	cursor: pointer;
	color:#54a681;
}
.jp-pause {
	padding:2px 5px;		
	color:#fff;
	background:	#54a681;
}
.jp-play:hover, .jp-pause:hover {
	color:#fff;
	background:	#54a681;
}
.listenbtn {
	display:table-cell;
	vertical-align:middle;
	width:35px;
}
.songtitle {
	display:table-cell;
	vertical-align:middle;
	float:left;
}
.songtitletop {
	padding-top:2px;	
}
.nonlisten {
	display:table-cell;
	vertical-align:middle;
	padding-left:35px;
}
.storebox {
	min-height:300px;
	height:auto !important;
	height:300px;
	display:table;
}
.storelink {
	display:table-cell;
	vertical-align:middle;
}
.storelink a {
	color:#999;
	text-decoration:none;
}
.photobox {
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
}
.digest {
	margin:30px 0;
	border-radius:4px;	
}
.digest h3 {
	font-weight:700;
	font-size:11px;
	color:#54a681;
}
#player {
	margin-top:15px;	
}
 .jp-seek-bar, .jp-play-bar, .jp-volume-bar, .jp-volume-bar-value {
    background-image: url(img/jplayer.png);
    background-repeat: no-repeat;
}
.jp-jplayer {
	width: 0;
	height: 0;
}

	.jp-jplayer img {
		display: none;
	}

.jp-audio {
	position: relative;
	height: 22px;
	border:1px solid #eee;
	background:#eee;
	border-radius:4px;
}

.jp-controls a {
	position: absolute;
	display: block;
	top: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
	color:#54a681;
	font-size:6px;
	padding:2px 4px;
}

	.jp-play { background-position: 0 0; left: 0; }
	.jp-play:hover { background-position: -20px 0; }
	
	.jp-pause { background-position: -40px 0; left: 0; }
	.jp-pause:hover { background-position: -60px 0; }
	
	.jp-stop { background-position: -80px 0; left: 20px; }
	.jp-stop:hover { background-position: -100px 0; }
	
	.jp-unmute { background-position: -200px 0; right: 32px; }
	.jp-unmute:hover { background-position: -220px 0; }
	
	.jp-mute { background-position: -240px 0; right: 32px; }
	.jp-mute:hover { background-position: -260px 0; }

.jp-controls, .jp-controls li {
	display: inline;
}

.jp-audio .jp-progress {
	margin: -22px 58px 0 46px;
	padding: 6px 0 6px 0;
	height: 8px;
}

	.jp-progress div {
		height: 8px;
	}

	.jp-seek-bar {
		background-color: #f8f8f8;
		background-position: 0 -20px;
	}
	.jp-progress:hover .jp-seek-bar {
		background-color: #eee;
		background-position: 0 -36px;
	}
	.jp-play-bar {
		background-color: #D1D1D1;
		background-position: 0 -28px;
	}
	.jp-progress:hover .jp-play-bar {
		background-color: #177BCD;
		background-position: 0 -44px;
	}
.jp-volume-bar {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 24px;
	height: 8px;
	background-color: #F4F4F4;
	background-position: 0 -52px;
}
.jp-audio:hover .jp-volume-bar {
	background-color: #E6E6E6;
	background-position: -48px -52px;
}
	.jp-volume-bar-value {
		width: 24px;
		height: 8px;
		background-color: #BFBFC0;
		background-position: -24px -52px;
	}
	.jp-volume-bar:hover .jp-volume-bar-value {
		background-color: #177BCD;
		background-position: -72px -52px;
	}
.jp-current-time, .jp-duration {
	display: none;
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
#wrapper {
	padding:30px 0;
}

	p.maindetail {
		margin:5% 0 0;
	}

	.col-xs-12 {
		height:auto !important; 
	}


.recdetail {
	height:auto;
	overflow:hidden;
}

.recdetail ul {
	width:95%;
	float:none;
}

#footer {
	padding-top:15px;	
}
#footer a {
	font-size:14px;
	font-weight:700;
}
#footer ul li {
	width:49%;
	float:left;
	display:block;
	margin-bottom:2%;
	border:none;
	background:rgba(0,0,0,.1);	
}
#footer ul.list-inline {
    padding-left: 0;
    margin-left: 0;
    width:100%;
    padding-bottom:15px;
}
#footer ul li:nth-child(even){
	float:right;	
}
#footer ul li a {
	padding:15px;
	display:block;
}
#footer ul li:first-child {
	border:none;
}
#footer ul li:last-child {
	width:100%;
}
#footer small {
	font-size:12px;
	padding:0 0 15px 0;	
}
.secondmain {
	font-size:12px;
	background:#eee;
	padding:15px;
}
.ttl h2 span {
	display:block;
	font-size:10px;
	line-height:1.4;
	margin-top:5px;
	border-top:2px solid #000;
	padding:5px 0 0;
}
.abouttop {
		margin-top:30px;
}
}
/* === SNS RESPONSIVE === */
/* twitter */
.TwitterWidget #twitter-widget-0 {
    width:100% !important;
}
/* Facebook Likebox */
.Facebook_LikeBox .fb-comments,
.Facebook_LikeBox .fb_iframe_widget,
.Facebook_LikeBox .fb_iframe_widget[style],
.Facebook_LikeBox .fb_iframe_widget iframe[style],
.Facebook_LikeBox .fbcomments iframe[style],
.Facebook_LikeBox .fb_iframe_widget span {
    width: 100% !important;
}
.facebook-comment {
    width: 100% !important;
}
.fb-comments, 
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments span[style] {
    width:100% !important; 
}

/* YouTube */
.YouTube  {
    overflow: hidden;
    position: relative;
    /* paddingで高さを出している */
    height: 0;
    padding-top:30px;
    padding-bottom:56.25%;
	margin-bottom:2%;
}
.YouTube iframe,
.YouTube object,
.YouTube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Google Map */
.GoogleMap {
    overflow: hidden;
    position: relative;
    margin:15px 0;
    /* paddingで高さを出している */
    height: 0;
    padding-bottom: 75%;
}
.GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}