<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;
}
#contents img {
    vertical-align:top;
    width: auto;
    height: auto;
    max-width:100%;
}

#contents p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
html {
	height:100%;
}

/*ex*/
body {
	width:100%;
	/*height:100%;*/
	margin:0;
	padding:0;
	position:relative;
    min-width: 1180px;
/*	overflow-y: scroll;*/
	box-sizing: border-box;
}
#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;
}
a:hover {
    text-decoration: underline;
}
#loading_sub {
    text-align: center;
    width: 100%;
	height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	background:#161616;
}
#loading_sub img {
	position:relative;
	top:50%;
	margin-top:-29px;
	animation: loading 2s infinite;
}
#content {
	width:100%;
	min-height:700px;
	position:relative;
    overflow: hidden;
    background:#161616;
}
#content .back_tx {
	background:url(/kingdom/khhd_fcp/images/pc/common/background.png) top center #000;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:0;
}
#content_wrap {
	width:100%;
    min-height: 100%;
}
#content_inner {
	opacity:0;
	min-height: 775px;
}
#content_inner.conf {
    opacity:1;
}
#content_inner.bg {
	background:url(/kingdom/khhd_fcp/images/pc/common/background.png) top center;
}
.inner {
	width:1020px;
	margin:0 auto;
}
/*------------------------------
HEADER
-------------------------------*/
#gb_header {
	position:relative;
	z-index:1000;
}
#gb_header nav {
	background:#414141;
}
#gb_header nav ul {
	width:1020px;
	margin:0 auto;
}
#gb_header nav li {
	display:block;
	width:144px;
	float:left;
	border-right:1px solid #656565;
}
#gb_header nav li:first-child {
	border-left:1px solid #656565;
}
#gb_header nav li a {
	display:block;
}
#gb_header nav li a:hover,
#gb_header nav li a.active {
	background-color:#5A5B5B;
}
#left_position {
	position:absolute;
	top:80px;
	left:0;
    width:140px;
}
#left_position ul {
	position:absolute;
	top:0;
	left:35px;
}
#left_position ul li {
	float:left;
}
#left_position ul li:first-child {
	margin-right:15px;
}
#left_position .text {
	position:absolute;
	top:44px;
	left:0;
}
#right_position {
	position:absolute;
	top:82px;
	right:0;
	width:160px;
}
#ctl li {
	display:table-cell;
	vertical-align:middle;
	padding:0 3px;
}
#ctl a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#ctl a:hover {
	opacity:0.7;
}
#ctl a.vol {
	display:block;
	width:8px;
	height:29px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#ctl a.vol1 {
	background-color:#C5C5C5;
}
#ctl a.vol2 {
	background-color:#979797;
}
#ctl a.vol3 {
	background-color:#656565;
}
#ctl a.on:before {
	content:'';
	margin-right:5px;
}
#ctl a.on:after {
	content:'|';
	margin-left:8px;
}
/*------------------------------
SPEC
-------------------------------*/
#spec {
	background:#161616;
    padding-top:25px;
    position: relative;
    z-index: 1;
}
#spec.index {
    padding-bottom:30px;
}
#spec .spec {
	width:725px;
	float: left;
}
#spec .spec .spec-platform {
	margin-top: 0;
}
#spec .spec .spec-platform-item {
	display: block;
	position:relative;
}
#spec .spec .spec-platform-item {
	display: block;
}
#spec .spec .spec-platform-name {
	width: 11em;
}
#spec .spec .spec-platform-text {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 11em;
}
#spec .banner {
	width:270px;
	margin-top:23px;
	/* float: left; */
	float: right;
}
#spec .banner span {
	display: block;
	margin-bottom:10px;
}
#spec .spec-platform01 {
	margin-bottom:0;
}
#spec .spec-platform02 {
	margin-top:0;
}
#pagetop {
    margin-top:15px;
    text-align: right;
}
#spec.index #pagetop {
    display: none;
}
div#sqexFooter {
	position:relative;
	z-index:1;
}
/*------------------------------
INDEX
-------------------------------*/
#loading {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    animation: loading 2s infinite;
}
@keyframes loading {
    0% { opacity:1; }
    50% { opacity:0.5; }
    100% { opacity:1; }
}
#background_movie {
	width:100%;
	height:100%;
	position:absolute;
	/*display:none;*/
    /*opacity:0;*/
}
#background_movie_over {
	width:100%;
	height:100%;
	position:absolute;
}

