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


body {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	/* font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif; */
	-webkit-text-size-adjust: 100%; /* iOS safariç”¨ */
}
header {
	box-sizing: border-box;
	min-width: 1000px;
	text-align: center;
	padding: 10px 10px 5px 10px;
}
header nav {
	letter-spacing: -1.1px;
	margin-top: 10px;
}
header nav a.non {
	opacity: 0.3;
	cursor: default;
}
header nav a.non:hover {
	color: #444;
}
header nav a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	text-shadow: 2px 2px 2px #ccc;
	padding: 5px;
	margin: 0px 5px;
}
header nav a:hover,
header nav a.select {
	color: #c00;
}
header nav a span {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	margin-right: 3px;
	background-color: #c00;
	text-shadow: none;
	padding: 0 4px;
	vertical-align: middle;
}
footer {
	box-sizing: border-box;
	min-width: 1000px;
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #ccc;
	padding: 20px;
}
footer .banner {
	padding-bottom: 20px;
}
footer .banner a {
	margin: 5px;
}
footer .banner img {
	border: solid 1px #ccc;
}
footer .sns {
	padding-bottom: 20px;
}

iframe.twitter-share-button {
	width: 110px!important;
}

iframe[src*="www.facebook.com/plugins/like.php"]{
	width:115px !important;
}



/* ///////////////////////////////////////////////////////////
///loading
/////////////////////////////////////////////////////////// */
.loading {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-align: center;
	padding-top: 300px;
	display: none;
}



/* ///////////////////////////////////////////////////////////
///å…±é€š,bg,ã‚µãƒ–ãƒŠãƒ“
/////////////////////////////////////////////////////////// */
#mainContents {
	position: relative;
	color: #fff;
	box-sizing: border-box;
	min-width: 1000px;
	/* min-height: 1125px; */
	min-height: 800px;
	position: relative;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-color: #1F3E6D;
	background-attachment: fixed;
}
#topContents {
	box-sizing: border-box;
	min-width: 1000px;
	min-height: 1300px;
	position: relative;
	background-image: url(../img/bg_top.jpg);
	background-size: cover;
	background-color: #1F3E6D;
}

#topContents #daut {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}
#secondContents {
}
h2 {
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 15px 10px 10px 10px;
	border-bottom: double 3px #fff;
	opacity: 0.15;
}
#subNav {
	padding: 20px 10px 0px 10px;
}
#subNav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	padding: 5px 10px 2px 10px;
	margin: 5px;
	border-radius: 5px;
}
#subNav a:hover,
#subNav a.select {
	background-color: rgba(192,0,0,0.5);
}
#subNav a span {
	color: #fff100;
	font-weight: bold;
	margin-right: 5px;
}
section {
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	width: 980px;
	padding: 50px;
	margin: 0 auto;
}
.att {
	font-size: 12px;
}



/* ///////////////////////////////////////////////////////////
///top
/////////////////////////////////////////////////////////// */
#news {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 12px;
	background-color: rgba(0,0,0,0.7);
	background-image: url(../img/top.png);
	width: 100%;
	padding: 7px;
	display: table;
	z-index: 50;
}
#news p {
	/* text-indent: -9em;
	padding-left: 9em; */
	display: table-cell;
}
#news .day {
	width: 10em;
}
#news a {
	color: #fff;
	text-decoration: none;
}
.conTop {
	display: table;
	width: 100%;
}
/* .conTop #alpha, */
.conTop #beta,
.conTop #gamma {
	display: table-cell;
	text-align: center;
}
.conTop #alpha {
	vertical-align: top;
	padding: 20px;
}
.conTop #alpha img {
	width: 70%;
	max-width: 555px;
}
.conTop #gamma {
	width: 210px;
	vertical-align: top;
	padding: 20px;
}
/* .conTop #alpha,
.conTop #gamma {
	width: 210px;
	vertical-align: top;
	padding: 20px;
}
.conTop #beta {
	padding-top: 35%;
} */





/* sample */
#countBox {
	padding-bottom: 20px;
}
#countBox .play-bt,
#countBox .stop-bt {
	display: block;
	cursor: pointer;
}
#countBox .play-bt {

}
#countBox .stop-bt {
	opacity: 0.7;
}



/* ///////////////////////////////////////////////////////////
///about
/////////////////////////////////////////////////////////// */
.about {
	padding-bottom: 50px;
}
.about section {
}
.about section.toha {
	text-align: center;
}
.about section.toha .saku {
	font-size: 12px;
	margin-bottom: 30px;
}
.about section.org {
	background-color: rgba(255, 255, 255, 0.15);
	border: solid 1px #ccc;
}
.about section.org p {
	font-size: 24px;
	margin-bottom: 15px;
}



