@charset "UTF-8";

/* ------------------------------------
 * base
 * ------------------------------------ */
body:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(264deg, #fda14a 4%, #fd5e00 60%, #f15200 100%);
    background:linear-gradient(180deg, #fde378 4%, #f2d302 60%, #d79d01 100%);
    /*background-attachment: fixed;*/
	content: "";
	z-index: -1;
}

body {
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", serif;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
@media (max-width: 767px) {
	body:before {
	}
}
/* ------------------------------------
 * header
 * ------------------------------------ */
header {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
header h1 {
	width: 59%;
	margin: 5em auto;
}
header h1 img {
	width: 100%;
}
@media (max-width: 767px) {
	header {
		width: 95%;
	}
	header h1 {
		width: 80%;
		margin: 2em auto;
	}
}

/* ------------------------------------
 * main
 * ------------------------------------ */
main {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
    padding-bottom: 50px;
}

.main-img img {
	width: 50%;
    margin: 0px 0 3em;
}   

.caption {
	width: 96%;
	margin: 0 auto;
	font-size: 130%;
	text-align: center;
	line-height: 1.9;
}

.heading {
	width: 96%;
	max-width: 960px;
	margin: 4% auto;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.heading p {
	width: 76.7%;
	margin: 3% auto;
}
.heading p span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	padding-top: 12%;
	background: url(../img/heading.svg) no-repeat center top;
	background-size: contain;
	line-height: 0;
}
@media (max-width: 767px) {
	main {
		width: 91%;
		margin: 0 auto;
	}
	
	.main-img img {
	    width: 96%;
	    margin: 0px 0 2.5em;
	}

	.caption {
		font-size: 110%;
	}
	.heading p {
		width: 100%;
	}
}

.disk_detail {
	width: 96%;
	margin: 6% auto;
	font-size: 0;
}
.disk_detail dt {
	display: inline-block;
	width: 50%;
	font-size: 17px;
	vertical-align: top;
	z-index: 0;
    position: relative;
}
.disk_detail dt ul {
	width: 86%;
}
.item_photo img {
	width: 100%;
}
.item_detail {
	width: 100%;
	margin: 6% 0 0;
}
.item_detail p {
	font-weight: 700;
	line-height: 1.6;
}
.item_detail .item_detail_name {
	font-size: 160%;
}
.item_detail .item_detail_title {
	font-size: 250%;
}
.item_detail .sub {
	margin-left: 16px;
	font-size: 81%;
}
.item_detail .item_detail_day {
	font-size: 150%;
}
.item_detail .item_detail_no {
	margin: 1% auto 2%;
	font-size: 90%;
}
.item_detail .item_detail_price {
	font-size: 100%;
}

.item_photo {
    box-shadow: 0 0px 28px #ffffff2e;
    line-height: 0;
    border: 1px solid #ffffff38;
}

.disk_detail dd {
	display: inline-block;
	width: 50%;
	font-size: 17px;
	z-index: 1;
    position: relative;
}
.disk_detail dd ul {
	width: 100%;
}
.song_list {
	width: 100%;
	font-size: 111%;
	line-height: 2;
}
.listenbtn_disabled {
	vertical-align: middle;
	padding-left: 20px;
}
.listenbtn_disabled .listenbtn {
	display: none;
}
.songin {
	display: table;
}
.discbox .jp-play, .discbox .jp-pause {
	float: left;
	font-size: 15px;
	color: #ffffff;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
.discbox .jp-play:hover, .discbox .jp-pause:hover {
    opacity: 0.7;
}
.listenbtn {
	display: table-cell;
	width: 20px;
	vertical-align: middle;
}
.songtitle {
	display: table-cell;
	float: left;
	vertical-align: middle;
}
.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-current-time, .jp-duration {
	display: none;
}

@media (max-width: 767px) {
.item_detail .item_detail_title {
    font-size: min(28px, 7.5vw);
}

	.disk_detail dt {
		display: block;
		width: 100%;
		margin: 1% auto;
		padding-right: 0;
	}
	.disk_detail dt ul {
		width: 100%;
		margin: 0 auto;
	}
	.disk_detail dd {
		display: block;
		width: 100%;
		margin: 8% auto;
		padding-left: 0;
	}
	.song_list {
		width: 93%;
		font-size: 93%;
	}
}
.comment {
	margin: 0 auto 4%;
	padding: 4% 0;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background: -webkit-linear-gradient(left, rgba(220,220,220,0) 15%, rgba(255,255,255,1) 30% , rgba(220,220,220,0) 100%);
	background: linear-gradient(to right , rgba(255,255,255,1) 5%, rgba(144,117,191,0) 20% , rgba(255,255,255,1) 100%);
	font-size: 100%;
	text-align: left;
	line-height: 1.8;
}
.comment ul li {
	margin-left: 2em;
}
.comment ul li:first-of-type:before {
	margin-left: -2em;
	content: "title:";
}
.link {
	margin: 0 auto 8%;
	padding-top: 8%;
	color: #ffffff;
	font-size: 100%;
	text-align: left;
	line-height: 1.3;
}
.link span {
	display: block;
	margin-bottom: 1%;
	font-weight: 700;
	font-size: 108%;
}
.link a {
	display: block;
	color: #ffffff;
	transition: all .4s ease-in;
}
.link a:hover {
	color: #ffd181;
	transition: all .4s ease-in;
}

.commentary h2 {
	margin-bottom: 2%;
	padding-bottom: 1%;
	border-bottom: solid 1px ;
	font-weight: 700;
	font-size: 250%;
}
.commentary.message {
	margin-bottom: 5%;
	padding-top: 2%;
	border-top: solid 1px ;
}

.commentary ul li {
	margin-bottom: 2%;
}
.commentary ul li span {
	display: block;
	margin-bottom: .4%;
	font-weight: 700;
	font-size: 130%;
}
@media (max-width: 767px) {
	.commentary h2 {
	    font-size: 27px;
	    line-height: 1.2;
	    padding-bottom: 15px;
	}
	.comment {
		width: 100%;
		font-size: 93%;
	}
}

/* ------------------------------------
 * bkack LION iframe
 * ------------------------------------ */
.movie_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.movie_box iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
_

/* ------------------------------------
 * 動画関連
 * ------------------------------------ */
/* クリック不可設定 */
a.notplay {
	pointer-events: none;
}
/* クリック不可設定 */
.play_image img {
	width: 100%;
	border: solid 1px #000000;
	transition: all .4s ease-in;
}
.play_image img:hover {
	border: solid 1px #ffd181;
	opacity: .8;
	transition: all .4s ease-in;
}

/* ------------------------------------
 * MOVIE Jst player style
 * ------------------------------------ */
#player {
	display: none;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#player > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#player iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.eq-header , .video_title , .video_title_text_cover , .video_title_text {
	display: none !important;
}

/* ------------------------------------
 * modal style：fancybox
 * ------------------------------------ */
.fancybox-overlay {
	background: rgba(86,18,17,.4);
}
.fancybox-wrap {
	width: 100% !important;
	margin: 0 auto !important;
	margin-left: -20px !important;
}
.fancybox-skin {
	max-width: 450px;
	margin: 0 auto !important;
	padding: 0px !important;
	border: solid 2px #a67f3b;
	background: rgba(0,0,0,.8);
}
.fancybox-inner {
	width: 100% !important;
	height: auto !important;
	border: solid 1px #ffffff;
}
.fancybox-close {
	top: 0 !important;
	right: 0 !important;
}

@media (max-width: 767px) {
	.fancybox-wrap {
		width: 100%;
	}
}
/* ------------------------------------
 * jquery.dwImageProtector.js：Copy guard
 * ------------------------------------ */
.guard {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

/* ------------------------------------
 * footer
 * ------------------------------------ */
footer {
	margin: 10% auto 1%;
	text-align: center;
}
footer small {
	font-size: 100%;
}