<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
	text-align: center;
	background: #fff;
	width: 100%;
	padding: 60px 0;
	margin: auto;
	position: relative;
	z-index: 1;
}
article {
	width: 100%;
	margin: auto;
	padding: 0px 0 0px;
	z-index: 1;
}
article &gt; article {
	padding: 0px 0 20px;
}
h2.bg {
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin: 0 0 4vw 0;
	padding: 15px 0;
	background-image: url(../images/h2_bg.jpg);
	background-size: cover;
	background-color: #000;
	box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,.5);
}
h2.bg img {
	width: 50%;
	max-width: 440px;
	filter: drop-shadow(0px 0px 20px 20px rgba(255,0,0,.5));
}
h3.box {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	margin: 0 0 40px 0;
	padding: .5em 1em .8em 1em;
	background: #333;
}
h3.box .sml {
	font-size: 70%;
	line-height: 1.2!important;
}

p {
	text-align: left;
}
p.lead {
	font-weight: 500;
}
.note {
	font-size: 80%;
}

a.more {
	color: #000;
	font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
	line-height: 1.5;
	text-align: left;
	padding: .2em 0;
	margin: 0 auto 2vh auto;
	display: inline-block;
	position: relative;
}
a.more:hover {
	color: #c30d23;
}
a.more::after {
	content: '';
	width: 2em;
	height: 1px;
	background: #666;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease;
}
a.more:hover::after {
	background: #c30d23;
	width: 100%;
	left: 0em;
	top: 0px;
	transition: all 0.2s ease;
}

.contentsBody {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0;
}
.contentsBody .flex {
	display: flex;
	justify-content: space-between;
}

.square li {
	list-style: square;
	margin-left: 2em;
}

/*
#mainArea
*/
#mainArea {
	width:100%;
	background: #000;
	padding: 0px 0px;
	position: relative;
	z-index: 1000;
}
#mainArea #main {
	width: 100vw;
	height: 71.9vw;
	max-width: 1280px;
	max-height: 920px;
	padding: 0px 0px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1002;
}
#mainArea #main .anm_obj {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
#mainArea #main #main_logo {
	width: 80%;
	max-width: 800px;
	z-index: 1004;
}
#mainArea #main #main_photo {
	z-index: 1003;
}
#mainArea #main_base {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: #000;
	z-index: 1001;
}


#page_menu {
	width:100%;
	padding: 10px 0;
	background: #fff;
}
#page_menu ul {
	font-family: "Roboto Condensed";
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
#page_menu ul li {
	width:25%;
	padding: 1em 0 .5em 0;
}
#page_menu ul li span {
	color: #c30d23;
	font-size: clamp(0.875rem, 0.65rem + 0.75vw, 1.25rem);
	font-weight: 600;
}


/*
#releaseArea
*/
#releaseArea {
	padding: 0 0 60px 0;
}
#releaseArea article {
	margin-bottom: 4vw;
}
#releaseArea .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#releaseArea .artwork {
	text-align: left;
	width: 48%;
	max-width: 540px;
}
#releaseArea .artwork figure {
	margin-bottom: 1em;
}
#releaseArea .artwork figure figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
#releaseArea .artwork img {
	box-shadow: 0 .5em 1.5em -.5em rgba(0,0,0,0.3);
}
#releaseArea .artwork_sub {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 2%;
}

#releaseArea .data_full {
	width: 100%;
	padding: 2vw 0 2vw 0;
}

#releaseArea .data {
	width: 48%;
	text-align: left;
	padding: 2vw 0 2vw 0;
}
#releaseArea .data .artwork {
	width: 100%;
}
#releaseArea .data .artwork img {
	height: 48vw;
	max-height: 540px;
}