/* ///////////////////////////////////////////////////////////
///story
/////////////////////////////////////////////////////////// */
.story {
	padding-bottom: 50px;
}
.story section {
	background-color: rgba(255, 255, 255, 0.15);
	border: solid 1px #ccc;
	margin: 50px auto 0px auto;
	background-repeat: no-repeat;
	background-position: right top;
}
.story section.rin span,
.story section.ars span,
.story section.rio span {
	font-size: 24px;
}
.story section.rin {
	background-image: url(../story/img/bg_rin.png);
}
.story section.rin span.serif {
	color: #fc4190;
	text-shadow: 0px 0px 2px #fc4190;
}
.story section.ars {
	background-image: url(../story/img/bg_ars.png);
}
.story section.ars span.serif {
	color: #f6d748;
	text-shadow: 0px 0px 2px #f6d748;
}
.story section.rio {
	background-image: url(../story/img/bg_rio.png);
}
.story section.rio span.serif {
	color: #fe6267;
	text-shadow: 0px 0px 2px #fe6267;
}



/* ///////////////////////////////////////////////////////////
///character
/////////////////////////////////////////////////////////// */
.chara {
	min-width: 1000px;
	overflow: hidden;
}

/* ãƒ¡ã‚¤ãƒ³ã‚­ãƒ£ãƒ©ç”¨ */
.chara #charaBg {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 850px;
}
.chara #charaBg section { 
	position: relative;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	padding: 100px 530px 50px 0px;
}
.chara .name {
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 60px;
}

/* ã‚µãƒ–ã‚­ãƒ£ãƒ©ç”¨ */
.chara #charaSubBg {
	margin: 0 auto;
	width: 1000px;
	min-height: 300px;
}
.chara #charaSubBg section:last-child { 
	margin-bottom: 50px;
}
.chara #charaSubBg section { 
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	border-bottom: double 3px #4e535c;
	padding: 50px 530px 50px 0px;
}
.chara #charaSubBg .name {
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 40px;
}

/* ãƒ¡ã‚¤ãƒ³ãƒ»ã‚µãƒ–å…±é€š */
.chara .name span {
	color: #a40000;
	text-shadow: 0px 0px 2px #a40000;
}
.chara .ruby {
	color: #4e535c;
	font-size: 12px;
	letter-spacing: 0.3em;
	text-shadow: none;
	border-top: solid 1px #4e535c;
	border-bottom: solid 1px #4e535c;
}
.chara .cv {
	padding-top: 10px;
}
.chara .charaTxt {
	font-size: 14px;
	padding-top: 30px;
}

/* å·®åˆ†ç”¨ */
.chara #charaBg #verImg {
	position: absolute;
	top: 0px;
	left: -200px;
	width: 1400px;
	min-width: 1000px;
	text-align: right;
	overflow: hidden;
}
.chara #ver p,
.chara #voice p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px;
	border-bottom: solid 1px #4e535c;
}
.chara #ver a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	padding: 5px 10px 2px 10px;
	margin: 5px;
	border-radius: 5px;
}
.chara #ver a:hover {
	background-color: rgba(192,0,0,0.5);
}
.svBox {
	height: 30px;
	padding-bottom: 30px;
}
.chara #voice span {
	font-weight: bold;
	color: yellow;
	padding-right: 5px;
}
.chara #voice .play-bt,
.chara #voice .stop-bt {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 2px 10px;
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.chara #voice .play-bt {
	background-color: rgba(255,255,255,0.3);
}
.chara #voice .stop-bt {
	background-color: rgba(192,0,0,0.5);
}



