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

.cf:after {
	content:'';
	display:block;
	clear:both;
}
#wrapper img {
	vertical-align:top;
    width:100%;
    height: auto;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
body {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
    overflow-x: hidden;
}
#contents{
	background:#000;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
    line-height: 150%;
}
a {
    color: #fff;
    text-decoration: none;
}
#wrapper {
    background: #161616;
	overflow-x: hidden;
}
#content {
    padding-top:15px;
}
#wrapper.back_tx {
	background:url(/kingdom/khhd_fcp/images/sp/common/background.png) top center;
	background-size:71px auto;
}
#content img,
#spec img,
#gb_navi li img {
    max-width:480px;
}
/*------------------------------
HEADER
-------------------------------*/
#gb_header {
	position:relative;
    padding-top:5px;
    padding-bottom:10px;
	z-index: 1;
}
#gb_header.bk {
	background:#161616;
}
#gb_header #icon {
    margin-top:1%;
    margin-left: 2%;
    float: left;
    width:50%;
}
#gb_header #icon li {
    display: block;
    width:22%;
    float: left;
    margin-left:2%;
    max-width:70px;
}
#gb_header #menu {
    display: block;
    width:18%;
    float: right;
    max-width:100px;
}
#gb_navi {
    border-top:1px solid #535353;
    position: absolute;
    width:100%;
    background: #161616;
    display: none;
	z-index: 10;
}
#gb_navi li {
    border-bottom:1px solid #535353;
    text-align: center;
    display: block;
}
#gb_navi li a {
    display: block;
}
#logo {
    width:25%;
    max-width:145px;
    float: left;
    position: absolute;
}
/*------------------------------
FOOT NAVI
-------------------------------*/
#foot_navi {
	background:#161616;
	text-align: center;
	border-top:1px solid #535353;
}
#foot_navi.index {
	margin-top:30px;
}
#foot_navi li {
	border-bottom:1px solid #535353;
}
#foot_navi li img {
	max-width:480px;
}
/*------------------------------
SPEC
-------------------------------*/
#spec {
	background:#161616;
    padding:6% 8%;
    text-align: center;
}
#spec .banner {
	margin-bottom:1.5em;
}
#spec .banner2 {
	width:100%;
	margin:0 auto 1.5em auto;
}
/*------------------------------
INDEX
-------------------------------*/
#index {
    text-align: center;
}
#index .logo {
    margin: 0 0 20px 0;
}
#index .store-bnr {
	margin: 0 auto 10%;
	width: calc(420/480*100vw);
	max-width: 480px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(14/480*100vw) 0;
}
#index .store-bnr dt {
	width: 100%;
	text-align: center;
	margin-bottom: calc(4/480*100vw);
}
#index .store-bnr dd {
	margin: 0;
	width: calc(204/480*100vw);
	max-width: 232px;
}
#index .movie {
    margin: 30px 0;
}
#index .bnr {
    margin: 30px 0;
}
#index .bnr li {
	margin-bottom:30px;
}
#index .frame {
    margin-top:30px;
    padding-bottom:20px;
    overflow: auto;
    max-height: 200px;
    border-top:2px solid #535353;
    border-bottom:2px solid #535353;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    box-sizing: border-box;
}
#index .frame dl {
    margin:0;
    padding:15px;
    border-bottom:1px dashed #515151;
}
#index .frame dt,
#index .frame dd {
    display: table-cell;
}
#index .frame dt img {
    width:100px;
    height: auto;
}
#index .frame dd {
    padding-left:15px;
    text-align: left;
}
#index .frame dd time {
    color: #515151;
    margin-bottom:10px;
    display: inline-block;
}
#index .frame dd p {
    margin:0;
    font-size:12px;
}
/*------------------------------
detail
-------------------------------*/
#pagetop {
    text-align: center;
    margin:50px 0 40px 0;
}
#pagetop a {
    display: inline-block;
    width:10%;
    max-width:50px;
}
/*------------------------------
INTRO
-------------------------------*/
#introduction {
    text-align: center;
}
#introduction .page_ttl {
    margin-top:5%;
    margin-bottom:10%;
}
#introduction .section {
    margin:23% 0 28% 0;
    background: url(../images/sp/introduction/sec_bg.png) center top;
    background-size:80px auto;
}
#introduction .text {
    padding-bottom:5%;
}
#introduction .section img {
    margin-top: -23%;
}
@media screen and (min-width: 480px)  {
    #introduction .section {
        margin:10em 0 14em 0;
    }
    #introduction .section img {
        margin-top:-10em;
    }
}
/*------------------------------
MOVIE
-------------------------------*/
#movie {
    text-align: center;
}
#movie .page_ttl {
    margin-top:5%;
    margin-bottom:10%;
}
#movie .section {
	margin-bottom:10%;
}
#movie .section .sec_movie span {
	display: inline-block;
	margin-bottom:5%;
}
/*------------------------------
SPECIAL/DLC
-------------------------------*/
#special {
    text-align: center;
}
#special .page_ttl {
    margin-top:5%;
    margin-bottom:10%;
}
#special .section {
	margin-bottom:10%;
	position: relative;
}
#special .section3 .btn {
	width: 100%;
	text-align: center;
	position: absolute;
	top:51%;
	left:0;
}
#special .section_theme .btn1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top:82%;
	left:0;
}
#special .section_theme .btn2 {
	width: 100%;
	text-align: center;
	position: absolute;
	top:86%;
	left:0;
}
/*------------------------------
SUB CONTENTS
-------------------------------*/
#subcontents {
	position: relative;
}
#subcontents #sublogo {
	width:50%;
	margin: -15% auto 0 auto;
	max-width: 480px;
}
#subcontents .subnavigation {
	max-width: 480px;
	margin:1% auto 10% auto;
	text-align: center;
}
#subcontents .subnavigation li {
	width:28%;
	margin:1.5%;
	display: inline-block;
}
#subcontents .subcontents_inner {
	position: relative;
}
@media screen and (min-width: 480px)  {
    #subcontents #sublogo {
        margin-top:-60px;
    }
}
/*KH 0.2*/
.kh02 .subnavigation li:nth-child(odd) {
	margin-left: 15.5%!important;
}
.kh02 .subnavigation li:nth-child(even) {
	margin-right: 15.5%!important;
}
/*------------------------------
story
-------------------------------*/
#story {
	text-align: center;
}
#story .page_ttl {
	margin-bottom:5%;
}
#story .caption_bg {
	background-size:cover;
	background-position: top center;
	text-align: center;
}
#story #slider {
	margin: -5% auto 0 auto;
    width: 80%;
	max-width:480px;
}
.bx-wrapper .bx-prev {
	left:-10%!important;
}
.bx-wrapper .bx-next {
	right:-10%!important;
}
/*KH 0.2*/
#story .section {
	margin-top:15%;
}
#story .section p {
	margin:0;
}
/*------------------------------
world
-------------------------------*/
#world {
	padding-bottom:5%;
	text-align: center;
	max-width:480px;
	margin:0 auto;
}
#world .section {
	position: relative;
}
#world .page_ttl {
	margin-bottom:5%;
}
#world .text {
	margin-bottom:4%;
}
#world #slider_selecter li {
	width:50%;
	float: left;
}
#world #slider_selecter li:last-child {
	margin-left:25%;
}
#world #contents_slider {
	display: none;
	margin-top: -3%;
}
#world #contents_slider #slider_ctl {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height: 100%;
}
#world #contents_slider #slider_ctl span {
	position: absolute;
	display: block;
}
#world #contents_slider #slider_ctl .close {
    width: 7%;
    top: 4%;
    right: 2%;
}
#world #contents_slider #slider_ctl .next {
    width: 6%;
    top: 19%;
    right: 2%;
}
#world #contents_slider #slider_ctl .prev {
    width: 6%;
    top: 19%;
    left: 2%;
}
#world #contents_slider .slider_inner {
	position: relative;
}
#world #contents_slider .slider_inner li {
	display: none;
}
#world #contents_slider .image06 img {
	width:104%;
	max-width: 500px;
}
/*------------------------------
CHARACTER
-------------------------------*/
#character {
	padding-bottom:5%;
	text-align: center;
	margin:0 auto;
}
#character .section {
	position: relative;
}
#character .page_ttl {
	margin-bottom:5%;
}
#character .text {
	margin-bottom:4%;
}
#character #slider_selecter {
	max-width:480px;
	margin:0 auto;
	overflow: hidden;
}
#character #slider_selecter li {
	width:50%;
	float: left;
}
#character #slider_selecter li:last-child {
	margin-left:25%;
}
#character #contents_slider {
	display: none;
}
#character #contents_slider #slider_ctl {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height: 100%;
}
#character #contents_slider #slider_ctl .inner {
	width:100%;
	max-width:480px;
	margin:0 auto;
	position: relative;
}
#character #contents_slider #slider_ctl span {
	position: absolute;
	display: block;
}
#character #contents_slider #slider_ctl .close {
    width: 7%;
    bottom: 29%;
    right: 2%;
}
#character #contents_slider #slider_ctl .next {
    width: 6%;
    top: 39%;
    right: 2%;
}
#character #contents_slider #slider_ctl .prev {
    width: 6%;
    top: 39%;
    left: 2%;
}
#character #contents_slider .slider_inner {
	position: relative;
}
#character #contents_slider .slider_inner li {
	display: none;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
