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


/* ------------------------------------
 * BASE
 * ------------------------------------ */

body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background: #000;
    color: #fff;
	font: 14px/1.6 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

article {
	clear: both;
	text-align: left;
}

/* ------------------------------------
 * LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
	color: #fff;
}
a:link,
a:visited {
	text-decoration: none;
	color: #fff;
}
a img {
	border: 0;
}

/* ------------------------------------
 * HEADER
 * ------------------------------------ */

header {
	width:100%;
	background:#000 url(../images/bg_header.jpg) no-repeat center bottom;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	text-align:center;
}

header .inner {
	width:100%;
	background: url(../images/line_top.png) repeat-x center top;
}

header h1 img{
	max-width:100%;
	width: auto !important;
	width:100%;
}

@media (max-width: 1500px) {
	header {
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
	}
}

@media (max-width: 940px) {
	header {
		background:#000 url(../images/bg_header_s.jpg) no-repeat center top;
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
	}
}


/* ------------------------------------
 * CONTENTS
 * ------------------------------------ */

#content {
	position:relative;
	padding:20px 0 20px;
	font-size:115%;
	line-height:2;
}

#toptext {
	width:940px;
	margin:60px auto;
	color:#ff631b;
	text-align:left;
}


/*----商品詳細----*/
#detail {
	padding:60px 0;
	background: url(../images/bg_stripe.gif) repeat;
}

#detail ul.inner {
	width:940px;
	margin:20px auto 0;
	zoom:1;
	overflow:hidden;
}

#detail ul li.jk {
	float:left;
	width:400px;
	text-align:left;
}

#detail ul li.jk p {
	margin-top:10px;
}

#detail ul li.jk p strong {
	font-size:115%;
}

#detail ul li.songlist {
	float:right;
	width:520px;
	text-align:left;
}

#detail ul li.songlist ul {
	margin-top:10px;
}

#detail ul li.songlist .list li {
	font-size:16px;
	line-height:0.9em;
	padding-top:15px;
	width:100%;
}

#detail ul li.songlist .list span {
	font-size:11px;
}

#detail ul li.songlist .list em {
	display:block;
	font-size:15px;
	color:#fed900;
}

#detail ul li.songlist .list em a {
	color:#fed900;
	text-decoration:underline;
}

#detail ul li.songlist .list a.btn01 {
	display:block;
	width:196px;
	height:36px;
	margin-bottom:10px;
	text-indent:-9999px;
	background: url(../images/btn01.gif) no-repeat left top;
}

#detail ul li.songlist .list a.btn01:hover {
	background-position:0 -36px;
}


/*----MOVIE----*/
#movie {
	width:940px;
	margin:60px auto;
}

#movie .player {
	margin:3% auto;
	position: relative;
	padding-top: 56.25%;
	width:800px;
}

#movie .player iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#movie ul {
	zoom:1;
	overflow:hidden;
	margin-top:30px;
}

#movie ul li {
	width:49%;
	float:left;
	font-size:24px;
	margin-bottom:3%;
}

#movie ul li.right {
	float:right;
}

#movie ul li p {
	display:block;
	margin-top:5px;
	line-height:1.2;
}

#movie ul li p span {
	font-size:12px;
	display:block;
}

#movie ul li .box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#movie ul li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movie ul li .comingsoon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#232323 url(../images/comingsson.gif) no-repeat center center;
	text-indent:-9999px;
}

/*----配信----*/
#haishin {
	padding:60px 0;
	background: url(../images/bg_stripe01.gif) repeat;	
	color:#ff631b;
}

#haishin .inner {
	width:960px;
	margin:0 auto;
}

#haishin h4 {
	text-align:left;
	font-size:160%;
	font-weight:normal;
}
#haishin h4 span {
	font-size:22px;
	color:#ff7e00;
}
#haishin .teigaku {
	margin-bottom:5%;
}

#haishin ul {
	zoom:1;
	overflow:hidden;
}

#haishin ul li {
	float:left;
	width:33%;
}

#haishin ul li .box {
	position:relative;
	margin:3% 5px 3% 15px;
	padding:40px 10px 10px;
	background-color:#fff;
}

#haishin ul li .box .data {
	position:absolute;
	top:12px;
	left:-14px;
	text-align:left;
}

#haishin ul li .box .logo {
	text-align:center;
}

#haishin ul li .box .logo img {
	max-width:100%;
	width: auto !important;
	width:100%;
}

#haishin ul li .box a,
#haishin ul li .box span {
	display:block;
	margin:20px 0 0;
	padding:10px 5px;
	background-color:#000000;
	text-align:center;
}
#haishin ul li .box a img,
#haishin ul li .box span img {
	max-width:100%;
	width: auto !important;
	width:100%;
}


/*  BUTTON  */
.btnArea {
	margin:3% 0 0;
	text-align:center;
	color:#ff631b;
}
.btnArea ul {
	width:870px;
	margin:0 auto;
	zoom:1;
	overflow:hidden;
}
.btnArea ul li {
	width:290px;
	float:left;
}

