<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	/* font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; */
	font-weight: normal;
	background-image: url("../img/bg_dot.png");
}
img {
	vertical-align: bottom;
}
h2 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 4vw;
	color: #00b7ee;
	font-weight: normal;
	text-align: center;
	background: #fff100;
}
footer {
	z-index: 99999;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

footer #snsBox {
	margin-bottom: 20px;
}
footer .hardLogo {
	display: block;
	width: 100%;
	max-width: 70px;
	margin: 20px auto;
}
footer #compBox {
	display: block;
	margin: 20px auto;
}
footer .notice {
	display: block;
	width: 100%;
	max-width: 382px;
	margin: 10px auto;
}
#footerLine {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto auto 10px auto;
}



#specBox {
	color: #00b7ee;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background-color: #fff100;
	background-image: url("../img/spec_l.png"), url("../img/spec_r.png");
	background-repeat: no-repeat;
	background-position: left top, right top;
	background-size: 10% 100%;
	padding: 3%;
	border-top: solid 5px #00b7ee;
	border-bottom: solid 5px #00b7ee;
}
#specBox a {
	box-sizing: border-box;
	display: block;
	color: #fff100;
	text-decoration: none;
	width: 50%;
	max-width: 400px;
	margin: auto;
}
#specBox a img {
	display: block;
	width: 100%;
}
#specBox small {
	display: block;
	color: #c00;
	line-height: 1.5;
	margin-top: 10px;
}
#specBox small strong {
	color: #fff;
	background: #c00;
	padding: 2px 5px;
	margin-right: 5px;
}
#specBox dl {
	margin-bottom: 1em;
}
#specBox dl dt {
	box-sizing: border-box;
	display: inline-block;
}
#specBox dl dt:after {
	content:"ï¼š";
}
#specBox dl dd {
	display: inline-block;
}



/* ///////////////////////////////////////////////////////////
///loading
/////////////////////////////////////////////////////////// */
.loading {
	z-index: 10000;
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 250px;
	display: none;
}
.loading img {
	width: 70px;
	animation: re 3s linear infinite;
}
@keyframes re {
	0%  {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}





/* nav
----------------------------------------------------------------- */
#sale {
	display: block;
	background-image: url("../img/sale.png");
	background-size: auto 100%;
	background-repeat: repeat-x;
}
#nav {
	box-sizing: border-box;
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	background: #00b7ee;
	padding: 10px;
}
#nav a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	color: #00b7ee;
	font-size: 2vw;
	text-decoration: none;
	background: #fff;
	padding: 5px 10px;
	margin: 2px;
	border-radius: 15px;
	overflow: hidden;
}
#nav a.non {
	opacity: 0.3;
	text-decoration: line-through;
}
#nav a:not(.non):hover {
	color: #fd6598;
}
#nav a.select {
	color: #fd6598;
}
#nav a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 8px;
	color: #fff;
	text-align: center;
	background: #c00;
	
}

#subNum {
	text-align: center;
	background: #00b7ee;
	padding: 5px;
}
#subNum a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin: 2px;
	border-radius: 5px;
}
#subNum a:hover {
	color: #00b7ee;
	background: #fff;
}
#subNum a.select {
	color: #00b7ee;
	background-color: #fff100;
	border: solid 1px #fff;
}
#subNum a span {
}




/* top
----------------------------------------------------------------- */
#keyImg {
	position: relative;
	background-image: url("../img/top/keyvisual3.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#keyImg img {
	display: block;
	width: 100%;
}
#keyImg #logo {
	z-index: 50;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 45%;
	max-width: 600px;
}
#keyImg #onofBtn {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		width: 10%;
		cursor: pointer;
		overflow: hidden
	}
#keyImg a #otton {
		z-index: 500;
		position: relative;
	}
#keyImg a #ya {
		z-index: 400;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: spin 6s linear infinite;
		-moz-animation: spin 6s linear infinite;
		-ms-animation: spin 6s linear infinite;
		-o-animation: spin 6s linear infinite;
		animation: spin 6s linear infinite;
	}
#keyImg .girl {
		position: absolute;
		top: 0;
		left: 0;
	}