/* ///////////////////////////////////////////////////////////
///system
/////////////////////////////////////////////////////////// */
.system {
	padding-bottom: 50px;
}
.system section .title {
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 24px;
	color: #a40000;
	text-shadow: 0px 0px 2px #a40000;
	border-left: double 10px #a40000;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.system section#kihonSystem {
	min-height: 733px;
	background-image: url(../system/img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 50px;
}


/* ///////////////////////////////////////////////////////////
///gallery
/////////////////////////////////////////////////////////// */
.gallery {
	padding-bottom: 50px;
}
.gallery a {
	position: relative;
	line-height: 0;
	border: double 3px #4e535c;
	display: inline-block;
	width: 125px;
	margin: 5px;
}
.gallery a:hover {
	border: double 3px #c00;
}
.gallery a span {
	position: absolute;
	top: 9px;
	left: 1px;
	color: #c00;
	font-weight: bold;
	text-decration: none;
}
.gallery a img {
	width: 100%;
}
.gallery .rinne,
.gallery .ars,
.gallery .rio {
	font-size: 24px;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.gallery .rinne {
	color: #fc4190;
	text-shadow: 0px 0px 2px #fc4190;
	border-left: double 10px #fc4190;
}
.gallery .ars {
	color: #f6d748;
	text-shadow: 0px 0px 2px #f6d748;
	border-left: double 10px #f6d748;
}
.gallery .rio {
	color: #fe6267;
	text-shadow: 0px 0px 2px #fe6267;
	border-left: double 10px #fe6267;
}



/* ///////////////////////////////////////////////////////////
///sound
/////////////////////////////////////////////////////////// */
.sound {
	padding-bottom: 50px;
}
.sound section {
	display: table;
	border-collapse: separate;
    border-spacing: 10px 0;
}
.sound section .song {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	width: 48%;	
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.15);
	border: solid 1px #ccc;
}
.sound section .song .title {
	font-size: 36px;
	color: #fe6267;
}



/* ///////////////////////////////////////////////////////////
///special
/////////////////////////////////////////////////////////// */
.special {
	padding-bottom: 50px;
}
.movie {
	width: 950px;
	margin: 0 auto;
}
.movie div {
	display: inline-block;
	width: 400px;
	padding: 10px 10px 50px 10px;
}
.movie div img {
	width: 100%;
}
.movie p {
	color: #fe6267;
	text-shadow: 0px 0px 2px #fe6267;
	border-left: double 10px #fe6267;
	padding-left: 10px;
	margin-bottom: 15px;
}
.interview {
}
.interview a .new {
	color: #c00;
	font-weight: bold;
	padding-right: 10px;
	text-shadow: 0px 0px 2px #c00;
}
.interview a .cvName {
	font-size: 12px;
}
.interview a {
	font-size: 20px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	width: 45%;
	padding: 15px 20px;
	margin: 5px;
	border: solid 1px #fff;
	border-radius: 10px;
	display: inline-block;
}
.interview a:hover {
	opacity: 0.5;
}



/* ///////////////////////////////////////////////////////////
///information
/////////////////////////////////////////////////////////// */
.info {
	padding-bottom: 50px;
}
.info section {
}

/* è£½å“æƒ…å&nbsp;± */
.info .infoImg {
	text-align: center;
}
.info .infoImg img {
	border: solid 1px #fff;
	margin: 0px 25px;
}
.info table {
	margin: 50px auto 0px auto;
}
.info table tr td {
	padding: 5px 15px;
	border-bottom: solid 1px rgba(255,255,255,0.15);
}
.info table tr td:first-child {
	background-color: rgba(255,255,255,0.15)
}
.info #update {
	display: table;
}
.info #update p {
	border-bottom: solid 1px #4e535c;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.info #update .day {
	border: none;
	padding: 0;
	margin: 0;
}


/* é™å®šç‰ˆç‰¹å…¸ */
.limited {
	display: table;
}
.limited .txt {
	display: table;
}
.limited .txt p {
	display: table-cell;
	vertical-align: top;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 24px;
	color: #a40000;
	text-shadow: 0px 0px 2px #a40000;
	text-align: right;
	width: 8em;
	padding-right: 20px;
	border-right: double 3px #a40000;
}
.limited .txt .genteiB {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	padding-left: 20px;
}
.limited span {
	font-size: 20px;
	color: #f6d748;
}
.limited div {
	margin-top: 20px;
}


/* äºˆç´„ç‰¹å…¸ */
.preorder {
	display: table;
}
.preorder img,
.preorder .txt {
	display: table-cell;
	vertical-align: middle;
}
.preorder .txt p {
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
	font-size: 24px;
	color: #a40000;
	text-shadow: 0px 0px 2px #a40000;
	margin-bottom: 10px;
}
.preorder img {
	padding-right: 50px;
}
.preorder div {
	margin-top: 20px;
}


/* åº—èˆ—ç‰¹å…¸ */
.info .shop ul {
	display: table;
	border-collapse: separate;
    border-spacing: 7px;
}
.info .shop li {
	box-sizing: border-box;
	display: table-cell;
	font-size: 14px;
	width: 30%;
	margin: 5px;
	border: solid 2px #34455e;
	border-radius: 10px;
	overflow: hidden;
}
.info .shop li img {
	width: 100%;
	vertical-align: bottom;
}
.info .shop li .tenpo,
.info .shop li div {
	padding: 7px;
}
.info .shop li p {
}
.info .shop li .tenpo {
	font-weight: bold;
	background-color: #34455e;
	/* border-bottom: double 3px #34455e; */
}
.info .shop li div {
	border-top: double 3px #34455e;
}
.info .shop li .cast {
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
	border: dashed 1px #34455e;
	border-radius: 5px;
	margin-top: 10px;
}
.info .shop li .att {
	font-size: 10px;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}

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