#index {
    opacity:0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}
#logo {
    position:absolute;
    top:75px;
    left:135px;
}
#index .section {
	position:absolute;
	width:100%;
	z-index:1;
	bottom:40px;
}
#index .cl2 .cl {
	float:left;
}
#index .cl2 .iframe {
	background:#161616;
	width:318px;
	height:182px;
	border-radius:5px;
	margin-left:15px;
    padding:15px;
    overflow: hidden;
    box-sizing: border-box;
}
#index .cl2 .iframe .frame {
    overflow: auto;
    height: 100%;
}
#index .cl2 .iframe .frame dl {
    margin:0;
    padding:15px 0;
    border-bottom:1px dashed #515151;
}
#index .cl2 .iframe .frame dl:first-child {
    padding-top:0;
}
#index .cl2 .iframe .frame dt,
#index .cl2 .iframe .frame dd {
    display: table-cell;
    text-align: left;
}
#index .cl2 .iframe .frame dt {
	width:67px;
}
#index .cl2 .iframe .frame dt img {
    width:67px;
    height: auto;
}
#index .cl2 .iframe .frame dd {
    padding-left:15px;
}
#index .cl2 .iframe .frame dd time {
    color: #515151;
    margin-bottom:3px;
    display: inline-block;
}
#index .cl2 .iframe .frame dd p {
    margin:0;
    font-size:12px;
}
#index .cl2 .bnr {
    width: 354px;
    float: left;
    margin-left: 15px;
    margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px 0;
}
#index .cl2 .bnr dt {
	margin-top: 4px;
	margin-bottom: -2px;
	width: 100%;
	text-align: center;
}
#index .cl2 .bnr dd {
	margin: 0;
	width: 170px;
}
/*------------------------------
INTRO
-------------------------------*/
#introduction .ttl {
    padding:125px 0 95px 0;
	margin:0;
    text-align: center;
}
#introduction .top_contents {
    text-align: center;
    margin-bottom:100px;
}
#introduction .section {
    text-align: center;
    background: url(/kingdom/khhd_fcp/images/pc/introduction/bg.png) center center;
    padding-bottom:50px;
    margin-top:165px;
    margin-bottom:315px;
}
#introduction .section:last-child {
    margin-bottom:60px;
}
#introduction .section .sec_ttl {
    width:100%;
    float: left;
    margin-top:-165px;
}
#introduction .section .sec_txt {
    width:100%;
    float: left;
}
/*------------------------------
MOVIE
-------------------------------*/
#movie {
	padding-bottom:100px;
}
#movie .ttl {
    padding:125px 0 95px 0;
	margin:0;
    text-align: center;
}
#movie .section {
	text-align:center;
	margin-bottom:50px;
}
#movie .section .sec_ttl {
	margin-bottom:20px;
}
#movie .section .sec_movie span {
	margin:0 10px;
	display: inline-block;
}
/*------------------------------
SPECIAL/DLC
-------------------------------*/
#special {
	padding-bottom:30px;
}
#special .ttl {
    padding:125px 0 95px 0;
	margin:0;
    text-align: center;
}
#special .section {
	width:1038px;
	margin:0 auto 70px auto;
	text-align:center;
	position: relative;
}
#special .section3 .btn {
	width:100%;
	text-align: center;
	position: absolute;
	top:400px;
	left:0;
}
#special .section_theme .btn {
	position: absolute;
	top:550px;
	left:65px;
	text-align: left;
}
#special .section_theme .btn li {
	margin-bottom:45px;
}
/*------------------------------
SUB CONTENT
-------------------------------*/
#subcontent_wrap .head {
	padding:50px 0 0;
	width:1020px;
	margin:0 auto;
}
#subcontent_wrap .head ul.subnavigation {
	text-align: center;
	float: right;
}
#subcontent_wrap .head ul.subnavigation.cl1 {
	width:373px;
}
#subcontent_wrap .head ul.subnavigation.cl2 {
	width:327px;
}
#subcontent_wrap .head ul.subnavigation.cl3 {
	width:264px;
}
#subcontent_wrap .head ul.subnavigation li {
	display: block;
	width:105px;
	height:30px;
	overflow: hidden;
	margin:5px 0 5px 4px;
	float: left;
}
#subcontent_wrap .head ul.subnavigation li.clr {
	clear: left;
	margin-left:50px;
}
#subcontent_wrap .head ul li a.active img,
#subcontent_wrap .head ul li a:hover img{
	margin-top:-30px;
}
/*hover*/
#slider li,
.imglist li {
	background: #000
}
#slider li a:hover img,
.imglist li a:hover img {
	opacity:0.7;
}
/*------------------------------
STORY
-------------------------------*/
#story {
	
}
#story .ttl {
	text-align: center;
}
#story .caption_bg {
	height:770px;
	background-size:cover;
	background-position: top center;
	text-align: center;
	margin-top:-40px;
}
#story .caption_bg .text1 {
	padding-top:100px;
	display: none;
	
}
#story .caption_bg .text2 {
	padding-top:50px;
	display: none;
	
}
#story #slider {
	width:1020px;
	margin:-150px auto 0 auto;
	padding-bottom:20px;
}
/* -- KH 0.2 --*/
#story.kh02 .section {
	text-align: center;
	padding:50px 0 120px 0;
}
#story.kh02 .section .bg {
	margin:35px 0;
	height: 337px;
	background-repeat:no-repeat;
	background-position: top center;
}
/*------------------------------
SCENE
-------------------------------*/
#scene {
	padding-bottom:180px;
	
}
#scene .ttl {
	text-align: center;
}
#scene .section {
	margin-top:65px;
}
#scene .section.second {
	margin-top:30px;	
}
#scene .section .caption {
	text-align: center;
	margin-bottom:25px;
}
#scene .section .imglist {
	width:1020px;
	margin:0 auto;
}
#scene .section .imglist li {
	float: left;
}
/*------------------------------
WORLD
-------------------------------*/
#world {
	position: relative;	
}
#world .ttl {
	text-align: center;
}
#world .section {
	text-align: center;
	padding-top:65px;
    padding-bottom:20px;
}
#world #slider_selecter ul {
	text-align: center;
	width:912px;
	margin:0 auto;
}
#world #slider_selecter ul li {
	display: inline-block;
	width:228px;
	text-align: center;
	margin:25px 0;
	float: left;
}
#world #slider_selecter ul li.clr {
	clear: left;
	margin-left:114px;
}
#world #slider_selecter ul li .out {
	display: inline-block;
}
#world #slider_selecter ul li .over {
	display: none;
}
#world #slider_selecter ul li a:hover .over {
	display: inline-block;
	
}
#world #slider_selecter ul li a:hover .out {
	display: none;
	
}
#world #contents_slider {
	display: none;
    position: absolute;
    top: 95px;
    left: 50%;
    width: 960px;
    height: 640px;
    margin: 0 0 0 -480px;
}
#world #contents_slider ul {
    z-index: 0;
}
#world #contents_slider ul li {
	width:960px;
	height: 640px;
	position: absolute;
	top:0;
	left:0;
    display: none;
}
#world #contents_slider ul li img {
    position: absolute;
    top:0;
    left:0;
}
#world #contents_slider ul li .img2 {
	opacity:0;
}
#world #contents_slider #slider_ctl span {
	position:absolute;
    z-index: 1;
}
#world #contents_slider #slider_ctl .close {
	top:150px;
	right:135px;
}
#world #contents_slider #slider_ctl .prev {
    top:50%;
    left:-20px;
    margin-top:-10px;
}
#world #contents_slider #slider_ctl .next {
    top:50%;
    margin-top:-10px;
    right:-20px;
}
/*------------------------------
CHARACTER
-------------------------------*/
#character {
	position: relative;	
}
#character .ttl {
	text-align: center;
}
#character .section {
	text-align: center;
	padding-top:130px;
    padding-bottom:130px;
	min-height:400px;
}
#character #slider_selecter ul {
	margin:0 auto;
}
#character #slider_selecter ul li {
	display: inline-block;
	text-align: center;
	float: left;
}
#character #slider_selecter ul li .icon {
	display: block;
	position: relative;
}
#character #slider_selecter ul li .icon img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: none;
}
#character #slider_selecter ul li .out {
	display: inline-block;
}
#character #slider_selecter ul li .over {
	display: none;
}
#character #slider_selecter ul li a:hover .over {
	display: inline-block;
	
}
#character #slider_selecter ul li a:hover .out {
	display: none;
	
}
#character #contents_slider {
	display: none;
    position: absolute;
    top: 300px;
    left: 50%;
    width: 960px;
    height: 238px;
    margin: 0 0 0 -480px;
}
#character #contents_slider ul {
    z-index: 0;
}
#character #contents_slider ul li {
	width:960px;
	height: 238px;
	background: url(/kingdom/khhd_fcp/images/pc/common/slider_bg.png) 0 0 no-repeat;
	position: absolute;
	top:0;
	left:0;
    display: none;
}
#character #contents_slider ul li img {
    position: absolute;
}
#character #contents_slider ul li .img1 {
	bottom:0;
	left:0;
	z-index: 1;
}
#character #contents_slider ul li .img2 {
    opacity:0;
	z-index: 1;
}
#character #contents_slider #slider_ctl span {
	position:absolute;
    z-index: 2;
}
#character #contents_slider #slider_ctl .close {
	bottom:0;
	right:35px;
}
#character #contents_slider #slider_ctl .prev {
    top:50%;
    left:-20px;
    margin-top:-20px;
}
#character #contents_slider #slider_ctl .next {
    top:50%;
    margin-top:-20px;
    right:-20px;
}
/* -- KH3DHD --*/
#character.kh3dhd #slider_selecter ul {
	width:810px;
}
#character.kh3dhd #slider_selecter ul li {
	width:210px;
	margin:25px 30px;
}
#character.kh3dhd #slider_selecter ul li .icon {
	width:210px;
	height: 210px;
}
#character.kh3dhd .icon1 img {
	bottom:0;
	left: -47px;
}
#character.kh3dhd .icon2 img {
	bottom:0;
	left: -109px;
}
#character.kh3dhd .icon3 img {
	bottom:0;
	left: -18px;
}
#character.kh3dhd .chara1 .img2 {
	bottom: -105px;
	left: 150px;
}
#character.kh3dhd .chara2 .img2 {
	bottom: -110px;
	left: 30px;
}
#character.kh3dhd .chara3 .img2 {
	bottom: -40px;
	left: 120px;
	z-index: 0!important;
}
/* -- KHx BC --*/
#character.khxbc .section {
	padding:75px 0 100px;
}
#character.khxbc #slider_selecter ul {
	width:705px;
}
#character.khxbc #slider_selecter ul li {
	width:185px;
	margin:25px 25px 5px;
}
#character.khxbc #slider_selecter ul li .icon {
	width:185px;
	height: 185px;
}
#character.khxbc .icon1 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon2 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon3 img {
	bottom:0;
	left: -55px;
}
#character.khxbc .icon4 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon5 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon6 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon7 img {
	bottom:0;
	left: 0;
}
#character.khxbc .icon8 img {
	bottom:0;
	left: -15px;
}
#character.khxbc .icon9 img {
	bottom:0;
	left: 0;
}
#character.khxbc .chara1 .img2 {
	bottom: -115px;
	left: 270px;
}
#character.khxbc .chara2 .img2 {
	bottom: -105px;
	left: 235px;
}
#character.khxbc .chara3 .img2 {
	bottom: -140px;
	left: 190px;
}
#character.khxbc .chara4 .img2 {
	bottom: -140px;
	left: 230px;
}
#character.khxbc .chara5 .img2 {
	bottom: -125px;
	left: 100px;
}
#character.khxbc .chara6 .img2 {
	bottom: -150px;
	left: 260px;
}
#character.khxbc .chara7 .img2 {
	bottom: -125px;
	left: 205px;
}
#character.khxbc .chara8 .img2 {
	bottom: -145px;
	left: 232px;
}
#character.khxbc .chara9 .img2 {
	bottom: -85px;
	left: 235px;
}
/* -- KH02 --*/
#character.kh02 #slider_selecter ul {
	width:524px;
}
#character.kh02 #slider_selecter ul li {
	width:212px;
	margin:25px 25px;
}
#character.kh02 #slider_selecter ul li .icon {
	width:212px;
	height: 212px;
}
#character.kh02 .icon1 img {
	bottom:0;
	left: -102px;
}
#character.kh02 .icon2 img {
	bottom:0;
	left: 0;
}
#character.kh02 .chara1 .img2 {
	bottom: -60px;
	left: 80px;
}
#character.kh02 .chara2 .img2 {
	bottom: -125px;
	left: 70px;
}
/*------------------------------
SYSTEM
-------------------------------*/
#system {
	position: relative;	
}
#system .ttl {
	text-align: center;
}
#system .section {
	text-align: center;
	padding-top:90px;
    padding-bottom:130px;
}
#system #slider_selecter ul {
	margin:0 auto;
}
#system #slider_selecter ul li {
	display: block;
	text-align: center;
	float: left;
	width:256px;
	height: 182px;
	margin:25px 0;
}
#system #slider_selecter ul li.clr {
	clear: left;
	margin-left:128px;
}
#system #slider_selecter ul li .icon {
	display: block;
	position: relative;
	width:264px;
	left:-4px;
}
#system #slider_selecter ul li .icon img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: none;
	top: 0;
	left: 0;
}
#system #slider_selecter ul li .out {
	display: inline-block;
}
#system #slider_selecter ul li .over {
	display: none;
}
#system #slider_selecter ul li a:hover .over {
	display: inline-block;
	
}
#system #slider_selecter ul li a:hover .out {
	display: none;
	
}
#system #contents_slider {
	display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1100px;
    height: 1100px;
    margin: 0 0 0 -550px;
}
#system #contents_slider ul {
    z-index: 0;
}
#system #contents_slider ul li {
	width:1100px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
