<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ------------------------------------
 * base
 * ------------------------------------ */
body:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat left top;
	background-size: cover;
	content: "";
	z-index: -1;
	opacity: .5;
}
body {
	color: #000000;
	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 screen and (max-width: 767px) {
	body:before {
		background: #000000 url(../img/bg.jpg) no-repeat center bottom;
		background-size: cover;
	}
}
/* ------------------------------------
 * header
 * ------------------------------------ */
header {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
header h1 {
	width: 100%;
	margin: 2.5em auto;
}
header h1 img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	header {
		width: 93%;
	}
}

/* ------------------------------------
 * main
 * ------------------------------------ */
main {
	display: block;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
.caption {
	width: 96%;
	margin: 0 auto;
	font-size: 120%;
}
.caption a {
	color: #a22135;
	transition: color .2s ease-in;
}
.remarks {
	font-size: 90%;
}
.heading {
	width: 96%;
	max-width: 960px;
	margin: 4% auto;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.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: 26.8%;
	background: url(../img/heading.svg) no-repeat center top;
	background-size: contain;
	line-height: 0;
}


@media screen and (max-width: 767px) {
	main {
		width: 91%;
		margin: 0 auto;
	}
	.caption {
		font-size: 110%;
	}
	.heading p {
		width: 100%;
	}
}

.disk_detail {
	overflow: hidden;
	width: 96%;
	margin: 6% auto;
	font-size: 0;
}
.disk_detail dt {
	display: inline-block;
	width: 50%;
	font-size: 17px;
	vertical-align: top;
}
.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_detail .item_detail_time {
	font-size: 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 #3f3270;
	opacity: .8;
	transition: all .4s ease-in;
}
.disk_detail dd {
	display: inline-block;
	width: 50%;
	padding-left: 1%;
	font-size: 17px;
}
.disk_detail dd ul {
	width: 100%;
}
.disk_detail dd .song_list {
	width: 100%;
}
.disk_detail dd .song_list p .add_icon_sun:after {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-bottom: -2px;
	background: url(../img/icon_sun.svg) no-repeat left bottom;
	background-size: 100%;
	content: "";
}
@media screen and (max-width: 767px) {
	.disk_detail dt {
		display: block;
		width: 100%;
		margin: 1% auto;
		padding-right: 0;
	}
	.disk_detail dt ul {
		width: 100%;
		margin: 0 auto;
	}
	.disk_detail dt ul li .item_detail {
		width: 56%;
	}
	.disk_detail dd {
		display: block;
		width: 100%;
		margin: 8% auto;
		padding-left: 0;
	}
	.disk_detail dd .song_list {
		width: 93%;
	}
}
.comment {
	margin: 0 auto 8%;
	padding-top: 8%;
	border-top: solid 1px #000000;
	font-size: 93%;
	text-align: left;
	line-height: 1.3;
}
.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: #000000;
	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: #a22135;
	font-size: 90%;
	transition: all .4s ease-in;
}
.link a:hover {
	color: #000000;
	transition: all .4s ease-in;
}
@media (max-width: 767px) {
	.comment {
		width: 100%;
		font-size: 93%;
	}
}

/* ------------------------------------
 * MOVIE Jst player style
 * ------------------------------------ */
#player {
	display: none;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#player &gt; 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 screen and (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%;
}</pre></body></html>