/* world
----------------------------------------------------------------- */
#storyBox {
	box-sizing: border-box;
	font-size: 1.4vw;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	background-image: url("../world/img/dot.png"), url("../world/img/bg.jpg");
	background-size: auto, cover;
	width: 100%;
	/*max-width: 1200px;*/
	padding: 5%;
	margin: auto;
}
#storyBox strong {
	display: inline-block;
	font-size: 2.5vw;
	padding: 3px;
}
#storyBox strong.p {
	color: #ea68a2;
}
#storyBox strong.b {
	color: #00b7ee;
}
#worldBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#worldBox .worldTwo {
	display: table;
}
#worldBox dt {
	color: #00b7ee;
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: solid 3px #00b7ee;
}
#worldBox dl,
#worldBox .worldImg {
	display: table-cell;
	vertical-align: top;
}
#worldBox dl {
	box-sizing: border-box;
	width: 50%
}
#worldBox .worldImg {
	box-sizing: border-box;
	width: 50%
}
#worldBox img {
	display: block;
	width: 100%;
}




/* chara
----------------------------------------------------------------- */
#charaBox {
	
}
#charaBox .paraBg {
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
}
.chara0, .chara1, .chara2, .chara3, .chara4, .chara5,
.chara6, .chara7, .chara8, .chara9, .chara10, .chara11, .chara12 {
	background-attachment: scroll, fixed;
	background-position: center bottom, center -20vw;
	background-size: 100% auto, cover;
	background-repeat: no-repeat, no-repeat;
}
.chara0 {
	background-image: url(../chara/img/c0_catch.png), url(../chara/img/c0_bg.png);
}
.chara1 {
	background-color: #fdf0f6;
	background-image: url(../chara/img/c1_catch.png), url(../chara/img/c1_bg.jpg);
	border-top: solid 5px #eb68a2;
}
.chara2 {
	background-color: #eef1fc;
	background-image: url(../chara/img/c2_catch.png), url(../chara/img/c2_bg.jpg);
	border-top: solid 5px #5b77dd;
}
.chara3 {
	/*background-color: #fbebeb;*/
	background-image: url(../chara/img/c3_catch.png), url(../chara/img/c3_bg.png);
	border-top: solid 5px #d33f3f;
}
.chara4 {
	background-color: #f2effa;
	background-image: url(../chara/img/c4_catch.png), url(../chara/img/c4_bg.jpg);
	border-top: solid 5px #7d60d2;
}
.chara5 {
	background-color: #fceef2;
	background-image: url(../chara/img/c5_catch.png), url(../chara/img/c5_bg.jpg);
	border-top: solid 5px #dd5c7e;
}
.chara6 {
	background-color: #f4f1f8;
	background-image: url(../chara/img/c6_catch.png), url(../chara/img/c6_bg.jpg);
	border-top: solid 5px #9677b9;
}
.chara7 {
	background-color: #eff3e6;
	background-image: url(../chara/img/c7_catch.png), url(../chara/img/c7_bg.jpg);
	border-top: solid 5px #638c0b;
}
.chara8 {
	background-color: #f5eef9;
	background-image: url(../chara/img/c8_catch.png), url(../chara/img/c8_bg.jpg);
	border-top: solid 5px #9955c3;
}
.chara9 {
	background-color: #efedf2;
	background-image: url(../chara/img/c9_catch.png), url(../chara/img/c9_bg.jpg);
	border-top: solid 5px #644f80;
}
.chara10 {
	background-color: #f7f0e5;
	background-image: url(../chara/img/c10_catch.png), url(../chara/img/c10_bg.jpg);
	border-top: solid 5px #ad6c03;
}
.chara11 {
	background-color: #f3f4fb;
	background-image: url(../chara/img/c11_catch.png), url(../chara/img/c11_bg.jpg);
	border-top: solid 5px #8598d8;
}
.chara12 {
	/*background-color: #f2e6f1;*/
	background-image: url(../chara/img/c12_catch.png), url(../chara/img/c12_bg.png);
	border-top: solid 5px #830876;
}
.charaKs,
.charaGs {
	position: relative;
	box-sizing: border-box;
	display: table;
	width: 100%;
	max-width: 1400px;
	padding: 5%;
	margin: auto;
}
#charaBox .charaPic,
#charaBox .charaTxt {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	
}
#charaBox .charaPic img {
	display: block;
	width: 100%;
}
#charaBox .charaTxt p {
	background: rgba(255,255,255,0.7);
	padding: 15px;
	margin-top: 15px;
}
#charaBox .charaName {
	display: block;
	width: 100%;
	max-width: 700px;
}