.btnArea a.btn {
	display:block;
	width:280px;
	margin:0 auto 10px;
	padding:16px 0;
	font-size:140%;
	font-weight:bold;
	background-color:#ff7e00;
	color:#000;
	text-align:center;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.btnArea a.popup {
	line-height: 1.4em;
	margin-top: 20px;
	border: solid 1px #ff7e00;
	background-color: #24042b !important;
	color:#ff5e00 !important;
	font-size: 131%;
}

.top_back {
	margin:10px auto 0;
	width:940px;
	text-align:right;
	color:#ff631b;
}

.top_back a {
	display:inline-block;
	margin-right:10px;
	color:#ff631b;
}

/*  DISC  */
.songin {
	display:table;
}
.listenbtn {
	display:table-cell;
	vertical-align:top;
	width:35px;
	line-height:1.6;
}
.songtitle {
	display:table-cell;
	vertical-align:middle;
	float:left;
}

.jp-play, .jp-pause {
	float:left;
	box-sizing: border-box;
	border:3px solid #fff;
	font-size:6px;
	padding:2px 6px;
	margin-top:4px;
	border-radius:50%;
	width:25px;
	height:25px;
	cursor: pointer;
}
.jp-pause {
	padding:2px 5px;		
	color:#333;
	background:	#fff;
}
.jp-play:hover, .jp-pause:hover {
	color:#333;
	background:	#fff;
}


@media (max-width: 960px) {
header .inner {
	width:100%;
	background: url(../images/line_top.png) repeat-x center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

#content {
	font-size:100%;
	line-height:2;
}

#content h2 {
	width:100%;
	margin-bottom:3%;
}

#content h2 img {
	width:300px;
}

#toptext {
	width:94%;
	margin:30px auto;
	
}

#detail {
	width:100%;
	padding:5% 0;
}

#detail ul.inner {
	width:100%;
	margin:0 auto;
}

#detail ul li.jk,
#detail ul li.songlist {
	float:none;
	width:100%;
}
#detail ul li.jk {
	text-align:center;
}
#detail ul li.jk img {
	max-width:100%;
	width:auto !important;
	width:100%;		
}
#detail ul li.songlist .inner {
	margin-top:3%;
	padding:3%;
	border-top: solid 1px #ff4b00;
}
#detail ul li.songlist .list li {
	font-size:14px;
}

#movie {
	margin:30px auto 0;
	width:100%;
}

#movie .player {
	width:100%;
}

#movie ul {
	margin-top:15px;
}
#haishin {
	padding: 5% 0;
}
#haishin .inner {
	width:100%;
}
#haishin h2 {
	margin-bottom:0;
}
#haishin h4 {
	margin:0 2%;
}

#haishin ul {
	margin-right:2%;
}
#haishin ul li {
	float:left;
	width:50%;
}
#haishin ul li .box .data {
	left:-11px;
}
#haishin ul li .box .data img {
	width:140px;
}

.btnArea ul {
	width:100%;
}
.btnArea ul li {
	width:100%;
	float:none;
}
.top_back {
	margin:0;
	width:100%;
}
}


@media (max-width: 640px) {
header .inner {
	padding-top:20px;
}

#detail ul li.jk img {
	display:block;
	max-width: none;
	width:50% !important;
	margin:0 auto;
}

#detail ul li.songlist .list li {
	font-size:13px;
	line-height:1.3em;
	padding-top:10px;
}

#detail ul li.songlist .list a.btn01 {
	display:block;
	width:120px;
	height:22px;
	margin-top:5px;
	background: url(../images/btn01.gif) no-repeat left top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

#detail ul li.songlist .list a.btn01:hover {
	background-position:0 0;
}

#movie ul li {
	width:100%;
	float:none;
	font-size:18px;
	margin-bottom:3%;
}

#movie ul li.right {
	float:none;
}

.btnArea a.btn {
	padding:10px 0;
	font-size:130%;
}
.btnArea a.popup {
	margin-top: 15px;
}

.jp-play, .jp-pause {
	margin-top:2px;
}

}

@media (max-width: 430px) {
#detail ul li.songlist .list li {
	line-height:1.3em;
	padding-top:10px;
}
#detail ul li.songlist .list span {
	font-size:10px;
}
}


.sns_area {
	position:absolute;
	top:10px;
	right:20px;
	width:320px;
}

.sns_area ul {
	zoom:1;
	overflow:hidden;
}

.sns_area ul li {
	float:left;
	margin-left:5px;
}

@media (max-width: 830px) {
	.sns_area {
		top:10px;
		right:10px;
		width:310px;
	}
}


/*---- POPUP ----*/

#popup {
	background: url(../images/bg_stripe.gif) repeat;
}
	
#popup header {
	background-image: none;
	background-color: transparent;
}

#popup header .inner {
	padding-top: 10%;
	width:100%;
	background: url(../images/line_top.png) repeat-x center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

#popup h1 {
	width:100%;
}

#popup h1 img {
	width:300px;
}

#comment {
	padding:20px 0;
}

#comment ul {
	margin: 0 10px;
	zoom:1;
	overflow:hidden;
	text-align: left;
}

#comment li {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #f38d23;
}

#comment li span {
	display: block;
	padding-bottom: 5px;
	color: #ff631b;
}

#popup footer {
	margin: 20px 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

#popup footer small {
	display:block;
	height: auto;
	padding-bottom: 9%;
}

@media (min-width: 940px) {
	#popup header .inner {
		padding-top: 6%;
	}
	#popup footer small {
		padding-bottom: 6%;
	}
}

@media (max-width: 940px) {
	#popup header {
		background-image: none;
	}
}


/* ------------------------------------
 * FOOTER
 * ------------------------------------ */

footer {
	clear: both;
	margin:50px 0 0px;
	font-size:83%;
	width:100%;
	background: url(../images/line_bottom.png) repeat-x center bottom;
}

footer small {
	display:block;
	height:100px;
}




/*--- clearfix ------------------*/

#detail ul:after,
#movie ul:after {
.sns_area ul:after,
header #detail:after  {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0.1em;
    content: ".";
    visibility: hidden;
}