@charset "UTF-8";
/*@group reset ========================================================================== */
body { position: relative; margin: 0; padding: 0; /*padding-top: 45px;*/ font-family: sans-serif; font-size: 62.5%; color: #131313; line-height: 1.6; background: #fff; }

img { vertical-align: top; }

a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link, a:visited { color: #fff; }
a:hover, a:active { color: #767676; }

.active > a { color: #ff0032; }
.active > a:link, .active > a:hover, .active > a:visited, .active > a:active { color: #ff0032; }

a img { border: none; }

video { display: block; }

h1, h2, h3, h4, h5, h6, .title { margin: 0; padding: 0; line-height: 1.0; }

small { font-size: 100%; }

/* @end */
/*@group jScrollPane ========================================================================== */
/* 全体 */
.jspContainer { overflow: hidden; position: relative; }

/* スクロールバーを除いたエリア */
.jspPane { position: absolute; }

/* 縦スクロールバー */
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 4px !important; height: 100%; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* 横スクロールバー */
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* 背景 */
.jspTrack { background: #e5e5e5 !important; position: relative; }

/* ノブ */
.jspDrag { background: #898989 !important; position: relative; top: 0; left: 0; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }

/* @end */
/*@group loading ========================================================================== */
#loading { position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -10px; z-index: 3000; }

/* @end */
/*@group gnav ========================================================================== */
.gnav { position: absolute; left: 0; top: 0; width: 100%; z-index: 100; color: #fff; background: #131313; }
.gnav ul { list-style: none; margin: 0; padding: 0; }
.gnav li { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; line-height: 1.0; /*letter-spacing: 0em;*/ white-space: nowrap; }
.gnav a { cursor: default; }
.gnav a[href] { cursor: pointer; *cursor: hand; }
.gnav a:hover { text-decoration: none; }
.gnav ul { width: 1220px; margin: 0 auto; padding: 0 30px; *zoom: 1; }
.gnav ul:after { content: ''; display: table; clear: both; }
.gnav ul li { float: left; }
.gnav ul a { padding: 14px 22px; display: block; }
.gnav li:hover { position: relative; }
.gnav li:hover ul.sub { display: block; }
.gnav ul.sub { display: none; position: absolute; left: -10px; top: 100%; width: auto; padding: 4px 30px 12px; margin: 0; background: #131313; }
.gnav ul.sub li { float: none; border-top: 1px solid #4d4d4d; }
.gnav ul.sub li:first-child { border: none; }
.gnav ul.sub a { padding: 14px 2px; }
.gnav ul.sub a:hover { color: #fff; }
.gnav ul.sub a[href]:hover { color: #767676; }
.gnav ul.sub ul.sub { display: block; position: static !important; left: auto !important; top: auto !important; padding: 0 0 12px; margin-top: -10px; }
.gnav ul.sub ul.sub li { border: none; }
.gnav ul.sub ul.sub a { display: block; position: relative; padding: 4px 0; vertical-align: middle; }
.gnav ul.sub ul.sub a:before { content: "- "; }

/* @end */
/*@group layout ========================================================================== */
body { min-width: 1280px; }

.wrapper { width: 1220px; padding: 0 30px; margin: 0 auto; overflow: hidden; position: relative; }
.ktg .wrapper { overflow: visible; }

.content { position: relative; *zoom: 1; }
.content:after { content: ''; display: table; clear: both; }

.pageTtl { position: absolute; left: 0; top: 0; }

.mainCol { float: right; }
.staffcastPage .mainCol { width: 720px; }

.subCol { float: left; padding-top: 57px; }

/* @end */
/*@group header ========================================================================== */
header { padding-top: 40px; position: relative; *zoom: 1; }
header:after { content: ''; display: table; clear: both; }
header .siteTtl { float: left; margin-top: 45px; margin-bottom: 38px; }
header .siteTtl a { display: block; }
header .sns { position: absolute; right: 0px; top: 77px; text-align: right; margin: 0; }
header .sns a { display: inline-block; padding-left: 2px; }

/* @end */
/*@group footer ========================================================================== */
footer { border-top: 1px solid #d9d9d9; }

.footInner { width: 1220px; padding: 20px 30px; margin: 0 auto; *zoom: 1; }
.footInner:after { content: ''; display: table; clear: both; }

.banners { float: left; list-style: none; margin: 0; padding: 0; *zoom: 1; }
.banners:after { content: ''; display: table; clear: both; }
.banners li { float: left; margin-right: 2px; background: #fff; }

.bannersFoot { list-style: none; margin: 0; padding: 0; float: right; }

.copyright { line-height: 1.0; padding: 8px 0; margin: 0; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }
.copyright small { display: block; width: 1220px; padding: 0 30px; margin: 0 auto; *zoom: 1; }
.copyright small:after { content: ''; display: table; clear: both; }
.copyright .copy { float: left; }
.copyright .note { float: right; }

/* @end */
/*@group sub column ========================================================================== */
.localNav { margin-top: 56px; }
.localNav ul { list-style: none; margin: 0; padding: 0; }
.localNav a { display: block; padding: 10px; padding-left: 0; }

/* @end */
/*@group on air ========================================================================== */
.onairPage .page { background: white url(../../../about/images/bg_onair02.jpg) no-repeat 100% -70px; }
.onairPage .wrapper { background: transparent url(../../../about/images/bg_onair01.png) repeat-y top left; }
.onairPage .content { text-align: center; padding-bottom: 70px; }
.onairPage .copyright { background: #fff; }

.onairLead { padding-top: 106px; margin: 0 0 34px; }

.onairTxt { margin: 0 0 37px; }

/* @end */
/*@group foreword ========================================================================== */
.forewordPage { background: transparent url(../../../about/images/bg_foreword02.jpg) no-repeat center top; }
.forewordPage .wrapper { background: transparent url(../../../about/images/bg_foreword01.png) repeat-y right top; }
.forewordPage .mainCol { width: 662px; }
.forewordPage .secTtl { margin-top: 4px; margin-bottom: 84px; }
.forewordPage .pageSec { margin-bottom: 106px; }

/* @end */
/*@group intro ========================================================================== */
html.introPage, html.introPage body, html.introPage .page { height: 100%; }

.introPage .page { min-height: 820px; }
.introPage .siteTtl { visibility: hidden; }

.introSiteTtl { position: absolute; left: 0; top: -94px; }

.introPage footer { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 100; border: none; }
.introPage .copyright { background: #fff; }
.introPage .page { position: relative; overflow: hidden; }

.introBg { position: absolute; left: 0; top: 0; width: auto; height: 100%; }

.introTxt { text-align: right; }

/* @end */
/*@group staff cast ========================================================================== */
.staffcastPage { background: transparent url(/common/images/bg03.jpg) no-repeat 50% 0 fixed; }
.staffcastPage .pageSec { margin-bottom: 160px; }
.staffcastPage .secTtl { padding-top: 20px; margin: 0 0 62px; }

.staffTxt { margin: 0; }

.castList { margin-left: -18px; *zoom: 1; }
.castList:after { content: ''; display: table; clear: both; }
.castList ul { float: left; width: 327px; list-style: none; margin: 0; padding: 0; }
.castList li { margin-bottom: 24px; }
.castList a { display: block; position: relative; padding-left: 122px; }
.castList .ico { position: absolute; top: 0; left: 0; }

/* @end */
/*@group top page ========================================================================== */
html.topPage, .topPage body, .topPage .page, .topPage .wrapper, .topPage .content { height: 100%; }

.topPage body { position: relative; min-height: 837px; }
.topPage .page { position: relative; overflow: hidden; }
.topPage .siteTtl { visibility: hidden; }
.topPage .logo { position: absolute; top: -78px; left: 0; margin: 0; background: transparent url(../../top/images/logo_w.png) no-repeat left top; }
.topPage .logoBtm { position: absolute; right: 0; bottom: 308px; }
.topPage .lead { position: absolute; top: 70px; right: 0; margin: 0; }
.topPage .onair { position: absolute; bottom: 440px; left: 0; margin: 0; }
.topPage .onair .btn { margin-top: 20px; display: block; }
.topPage .movie { position: absolute; top: -92px; right: 0; *zoom: 1; }
.topPage .movie:after { content: ''; display: table; clear: both; }
.topPage .movie p { margin: 0; float: left; margin-left: 8px; }
.topPage .movie img { width: 136px; height: auto; }
.topPage .banner { position: absolute; top: 0; left: 0; margin: 0; }
.topPage .sns { display: none; }
.topPage .copyright { background: #fff; }
.topPage footer { position: absolute; left: 0; bottom: 0; width: 100%; border: none; }

.recentNews { position: absolute; top: 218px; right: 0; text-align: right; font-size: 12px; }
.recentNews .secTtl { margin-bottom: 14px; }
.recentNews ul { list-style: none; margin: 0; padding: 0; width: auto !important; height: 150px; overflow-y: scroll; }
.recentNews a { display: block; padding: 0 14px 20px 0; }
.recentNews .date { display: block; font-weight: bold; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.0; letter-spacing: -0.5px; }
.recentNews a, .recentNews a:link { color: #000; }

html.topPage body.data-bg-0 .logo { width: 290px; height: 58px; }
html.topPage body.data-bg-0 .logo img { display: none; }
html.topPage body.data-bg-0 .onair { display: none; }
html.topPage body.data-bg-0 .lead { display: none; }
html.topPage body.data-bg-0 .recentNews { top: auto; bottom: 420px; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; text-shadow: 0 0 4px rgba(0, 0, 0, 0.9); }
html.topPage body.data-bg-0 .recentNews .secTtl { height: 18px; background: transparent url(../../top/images/ttl_news_w.png) no-repeat right top; }
html.topPage body.data-bg-0 .recentNews .secTtl img { display: none; }
html.topPage body.data-bg-0 .recentNews a, html.topPage body.data-bg-0 .recentNews a:link { color: #fff; }
html.topPage body.data-bg-0 .recentNews a:hover { color: #fff; }
html.topPage body.data-bg-0 .banner { top: -95px; left: auto; right: 320px; /*border: 1px solid #1d4f9b;*/ }

/*
html.topPage body.data-bg-3 { .bgList { left: 20px; }
}
*/
html.topPage body.data-bg-4 .onair { bottom: auto; /*top: 34px;*/ top: 144px; }
html.topPage body.data-bg-4 .lead { top: 98px; }
html.topPage body.data-bg-4 .recentNews { top: 236px; }

.bgList { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.bgList ul { list-style: none; margin: 0; padding: 0; }
.bgList li { width: 100%; }
.bgList img { width: 100%; height: auto; }
.bgList .bg1 { margin-top: -20px; }
.bgList .bg2 { margin-top: -20px; }
.bgList .bg3 { margin-top: -20px; }

.bgPager { position: absolute; left: 0; bottom: 330px; *zoom: 1; }
.bgPager:after { content: ''; display: table; clear: both; }
.bgPager a { display: block; float: left; background: #fff; }
.bgPager a.active img { opacity: 0.6; -ms-filter: "alpha(opacity=60)"; /* ie 8 */ zoom: 1; }
.bgPager a:hover img { opacity: 0.8; -ms-filter: "alpha(opacity=80)"; /* ie 8 */ zoom: 1; }

/* @end */
/*@group character page ========================================================================== */
.characterPage .mainCol { width: 860px; }

.groupName { margin: 42px 0 25px; }

.groupTxt { margin: 0; }

.charaNav { position: relative; z-index: 10; margin: 48px 0; width: 300px; *zoom: 1; }
.charaNav ul { list-style: none; margin: 0; padding: 0; }
.charaNav:after { content: ''; display: table; clear: both; }
.charaNav li { float: left; margin: 0 8px 8px 0; }
.charaNav a { display: block; border: 1px solid #131313; }
.charaNav a:hover { border: 1px solid #666666; }

/* character */
.comingSoon { font-size: 24px; font-weight: bold; color: #d1d1d1; letter-spacing: 0em; line-height: 1.0; margin: 0; width: 100%; text-align: center; position: absolute; top: 50%; margin-top: -40px; left: -30px; }

.charaWrap { position: relative; min-height: 640px; }

.character { position: absolute; top: -119px; left: 0; width: 100%; z-index: 3; }

.imgList { position: absolute; left: 0; top: 0; z-index: 4; text-align: right; width: auto; }
.imgList .flexslider { background-color: transparent; }
.imgList ul { margin: 0; padding: 0; list-style: none; }
.imgList .slides li { width: auto !important; float: right !important; margin-right: 0 !important; margin-left: -100%; }
.imgList .slides img { width: auto !important; }

.imgListNav { margin: 0; padding: 0; list-style: none; margin-bottom: 24px; *zoom: 1; }
.imgListNav:after { content: ''; display: table; clear: both; }
.imgListNav li { float: left; padding: 10px 12px; margin-right: 4px; background: #000; }
.imgListNav li img { display: block; }
.imgListNav li:hover { background: #666666; }

.profile { position: absolute; left: 0; top: 0; z-index: 5; }

.glb .imgList { right: 450px; top: 70px; }
.glb .profile { left: 440px; top: 160px; }

/* ======================================================= */
#ktg_1_avatar .imgList { right: 400px; top: 70px; }

#ktg_1_avatar .profile { left: 480px; top: 200px; }

#ktg_2_avatar .imgList { right: 370px; top: 100px; }

#ktg_2_avatar .profile { left: 480px; top: 200px; }

#ktg_4_avatar .imgList { right: 390px; top: 80px; }

#ktg_4_avatar .profile { left: 480px; top: 200px; }

#ktg_5_avatar .imgList { right: 410px; top: 120px; }

#ktg_5_avatar .profile { left: 480px; top: 200px; }

#ktg_6_avatar .imgList { right: 410px; top: 100px; }

#ktg_6_avatar .profile { left: 480px; top: 200px; }

#ktg_7_avatar .imgList { right: 390px; top: 150px; }

#ktg_7_avatar .profile { left: 480px; top: 200px; }

#ktg_8_avatar .imgList { right: 390px; top: 80px; }

#ktg_8_avatar .profile { left: 480px; top: 200px; }

#ktg_1_ktg .imgList { right: 390px; top: 100px; }

#ktg_1_ktg .profile { left: 470px; top: 200px; }

#ktg_2_ktg .imgList { right: 460px; top: 110px; }

#ktg_2_ktg .profile { left: 430px; top: 200px; }

#ktg_3_ktg .imgList { right: 390px; top: 120px; }

#ktg_3_ktg .profile { left: 470px; top: 200px; }

#ktg_4_ktg .imgList { right: 400px; top: 50px; }

#ktg_4_ktg .profile { left: 470px; top: 200px; }

#ktg_5_ktg .imgList { right: 0px; top: 80px; margin-left: 70px; }

#ktg_5_ktg .profile { left: 470px; top: 400px; }

#ktg_6_ktg .imgList { right: 400px; top: 120px; }

#ktg_6_ktg .profile { left: 460px; top: 200px; }

#ktg_7_ktg .imgList { right: 400px; top: 50px; }

#ktg_7_ktg .profile { left: 470px; top: 200px; }

#ktg_8_ktg .imgList { right: 380px; top: 50px; }

#ktg_8_ktg .profile { left: 470px; top: 200px; }

#ktg_1_mgf .imgList { right: 390px; top: 100px; }

#ktg_1_mgf .profile { left: 470px; top: 260px; }

#ktg_2_mgf .imgList { right: 310px; top: 20px; }

#ktg_2_mgf .profile { left: 470px; top: 400px; }

#ktg_4_mgf .imgList { right: 220px; top: 180px; }

#ktg_4_mgf .profile { left: 450px; top: 300px; }

#ktg_5_mgf .imgList { right: 360px; top: 170px; }

#ktg_5_mgf .profile { left: 510px; top: 230px; }

#ktg_6_mgf .imgList { right: 300px; top: 120px; }

#ktg_6_mgf .profile { left: 480px; top: 300px; }

#ktg_7_mgf .imgList { right: 420px; top: 80px; }

#ktg_7_mgf .profile { left: 470px; top: 260px; }

#ktg_8_mgf .imgList { right: 390px; top: 130px; }

#ktg_8_mgf .profile { left: 490px; top: 280px; }

#ktg_3_ktg .ktgNav { display: none; }

#ktg_2_mgf .imgList li:first-child img { padding-top: 60px; }

#ktg_5_ktg .slides li { width: 100% !important; }

/**/
/* ======================================================= */
.charaName { margin: 0; margin-bottom: 24px; }

.charaTxt { margin: 0; margin: 24px 0; }

.sceneList { width: 242px; }
.sceneList ul { margin: 0; padding: 0; list-style: none; }
.sceneList .slides li { position: relative; }
.sceneList .slides a.group { position: absolute; width: 30px; height: 30px; bottom: 0; left: 50%; margin-left: -15px; background: transparent url("../../../character/images/ico_modal.png") no-repeat center center; display: none; }
.sceneList .flex-direction-nav a { width: 30px; height: 30px; margin-top: -15px; }
.sceneList .flex-direction-nav a:before { background-image: url("/common/js/fancybox/fancybox.png"); content: ''; display: block; width: 30px; height: 30px; }
.sceneList .flex-direction-nav a:before { background-image: url("/common/js/fancybox/fancybox.png"); content: '' !important; display: block; width: 30px; height: 30px; }
.sceneList .flex-direction-nav a.flex-prev:before { background-position: -40px -30px !important; }
.sceneList .flex-direction-nav a.flex-next:before { background-position: -40px -60px !important; }
.sceneList .flex-direction-nav .flex-prev { left: 0px !important; }
.sceneList .flex-direction-nav .flex-next { right: 0px !important; }

#fancybox-left, #fancybox-right { width: 50% !important; }

/* ktgNav */
.ktgNav { position: absolute; left: 0; top: 0; width: 100%; z-index: 10; *zoom: 1; }
.ktgNav:after { content: ''; display: table; clear: both; }
.ktgNav a { display: block; }
.ktgNav .prev, .ktgNav .next { position: absolute; top: 7px; visibility: hidden; }
.ktgNav .prev { left: -50px; background: transparent url(../../../character/images/ico_ktgNav_01.png) no-repeat center left; }
.ktgNav .prev a { margin-left: 26px; }
.ktgNav .next { right: -20px; background: transparent url(../../../character/images/ico_ktgNav_02.png) no-repeat center right; }
.ktgNav .next a { margin-right: 26px; }
.ktgNav .disabled { display: none !important; }

.ktgNavBg { padding-top: 50px; *zoom: 1; }
.ktgNavBg:after { content: ''; display: table; clear: both; }
.ktgNavBg img { /*
$origin: 0% 0%;
$rate: 0.5;
-moz-transform-origin: $origin;
-webkit-transform-origin: $origin;
transform-origin: $origin;
-moz-transform: scale($rate,$rate);
-webkit-transform: scale($rate,$rate);
transform: scale($rate,$rate);
*zoom:$rate;
zoom:$rate \9;
*/ }
.ktgNavBg .prev, .ktgNavBg .next { text-align: center; display: none; }
.ktgNavBg .prev { float: left; margin-left: -40px; text-align: left; }
.ktgNavBg .next { float: right; margin-right: -10px; text-align: right; }

/* @end */
/*@group character map ========================================================================== */
.characterMapPage .pageTtl { position: static; }

.characterMap { padding: 40px 0; text-align: center; }

.characterMapIframeContent a.group { display: none !important; }

/* @end */