/* system
----------------------------------------------------------------- */
#systemNewBox {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
}
#systemNewBox {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.systemNewBg {
	box-sizing: border-box;
	background-image: url("../system/img/bg_new.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#systemNewBox dl {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#systemNewBox dt {
	color: #00b7ee;
	font-size: 3vw;
	line-height: 1.3;
	font-weight: bold;
	background-image: url("../system/img/h3_bg.png");
	background-size: 100% 100%;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
#systemNewBox dt strong {
	color: #fff;
	font-size: 2vw;
	background: hotpink;
	padding: 5px 10px;
	border-radius: 10px;
}
#systemNewBox ruby {
	color: hotpink;
	font-size: 30px;
	font-weight: bold;
}
#systemNewBox dd {
	display: block;
	width: 100%;
}
#systemNewBox dd br {
	display: none;
}
#systemBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#systemBox dt {
	color: #00b7ee;
	font-size: 3vw;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	background-image: url("../system/img/h3_bg.png");
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#systemBox dt strong {
	color: hotpink;
}
#systemBox dd {
	margin-bottom: 10%;
}
#systemBox dd strong {
	font-weight: bold;
	color: hotpink;
}
#systemNewBox dd img, 
#systemBox dd img {
	display: block;
	width: 100%;
	margin: 10px auto auto auto;
}





/* sound
----------------------------------------------------------------- */
#opedBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#opedBox #opedTab {
	display: table;
	width: 100%;
	border-collapse: separate;  /* ã‚»ãƒ«ã®é–“éš”ã‚’ç©ºã‘ã‚‹ */
	border-spacing: 10px 10px;  /* å·¦å³ ä¸Šä¸‹ã§è¨˜è¿° */
}
#opedBox .opedSong {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	background: #ffeff6;
	width: 50%;
	padding: 3%;
	border: double 3px #ea68a2;
}
#opedBox dt {
	color: #ea68a2;
	font-weight: bold;
}
#opedBox dt strong {
	display: block;
	font-size: 2.5vw;
}
#opedBox dd {
	
}
#santoraBox {
	box-sizing: border-box;
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 5% auto auto auto;
}
#santoraBox img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: solid 1px #00b7ee;
}
#santoraBox #santoraJacket,
#santoraBox #santoraTxt {
	display: table-cell;
	vertical-align: top;
}
#santoraBox #santoraJacket {
	width: 30%;
}
#santoraBox #santoraTxt {
	box-sizing: border-box;
	width: 70%;
	padding-left: 15px;
}
#santoraTxt table {
	width: 100%;
	border-collapse: collapse;
}
#santoraTxt table td:first-child {
	color: #fff;
	text-align: center;
	background: #00b7ee;
	border-bottom: solid 1px #fff100;
}
#santoraTxt table td {
	padding: 3px;
	border-bottom: solid 1px #00b7ee;
}
#santoraTxt ul#sntrPick {
	margin: 1em 0;
}
#santoraTxt #sntrPick li {
	text-indent: -1em;
	padding-left: 1em;
}
#santoraTxt #sntrPick li:before {
	content: "â–&nbsp;";
}
#sntrList {
	font-size: 12px;
	text-align: left;
	background: #eee;
	padding: 10px;
}
#sntrList li {
	display: inline-block;
	width: 48%;
}




/* special
----------------------------------------------------------------- */
#movieBox,
#wallBox {
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#movieBox p span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1vw;
	background: #c00;
	padding: 3px 5px;
	margin-right: 5px;
}
#movieBox p {
	color: #00b7ee;
	font-size: 2.5vw;
	font-weight: bold;
}
#wallBox p {
	color: #00b7ee;
	font-size: 3vw;
	font-weight: bold;
}
#movieBox ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#movieBox li {
	box-sizing: border-box;
	display: inline-block;
	width: 48%;
	padding: 0.5%;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#wallBox img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#wallBox a {
	display: block;
	color: #fff;
	background: #00b7ee;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}