#system #contents_slider ul li .bg {
    position: absolute;
	top:0;
	left:0;
}
#system #contents_slider ul li .imgbox {
    position: absolute;
}
#system #contents_slider ul li .imgbox a {
	display: block;
}
#system #contents_slider ul li .imgbox a img {
	position: absolute;
	top:0;
	left:0;
}
#system #contents_slider ul li .imgbox a .over {
	display: none;
}
#system #contents_slider ul li .imgbox a .out {
	display: inline-block;
}
#system #contents_slider ul li .imgbox a:hover .over {
	display: inline-block;
}
#system #contents_slider ul li .imgbox a:hover .out {
	display: none;
}
#system #contents_slider #slider_ctl span {
	position:absolute;
    z-index: 2;
}
#system #contents_slider #slider_ctl .close {
	top: 50px;
    right: 50px;
}
#system #contents_slider #slider_ctl .prev {
    top: 80px;
    left: 140px;
}
#system #contents_slider #slider_ctl .next {
    top: 80px;
    right: 140px;
}
/*KH3DHD*/
#system.kh3dhd #slider_selecter ul {
	width:1024px;
}
/*1*/
#system.kh3dhd .image01 .img1 {
    top: 350px;
    left: 40px;
}
#system.kh3dhd .image01 .img1 a {
	width:473px;
	height: 266px;
}
#system.kh3dhd .image01 .img2 {
    top: 245px;
    left: 460px;
}
#system.kh3dhd .image01 .img2 a {
	width:355px;
	height: 201px;
}
#system.kh3dhd .image01 .img3 {
    top: 540px;
    left: 575px;
}
#system.kh3dhd .image01 .img3 a {
	width:473px;
	height: 266px;
}
#system.kh3dhd .image01 .img4 {
    top: 805px;
    left: 195px;
}
#system.kh3dhd .image01 .img4 a {
	width:354px;
	height: 200px;
}
/*2*/
#system.kh3dhd .image02 .img1 {
    top: 340px;
    left: 35px;
}
#system.kh3dhd .image02 .img1 a {
	width:553px;
	height: 312px;
}
#system.kh3dhd .image02 .img2 {
    top: 265px;
    left: 515px;
}
#system.kh3dhd .image02 .img2 a {
	width:333px;
	height: 188px;
}
#system.kh3dhd .image02 .img3 {
    top: 480px;
    left: 615px;
}
#system.kh3dhd .image02 .img3 a {
	width:442px;
	height: 249px;
}
/*3*/
#system.kh3dhd .image03 .img1 {
    top: 340px;
    left: 55px;
}
#system.kh3dhd .image03 .img1 a {
	width:472px;
	height: 266px;
}
#system.kh3dhd .image03 .img2 {
	top: 340px;
    left: 565px;
}
#system.kh3dhd .image03 .img2 a {
	width:472px;
	height: 266px;
}
/*4*/
#system.kh3dhd .image04 .img1 {
    top: 355px;
    left: 15px;
}
#system.kh3dhd .image04 .img1 a {
	width:495px;
	height: 266px;
}
#system.kh3dhd .image04 .img2 {
    top: 255px;
    left: 475px;
}
#system.kh3dhd .image04 .img2 a {
	width:355px;
	height: 200px;
}
#system.kh3dhd .image04 .img3 {
    top: 535px;
    left: 550px;
}
#system.kh3dhd .image04 .img3 a {
	width:496px;
	height: 266px;
}
/*5*/
#system.kh3dhd .image05 .img1 {
    top: 355px;
    left: 40px;
}
#system.kh3dhd .image05 .img1 a {
	width:473px;
	height: 266px;
}
#system.kh3dhd .image05 .img2 {
    top: 260px;
    left: 465px;
}
#system.kh3dhd .image05 .img2 a {
	width:355px;
	height: 200px;
}
#system.kh3dhd .image05 .img3 {
	top: 535px;
    left: 575px;
}
#system.kh3dhd .image05 .img3 a {
	width:472px;
	height: 266px;
}
/*6*/
#system.kh3dhd .image06 .img1 {
    top: 355px;
    left: 40px;
}
#system.kh3dhd .image06 .img1 a {
	width:473px;
	height: 266px;
}
#system.kh3dhd .image06 .img2 {
    top: 260px;
    left: 465px;
}
#system.kh3dhd .image06 .img2 a {
	width:355px;
	height: 200px;
}
#system.kh3dhd .image06 .img3 {
	top: 480px;
    left: 535px;
}
#system.kh3dhd .image06 .img3 a {
	width:473px;
	height: 267px;
}
/*7*/
#system.kh3dhd .image07 .img1 {
    top: 355px;
    left: 40px;
}
#system.kh3dhd .image07 .img1 a {
	width:473px;
	height: 266px;
}
#system.kh3dhd .image07 .img2 {
    top: 260px;
    left: 465px;
}
#system.kh3dhd .image07 .img2 a {
	width:355px;
	height: 200px;
}
#system.kh3dhd .image07 .img3 {
	top: 480px;
    left: 535px;
}
#system.kh3dhd .image07 .img3 a {
	width:473px;
	height: 267px;
}
/*KH02*/
#system.kh02 #slider_selecter ul {
	width:768px;
}
/*1*/
#system.kh02 .image01 .img1 {
    top: 400px;
    left: 55px;
}
#system.kh02 .image01 .img1 a {
	width:472px;
	height: 267px;
}
#system.kh02 .image01 .img2 {
    top: 300px;
    left: 470px;
}
#system.kh02 .image01 .img2 a {
	width:421px;
	height: 238px;
}
#system.kh02 .image01 .img3 {
    top: 615px;
    left: 550px;
	z-index: 1;
}
#system.kh02 .image01 .img3 a {
	width:472px;
	height: 266px;
}
#system.kh02 .image01 .img4 {
    top: 720px;
    left: 175px;
    z-index: 0;
}
#system.kh02 .image01 .img4 a {
	width:421px;
	height: 238px;
}
/*2*/
#system.kh02 .image02 .img1 {
    top: 350px;
    left: 60px;
}
#system.kh02 .image02 .img1 a {
	width:472px;
	height: 266px;
}
#system.kh02 .image02 .img2 {
    top: 350px;
    left: 570px;
}
#system.kh02 .image02 .img2 a {
	width:472px;
	height: 266px;
}
/*3*/
#system.kh02 .image03 .img1 {
    top: 350px;
    left: 60px;
}
#system.kh02 .image03 .img1 a {
	width:472px;
	height: 266px;
}
#system.kh02 .image03 .img2 {
    top: 350px;
    left: 570px;
}
#system.kh02 .image03 .img2 a {
	width:472px;
	height: 266px;
}
/*------------------------------
NEW FEATURES
-------------------------------*/
#newfeatures {
	position: relative;	
	padding-bottom:110px;
}
#newfeatures .ttl {
	text-align: center;
	margin-bottom:85px;
}
#newfeatures .section {
	text-align: center;
	width:960px;
	margin:0 auto 65px auto;
	background-image:url(/kingdom/khhd_fcp/images/pc/kh3dhd/newfeatures/s_bg_text.png);
	background-repeat: no-repeat;
}
/*s1*/
#newfeatures .section1 {
	background-position: 495px 140px;
}
#newfeatures .section1 ul li {
	float: left;
}
/*s2 s3*/
#newfeatures .section2,
#newfeatures .section3 {
	height:500px;
	position: relative;
}
#newfeatures .imgbox {
	position: absolute;
}
#newfeatures .imgbox a {
	width:472px;
	height: 267px;
	display: block;
}
#newfeatures .imgbox img {
	position: absolute;
	top:0;
	left:0;
}
#newfeatures .imgbox a .over {
	display: none;
}
#newfeatures .imgbox a:hover .out {
	display: none;
}
#newfeatures .imgbox a:hover .over {
	display: inline-block;
}
/*s2*/
#newfeatures .section2 {
	background-position: 490px 157px;
}
#newfeatures .section2 .img1 {
	left:30px;
	top:135px;
}
#newfeatures .section2 .img2 {
	right:50px;
	top:205px;
}
/*s3*/
#newfeatures .section3 {
	background-position: 490px 188px;
}
#newfeatures .section3 .img1 {
	left:30px;
	top:165px;
}
#newfeatures .section3 .img2 {
	right:50px;
	top:235px;
}
/*------------------------------
GUIDE LINE
-------------------------------*/
#guide {
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	width:100%;
	height: 100%;
	background: url(/kingdom/khhd_fcp/images/pc/common/bg_alpha.png) 0 0;
	color: #fff;
	display: none;
	overflow: auto;
}
#guide .inner {
	width:780px;
	margin:0 auto;
	line-height: 190%;
	font-size: 13px;
	padding:180px 0 50px;
	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: 200%;
	margin-bottom:70px;
}
#guide .inner .close {
	background: url(/kingdom/khhd_fcp/images/pc/common/close_b.png) 0 0 no-repeat;
	width:38px;
	height: 38px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top:165px;
	right:0;
}</pre></body></html>