#releaseArea .data_main {
	font-family: "Roboto Condensed",sans-serif;
	color: #333;
	font-size: clamp(1rem, 0.7rem + 1vw, 1.5rem);
	padding-bottom: 1vw;
}
#releaseArea .data_main p.type {
	font-size: 110%;
	font-weight: 700;
	margin: .5em auto .5em;
}
#releaseArea .data_main p.title {
	font-size: 180%;
	font-weight: 600;
	margin: 1em auto 1em;
}
#releaseArea .data_main p.date {
	font-size: 150%;
	font-weight: 700;
	margin: .5em auto .5em;
}
#releaseArea .data_main p.date span {
	font-size: 40%;
	font-weight: 300;
	display: block;
}
#releaseArea h3 {
	font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
	font-weight: 600;
	line-height: 1.5;
	margin: 2em auto 1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#releaseArea .data + h3 {
	margin: 0em auto 1em;
}
#releaseArea h3::after {
	border-top: 2px solid;
	content: "";
	width: 1em;
	height: 2px;
	margin: .2em 0 0 1em;
	flex-grow: 1;
}
#releaseArea h3.noline {
	margin: 2em auto .2em;
}
#releaseArea h3.noline::after {
	border-top: 0px solid;
	content: "";
	width: 0;
}
#releaseArea h3.en {
	font-size: 80%;
	font-family: "Roboto Condensed",sans-serif;
}

#releaseArea p.spec {
	font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
	font-weight: 600;
}
#releaseArea p.analog {
	font-size: 110%;
	font-weight: 700;
}
#releaseArea .btnArea {
	margin: .2em auto 1em auto;	
}
#releaseArea ul.incl {
	font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
	list-style: none;
	margin: .5em 0;
}
#releaseArea ul.incl li {
	text-indent: -1.5em;
	margin: 0 0 .2em 1.5em;
}
#releaseArea ul.incl li::before {
	content: "笳�";
	font-weight: bold;
    display: inline-block;
    width: 1.5em;
    text-indent: 0;
}
.load_ve {
	display: none;
}
.modal_cnt {
	width: 100%;
}
.modal_cnt iframe {
	width: 100%;
	height: 400px;
	margin: auto;
}

.data_full  h3 {
	margin: 0em auto 1em;
}
.tracklist {
	margin: 0em auto 2vw;
}
.tracklist ul {
	font-size: 16px;
	font-weight: 600;
	padding: .7em .2em .5em;
	margin: 0em auto 1vw;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.data_full .tracklist ul {
	text-align: left;
	column-count: 1;
}

.tracklist .trackNum {
	font-family: "Roboto Condensed",sans-serif;
	color: #000;
	font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
	font-weight: 400;
	line-height: 1.2em;
	text-align: right;
	width: 1.5em;
	display:inline-block;
	margin: 0 .2em .5em 0;
}
.tracklist .note {
	font-size: 75%;
	font-weight: 300;
	margin-left: .2em;
}
.note {
}

.tracklist .preview_no {
	width: 16px;
	display: inline-block;
}

/*
movie
*/
#movieArea {
}
#movieArea .contentsBody {
	width:100%;
	max-width: 960px;
	padding: 0px 0px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.movie {
	height: auto;
	vertical-align: top;
	padding-bottom: 4vw;
}
.movie1 {
	width: 100%;
}
.movie2 {
	width: 48%;
}
.movie3 {
	width: 32%;
}
.movie .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
#topicsArea
*/
#topicsArea {
	width: 100%;
	text-align: left;
	padding: 0 0 60px 0;
}
#topicsArea .flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 4%;
}
#topicsArea article {
	width: 42%;
	margin: 0 0 1em;
}
#topicsArea article h1 {
	font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
	font-weight: 600;
	line-height: 1.5;
	margin: 1em auto 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}
#topicsArea article p {
	font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
	line-height: 1.5;
	margin: .5em auto;
}


#topicsArea article a.more {
	margin: 1em auto 0;
}


/*
#liveArea
*/
#liveArea {
}
#liveArea h1 {
	width: 80%;
	max-width: 640px;
	margin: 1em auto 2em;
}
#liveArea dl {
	font-size: clamp(0.875rem, 0.65rem + 0.75vw, 1.25rem);
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width:45%;
	margin: auto;
}
#liveArea dt {
	font-size: 80%;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
}
#liveArea dd {
	margin-bottom: 2em;
}
#liveArea dd span {
	font-size: 150%;
}
#liveArea dd a {
	color: #000;
	font-family: "Roboto Condensed",sans-serif;
	font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: .2em 1em;
	border: 1px solid #000;
	background: #fff;
}
#liveArea dd a:hover {
	color:#fff;
	background: #000;
}

