<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*nav---font-family: 'Rajdhani', ;*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani&amp;display=swap');

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;
}
img {
	vertical-align: bottom;
}
h2 {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	max-width: 50px;
}
h2 img {
	display: block;
	width: 100%;
}
h3 {
}
#bg {
	position: relative;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
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;
}
footer .toha {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto auto 20px auto;
}
footer .toha img {
	display: block;
	width: 100%;
}



#specBox {
	color: #fff;
	text-align: center;
	background: #ed9ff5;
	padding: 3%;
}
#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 table {
	margin-bottom: 1em;
}
#specBox table tr {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 15px;
}
#specBox td {
	padding: 3px 7px;
}
#specBox td:first-child {
	border: solid 1px #fff;
}
#specBox table br {
	display: none;
}



/* ///////////////////////////////////////////////////////////
///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: 200px;
	animation: re 10s linear infinite;
}
@keyframes re {
	0%  {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}





/* nav
----------------------------------------------------------------- */
header {
	z-index: 100;
	box-sizing: border-box;
	position: fixed;
	display: table;
	width: 100%;
	border-bottom: solid 1px #ed9ff5;
	transition: all 0.3s ease-in-out;
}
#sale,
#nav {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#sale {
	width: 20%;
	background: #fff100;
}
#sale img {
	display: block;
	width: 100%;
}
#nav {
	width: 80%;
	color: #dd3af5;
	background: #fff;
	padding: 10px;
}
#nav a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-family: 'Rajdhani';
	color: #dd3af5;
	font-size: 2vw;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 7px;
}
#nav a.non {
	opacity: 0.3;
	text-decoration: line-through;
}
#nav a:not(.non):hover {
	color: #ff6900;
}
#nav a.select {
	color: #ff6900;
}
#nav a span {
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	font-size: 8px;
	color: #fff;
	text-align: center;
	background: #c00;
}

#subNum {
	z-index: 5;
	position: relative;
	text-align: center;
	background: #ed9ff5;
	padding: 5px;
}
#subNum a {
	box-sizing: border-box;
	display: inline-block;
	color: #dd3af5;
	font-weight: bold;
	background: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin: 2px;
	border: solid 1px #fff;
	border-radius: 0px 10px 0px 10px;
}
#subNum a:hover {
	background: #fff;
}
#subNum a.select {
	background-color: #fff100;
}
#subNum a span {
}




/* top
----------------------------------------------------------------- */
#keyImg {
	position: relative;
	padding-bottom: 5%;
}
#keyImg #catch {
	z-index: 50;
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
#keyImg img,
#keyImg #catch img {
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#keyImg #news{
	width: 25%;
	max-width: 16em;
	position: absolute;
	top: 8%;
	right: 1%;
	background-color: #fff;
	color: #333;
	padding:20px 1%;
	text-align: center;
	border: solid 2px #c00;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 80%;
}

#keyImg #news:hover{
	opacity: 0.6;
}


/* world
----------------------------------------------------------------- */
#storyBox {
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.8;
	background-image: url("../world/img/visual.jpg");
	background-size: cover;
	background-position: center top;
	width: 100%;
	/*max-width: 1200px;*/
	padding: 5% 8%;
	margin: auto;
}
#storyTxt {
	text-shadow: #000 2px 0px,  #000 -2px 0px,
    #000 0px -2px, #000 0px 2px,
    #000 2px 2px , #000 -2px 2px,
    #000 2px -2px, #000 -2px -2px,
    #000 1px 2px,  #000 -1px 2px,
    #000 1px -2px, #000 -1px -2px,
    #000 2px 1px,  #000 -2px 1px,
    #000 2px -1px, #000 -2px -1px;
}
#storyBox strong {
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; 
}
#storyBox strong.mdsA {
	color: #c5b5e8;
	font-size: 4vw;
	line-height: 1.3;
}
#storyBox strong.mdsB {
	color: #13b5b1;
	font-size: 30px;
}
#storyBox strong.mdsC {
	color: #b3a9ff;
	font-size: 24px;
}

#worldBox {
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#worldBox  #kuniMds {
	text-align: center;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; 
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	background: #ed9ff5;
	border: double 3px #fff;
}
#worldBox img {
	display: block;
	width: 100%;
}
#worldBox table {
	display: block;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}
#worldBox td {
	vertical-align: top;
	background: #fff;
	padding: 0;
	margin: 0;
	border: solid 1px #ed9ff5;
}
#worldBox .keyword {
}
#worldBox .keyword .keyImg {
	width: 40%;
}
#worldBox .keyword strong {
	display: block;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; 
	color: #fff;
	font-size: 20px;
	padding: 10px;
	background: #ed9ff5;
}
#worldBox .keyKuni {
	display: block;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; 
	color: #dd3af5;
	padding: 10px;
	background: #f6cffa;
}
#worldBox table p {
	padding: 10px;
}