/*KH3DHD*/
.kh3dhd #character .icon02 img {
	width:110%;
	position: relative;
	left: -10%;
}
.kh3dhd #character .icon03 {
	position: relative;
	margin-top: -5%;
}
/*KHxBC*/
.khxbc #character .icon03 img {
	width:110%;
	position: relative;
	left: -6%;
}
.khxbc #character .icon07,
.khxbc #character .icon08 {
	margin-top:3%;
}
.khxbc #character .icon09 {
	margin:0!important;
}
/*KH0.2*/
.kh02 #character .icon01 img {
	width:110%;
	position: relative;
	left: -10%;
}
.kh02 #character .icon02 {
	margin:0!important;
}
.kh02 #character #contents_slider #slider_ctl .next {
    top: 49%;
}
.kh02 #character #contents_slider #slider_ctl .prev {
    top: 49%;
}
/*------------------------------
SCENE
-------------------------------*/
#scene {
	padding-bottom:10%;
	text-align: center;
	margin:0 auto;
}
#scene .section .caption {
	margin:8% 0 5% 0;
}
#scene .section.second .caption {
	margin:8% 0 8% 0;
}
/*------------------------------
SYSTEM
-------------------------------*/
#system {
	padding-bottom:5%;
	text-align: center;
	max-width:480px;
	margin:0 auto;
}
#system .section {
	position: relative;
}
#system .page_ttl {
	margin-bottom:10%;
}
#system #slider_selecter li {
	width:100%;
}
#system #contents_slider {
	display: none;
	padding-top:10%;
}
#system #contents_slider .slider_inner li {
	display: none;
}
#system #contents_slider #slider_ctl {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height: 100%;
}
#system #contents_slider #slider_ctl span {
	position: absolute;
	display: block;
}
#system #contents_slider #slider_ctl .close {
    width: 7%;
    top: 0;
    right: 2%;
	padding-top: 5%;
}
#system #contents_slider #slider_ctl .next {
    width: 5%;
    top: 0;
    right: 5%;
    padding-top: 18%;
}
#system #contents_slider #slider_ctl .prev {
    width: 5%;
    top: 0;
    left: 5%;
    padding-top: 18%;
}
/*------------------------------
NEW FEATURES
-------------------------------*/
#newfeatures {
	padding-bottom:5%;
	text-align: center;
	max-width:480px;
	margin:0 auto;
}
#newfeatures .section {
	text-align: center;
	margin-bottom:10%;
}
#newfeatures .page_ttl {
	margin-bottom:6%;
}
#newfeatures .section1 .image img {
	width:105%;
	max-width: 504px;
}
/*------------------------------
GUIDE LINE
-------------------------------*/
#guide {
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	width:100%;
	height: 100%;
	background: url(/kingdom/khhd_fcp/images/sp/common/bg_alpha.png) 0 0;
	color: #fff;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#guide .inner {
	width:92%;
	margin:0 auto;
	line-height: 150%;
	font-size: 10px;
	padding:7.5em 0 2em;
	position: relative;
}
#guide .inner p {
	margin-bottom:2em;
}
#guide .inner strong {
	font-weight: bold;
}
#guide .inner ol,
#guide .inner ul {
	margin-bottom:1em;
}
#guide .inner ol li {
	margin-bottom:2em;
	text-indent: -1.5em;
	padding-left:1.5em;
}
#guide .inner ul li {
	margin-bottom:2em;
	text-indent: -1em;
	padding-left:1em;
}
#guide .inner ul li:before {
	content:'●';
	font-weight: bold;
}
#guide .inner .title {
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	margin-bottom:2.5em;
}
#guide .inner .close {
	background: url(/kingdom/khhd_fcp/images/sp/common/close.png) 0 0 no-repeat;
	width:30px;
	height: 30px;
	background-size: cover;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top:3em;
	right:0;
}</pre></body></html>