/* info
----------------------------------------------------------------- */
#dlcBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
.dlcTab {
	width: 100%;
}
.dlcTab img {
	display: block;
	width: 100%;
}
.dlcTab .dlcImg,
.dlcTab .dlcTxt {
}
.dlcTab .dlcImg {
	width: 100%;
	max-width: 600px;
	margin: auto auto 10px auto;
}
.dlcTab .dlcTxt {
	box-sizing: border-box;
	width: 100%;
}
.dlcTab .dlcTit {
	color: #fff;
	font-weight: bold;
	background: #00b7ee;
	padding: 5px;
	border-radius: 5px;
}
.dlcTab .dlcTit span {
	color: #00b7ee;
	background: #fff;
	padding: 2px 5px;
	margin-right: 5px;
	border-radius: 5px;
}
.dlcTab .dlcDay {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: double 3px #00b7ee;
}
.dlcTab dt {
	font-weight: bold;
}
.dlcTab dt:before {
  content: "â–&nbsp;";
}
.dlcTab dd {
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.dlcTxt a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: hotpink;
	padding: 5px;
	margin: auto;
	border-radius: 5px;
}







/* ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦å¹…ãŒ0-767pxã®å&nbsp;´åˆã«é©ç”¨ã™ã‚‹CSS */
@media screen and (max-width:767px){
	
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 9vw;
	}
	
	
	
	
	/* nav
	----------------------------------------------------------------- */
	#sale {
		height: 25px;
	}
	#sale img {
		height: 25px;
	}
	#nav {
		padding: 5px;
	}
	#nav a {
		line-height: 1;
		font-size: 3.2vw;
		padding: 5px;
		border-radius: 15px;
	}
	#subNum {
		font-size: 12px;
	}
	
	
	
	
	#specBox {
		font-size: 12px;
		line-height: 1.3;
		background-image: none;
	}
	#specBox a {
		width: 100%;
		max-width: auto;
	}
	#specBox dl br {
		display: none;
	}
	#specBox dl dt {
		box-sizing: border-box;
		display: block;
		background: rgba(255,255,255,0.5);
	}
	#specBox dl dt:after {
		content: none;
	}
	#specBox dl dd {
		display: block;
		margin-bottom: 10px;
	}




	/* world
	----------------------------------------------------------------- */
	#storyBox {
		font-size: 2.5vw;
	}
	#storyBox strong {
		font-size: 4vw;
	}
	#worldBox .worldTwo {
		display: block;
		width: 100%;
	}
	#worldBox dt {
		display: block;
		font-size: 5vw;
	}
	#worldBox dl,
	#worldBox .worldImg {
		display: block;
		width: 100%;
	}




	/* chara
	----------------------------------------------------------------- */
	#charaBox .paraBg {
		position: relative;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.chara0, .chara1, .chara2, .chara3, .chara4, .chara5,
	.chara6, .chara7, .chara8, .chara9, .chara10, .chara11, .chara12 {
		background-attachment: scroll, scroll;
		background-position: center top, center top;
		background-size: 100% auto, 100% auto;
		background-repeat: no-repeat, no-repeat;
	}
	.chara0 {
		background-image: url(../chara/img/c0_catch.png);
	}
	.chara3 {
		background-image: url(../chara/img/c3_catch.png);
	}
	.chara12 {
		background-image: url(../chara/img/c12_catch.png);
	}
	.charaKs,
	.charaGs {
		display: flex;
		flex-flow: column nowrap;
	}
	#charaBox .charaPic {
		order: 1;
	}
	#charaBox .charaTxt {
		order: 2;
	}
	#charaBox .charaPic,
	#charaBox .charaTxt {
		width: 100%;
	}




	/* system
	----------------------------------------------------------------- */
	#systemNewBox {
		font-size: 4vw;
	}
	#systemNewBox dt {
		font-size: 5vw;
	}
	#systemNewBox ruby {
		font-size: 4vw;
	}
	#systemNewBox dd br {
		display: inline;
	}
	#systemBox dt {
		font-size: 5vw;
	}




	/* sound
	----------------------------------------------------------------- */
	#opedBox #opedTab,
	#opedBox .opedSong {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#opedBox dt strong {
		display: block;
		font-size: 7vw;
	}
	#santoraBox,
	#santoraBox #santoraJacket,
	#santoraBox #santoraTxt {
		display: block;
		width: 100%;
		padding: 0;
	}
	#santoraBox #santoraJacket {
		max-width: 300px;
		margin: auto auto 5px auto;
	}
	#sntrList {
		font-size: 10px;
	}
	#sntrList li {
		display: block;
		width: 100%;
	}




	/* special
	----------------------------------------------------------------- */




	/* info
	----------------------------------------------------------------- */
	#dlcBox {
		box-sizing: border-box;
		width: 100%;
		max-width: 1200px;
		padding: 5%;
		margin: auto;
	}
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}</pre></body></html>