/* chara
----------------------------------------------------------------- */
.chara {
	box-sizing: border-box;
	display: table;
	position: relative;
	background-attachment: inherit, fixed, inherit;
	background-position: left top, left top, center top;
	background-repeat: no-repeat, repeat, no-repeat;
	background-size: auto 100%, auto auto, cover;
	border-bottom: dotted 1px #fff;
}
.chara img {
	display: block;
	width: 100%;
}
.chara .charaImg,
.chara .charaTxt {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.chara .charaImg {
	box-sizing: border-box;
	position: relative;
}
.chara .charaTxt {
	box-sizing: border-box;
	color: #fff;
	padding: 5%;
}
.chara .charaTxt strong {
	box-sizing: border-box;
	display: block;
	text-align: right;
	font-size: 18px;
	background: #000;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: solid 1px #000;
}
.chara .charaTxt p {
	font-size: 14px;
	background: rgba(0,0,0,0.76);
	padding: 3%;
	border: solid 1px #000;
}





/* gallery
----------------------------------------------------------------- */
#galleryBox {
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	padding: 5%;
	margin: auto;
}
#galleryBox p {
	font-family: 'Rajdhani' ;
	color: #fff;
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
	background: rgba(255,255,255,0.3);
	margin: 5% auto 2% auto;
	border-top: solid 1px #fff;
	border-bottom: double 3px #fff;
}
#galleryBox a {
	box-sizing: border-box;
	display: inline-block;
	width: 18%;
	border: solid 2px #fff;
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
#galleryBox a:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 5px #000;
}
#galleryBox img {
	display: block;
	width: 100%;
}





/* system
----------------------------------------------------------------- */
#sysBox {
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 5%;
	margin: auto;
}
#sysBox hr {
	padding-top: 5%;
	margin-top: 5%;
	border-top: dotted 1px #000;
}
#sysBox img {
	display: block;
	width: 100%;
}
#sysBox dl {
	background: #fff;
	margin-bottom: 5%;
	border-top: 3px solid #ed9ff5;
	border-right: 10px solid #ed9ff5;
	border-bottom: 3px solid #ed9ff5;
	border-left: 10px solid #ed9ff5;
	border-radius: 0px 40px 0px 0px;
}
#sysBox dt {
	display: block;
	color: #dd3af5;
	font-size: 32px;
	padding: 3%;
	border-bottom: 1px dotted #ed9ff5;
}
#sysBox dd {
	padding: 3%;
}
#sysBox dd strong.pink {
	color: hotpink;
}
#sysBox dd strong.blue {
	color: #00a0e9;
}
#sysBox dd strong.yellow {
	color: #f39800;
}
#sysBox dd small {
	display: block;
	color: #00a0e9;
	text-indent: -1em;
	padding-left: 1em;
}

/* ãƒãƒ—ãƒ©ãƒ³ã‚«ãƒ¼ */
#yoinBox {
	border: solid 3px hotpink;
	border-radius: 20px;
	overflow: hidden;
}
#yoinBox p {
	color: #fff;
	font-weight: bold;
	background: hotpink;
	padding: 5px 10px;
}
#yoinBox div {
	padding: 10px;
}





/* sound
----------------------------------------------------------------- */
#opedBox {
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 5%;
	margin: auto;
}
#opedBox dl {
	background: #fff;
	margin-bottom: 5%;
	border-top: 3px solid #ed9ff5;
	border-right: 10px solid #ed9ff5;
	border-bottom: 3px solid #ed9ff5;
	border-left: 10px solid #ed9ff5;
	border-radius: 0px 40px 0px 0px;
}
#opedBox dt {
	font-weight: bold;
	padding: 3%;
	border-bottom: 1px dotted #ed9ff5;
}
#opedBox dt strong {
	display: block;
	color: #dd3af5;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 32px;
}
#opedBox dd {
	padding: 3%;
}
#opedBox dd strong {
	display: block;
	font-size: 24px;
	margin-bottom: 2%;
}







/* ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦å¹…ãŒ0-767pxã®å&nbsp;´åˆã«é©ç”¨ã™ã‚‹CSS */
@media screen and (max-width:767px){
	
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 9vw;
	}
	
	
	
	
	/* nav
	----------------------------------------------------------------- */
	#nav {
		padding: 5px;
	}
	#nav a {
		font-size: 2.4vw;
	}
	#subNum {
		font-size: 12px;
	}



	#specBox {
	}
	#specBox a {
		width: 100%;
	}
	#specBox table tr {
		display: block;
	}
	#specBox td {
		text-align: left;
	}
	#specBox td:first-child {
		text-align: center;
		width: 5em;
	}
	#specBox table br {
		display: block;
	}




	/* top
	----------------------------------------------------------------- */

	#keyImg #catch {
		width: 95%;
	}
	#keyImg img,
	#keyImg #catch img {
		width: 100%;
	}

	#keyImg #news{
		width: 80%;
		max-width: inherit;
		position: relative;
		margin: auto;
	}


	/* world
	----------------------------------------------------------------- */
	#storyBox {
		padding: 5%;
	}
	#storyBox strong.mdsB {
		font-size: 18px;
	}
	#storyBox strong.mdsC {
		font-size: 18px;
	}

	#worldBox {
		padding: 5%;
	}
	#worldBox  #kuniMds {
		font-size: 20px;
	}
	#worldBox td {
		display: block;
		width: 100%;
	}
	#worldBox .keyword .keyImg {
		width: 100%;
	}
	#worldBox .keyword strong {
		font-size: 20px;
	}
	#worldBox .keyKuni {
		padding: 10px;
	}




	/* chara
	----------------------------------------------------------------- */
	.chara {
		display: block;
		width: 100%;
		background-position: left top, left top, left top;
		background-size: 143% auto, auto auto, 180% auto;
	}
	.chara .charaImg,
	.chara .charaTxt {
		display: block;
		width: 100%;
	}
	.chara .charaTxt {
		background: #000;
	}





	/* gallery
	----------------------------------------------------------------- */
	#galleryBox p {
		font-size: 4vw;
	}
	#galleryBox a {
		width: 32%;
	}






	/* system
	----------------------------------------------------------------- */
	#sysBox dt {
		font-size: 20px;
	}
	
	
	
}

@-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>