/*
#profileArea
*/
#profileArea {
}
#profileArea p {
	font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
	line-height: 1.8;
	margin: 0 auto 1em;
}
#profileArea .flex {
	margin-top: 2vw;
	gap: 2px;
}

@media screen and (max-width: 1280px) {
.contentsBody {
	width: 96%;
}
}

@media screen and (max-width: 480px) {
section {
	padding: 0 0 30px 0;
}
article {
	padding: 2vh 0;
}

.contentsBody {
	width: 90%;
}
.contentsBody .flex {
	display: flex;
	justify-content: space-between;
}

/*
#mainArea
*/
#mainArea {
	width:100%;
	padding: 80px 0px 0px;
	margin-bottom: 0px;
}
#mainArea #main {
}
	
#page_menu ul {
	justify-content: center;
	flex-wrap: wrap;
}
#page_menu ul li {
	width: 48%;
	padding: .5em 0 .2em 0;
}

/*
#releaseArea
*/
#releaseArea {
}
#releaseArea article {
	margin-bottom: 4vw;
}
#releaseArea .flex {
	flex-direction: column;
}
#releaseArea .artwork {
	text-align: left;
	width: 100%;
}
#releaseArea .artwork figure figcaption {
}
#releaseArea .artwork img {
}
#releaseArea .artwork_sub {
	flex-direction: column;
}
#releaseArea .artwork_sub figure {
	text-align: center;
}
#releaseArea .artwork_sub figure img {
	width: auto;
	height: auto;
	max-height: 90vw;
}

	
#releaseArea .data_full {
	flex-direction: column;
}

#releaseArea .data {
	width: 100%;
}
#releaseArea .data .artwork {
	width: 100%;
}
#releaseArea .data .artwork figure img {
	width: auto;
	height: auto;
	max-height: 90vw;
}
#releaseArea .data_main {
}
#releaseArea .data_main p.type {
	margin: .5em auto .5em;
}
#releaseArea .data_main p.title {
	margin: .5em auto .5em;
}
#releaseArea .data_main p.date {
	margin: .5em auto .5em;
}
#releaseArea h3 {
	margin: 2em auto 1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#releaseArea h3::after {
	border-top: 1px solid;
	content: "";
	width: 0em;
	height: 2px;
	margin: .2em 0 0 .5em;
	flex-grow: 1;
}
#releaseArea h3.noline {
}
#releaseArea h3.noline::after {
	border-top: 0px solid;
	content: "";
	width: 0;
}
#releaseArea h3.en {
}

.tracklist ul {
	font-size: 14px;
	padding: .7em .2em .5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.data_full .tracklist ul {
	text-align: left;
	column-count: 1;
}

.tracklist .trackNum {
}
.tracklist .note {
}
.tracklist .preview_no {
	width: 14px;
}
.modal_cnt {
	width: 100%;
}
.modal_cnt iframe {
	width: 100%;
	height: 400px;
	margin: auto;
}

/*
movie
*/
#movieArea {
}
#movieArea .contentsBody {
	width: 90%;
	margin: auto;
	flex-direction: column;
}
.movie {
	height: auto;
	vertical-align: top;
	padding-bottom: 4vw;
}
.movie1 {
	width: 100%;
}
.movie2 {
	width: 100%;
}
.movie3 {
	width: 100%;
}

/*
#topicsArea
*/
#topicsArea {
}
#topicsArea .flex {
	flex-direction: column;
	gap: 2%;
}
#topicsArea article {
	width: 100%;
	margin: 0 0 1em;
}

/*
#liveArea
*/
#liveArea {
}
#liveArea h1 {
	width: 90%;
	max-width: 640px;
	margin: 1em auto 1em;
}
#liveArea dl {
	width: 100%;
	margin: auto;
}
#liveArea dt {
	margin-bottom: 1em;
}
#liveArea dd {
	margin-bottom: 2em;
}
#liveArea dd span {
	font-size: 150%;
}
#liveArea dd a {
	margin-top: 20px;;
}

/*
#profileArea
*/
#profileArea {
}
#profileArea p {
}
#profileArea .flex {
	margin-top: 2vw;
	gap: 0;
	flex-wrap: wrap;
}
#profileArea .flex figure {
	width: 50%;
}


}</pre></body></html>