@charset "UTF-8";
.fr {
  float: right;
}

.fl {
  float: left;
}

.cl {
  clear: both;
}

/*

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #F1FFFF;
}

body, html {
  width: 100%;
  height: 100%;
}

#wrapper {
  min-width: 980px;
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

.wave {
  position: absolute;
  z-index: 150;
  width: 100px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

header {
  position: absolute;
  z-index: 10;
  margin: 20px 0 0 30px;
}
header h1 {
  margin-bottom: 15px;
}
header #globalNavigation {
  margin-bottom: 30px;
}
header #globalNavigation li {
  background: no-repeat left bottom;
  width: 120px;
  height: 30px;
  margin-bottom: 3px;
}
header #globalNavigation li a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat left top;
}
header #globalNavigation li a:hover {
  background-position: left bottom;
}
header #globalNavigation li.story a {
  background-image: url("../img/common/menu/menu_story.png");
}
header #globalNavigation li.chara a {
  background-image: url("../img/common/menu/menu_chara.png");
}
header #globalNavigation li.gallery a {
  background-image: url("../img/common/menu/menu_gallery.png");
}
header #globalNavigation li.sound a {
  background-image: url("../img/common/menu/menu_sound.png");
}
header #globalNavigation li.special a {
  background-image: url("../img/common/menu/menu_special.png");
}
header #globalNavigation li.blog a {
  background-image: url("../img/common/menu/menu_blog.png");
}
header #globalNavigation li.system a {
  background-image: url("../img/common/menu/menu_system.png");
}
header #globalNavigation li.product a {
  background-image: url("../img/common/menu/menu_product.png");
}
header #globalNavigation li.shop a {
  background-image: url("../img/common/menu/menu_shop.png");
}
header #sns h2 {
  float: left;
}
header #sns ul {
  float: left;
}
header #sns ul li {
  float: left;
  height: 20px;
}
header #sns ul li img {
  vertical-align: top;
}
header #sns ul li:not(:last-child):after {
  content: url("../img/common/menu/share_slash.png");
  margin-top: 0;
}

footer {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 0;
  min-width: 1024px;
}
footer .footerWrap {
  background: url("../img/common/footer/bg_footer.png") no-repeat center bottom;
  position: relative;
  bottom: 0;
  height: 120px;
  padding: 0 30px;
}
footer .left {
  position: absolute;
  bottom: 23px;
  left: 30px;
}
footer .left .links {
  margin-bottom: 12px;
}
footer .left .links li {
  float: left;
  margin-right: 13px;
}
footer .right {
  position: absolute;
  bottom: 23px;
  right: 30px;
  text-align: right;
}
footer .right #bgmSound {
  height: 25px;
  width: 230px;
  margin: 0 0 0 auto;
  position: relative;
}
footer .right #bgmSound .icon {
  background: url("../img/common/footer/btn_sound.png") no-repeat left top;
  width: 57px;
  height: 25px;
  float: left;
  cursor: pointer;
}
footer .right #bgmSound .icon.stop {
  background-position: left bottom;
}
footer .right #bgmSound .title {
  float: left;
  overflow: hidden;
  width: 140px;
  height: 25px;
}
footer .right #bgmSound .title p {
  position: relative;
  font-size: 10px;
  font-size: 0.625rem;
  white-space: nowrap;
  line-height: 25px;
  top: 0;
  text-align: left;
}
footer .right #bgmSound .listmenu {
  float: right;
  width: 28px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
}
footer .right #bgmSound .listmenu.current img {
  margin-top: -26px;
}
footer .right #bgmSound .musicList {
  position: absolute;
  bottom: 25px;
  opacity: 0;
  display: none;
  right: -8px;
}
footer .right #bgmSound .musicList .listMain {
  background: url("../img/common/footer/bgm/bg_musiclist_main.png");
}
footer .right #bgmSound .musicList .listMain ul {
  margin: 0 0px 0 30px;
  padding-bottom: 1px;
}
footer .right #bgmSound .musicList .listMain li {
  font-size: 10px;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
footer .right #bgmSound .musicList .listMain li .mbtn {
  background: url("../img/common/footer/bgm/icon_musiclist.png");
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  left: -14px;
  top: 2px;
}
footer .right #bgmSound .musicList .listMain li.current {
  color: #c96472;
}
footer .right #bgmSound .musicList .listMain li.current .mbtn {
  background-position: bottom;
}

.subPackage {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -166px;
  right: -317px;
  width: 317px;
  z-index: 100;
}
.subPackage h2 {
  position: absolute;
  left: -44px;
}
.subPackage:before {
  content: url("../img/common/package/bg_package_top.png");
}
.subPackage:after {
  content: url("../img/common/package/bg_package_bottom.png");
}
.subPackage .info {
  background: url("../img/common/package/bg_package.png");
  padding: 15px 0 15px 40px;
  margin-top: -5px;
}
.subPackage .info p {
  font-size: 10px;
  font-size: 0.625rem;
}
.subPackage .info p.vita {
  margin-bottom: 10px;
}
.subPackage .info h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 13px;
}
.subPackage .info dl {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 20px;
}
.subPackage .info dl dt {
  float: left;
  clear: left;
  width: 60px;
  margin-bottom: 5px;
}
.subPackage .info dl dd {
  margin-bottom: 5px;
}
.subPackage .info dl dd:before {
  content: ":";
  margin-right: 5px;
}
.subPackage .info .images div {
  float: left;
  margin-right: 15px;
}
.subPackage .info .images div p {
  text-align: center;
  margin-top: 5px;
}

.float {
  background: url("../img/common/float/filter.png");
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 150;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.float .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
.float .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#flashArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1024px;
}

#noflash {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
}
#noflash #loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#noflash #loading .image {
  position: absolute;
  top: 0;
  left: 50%;
}
#noflash #loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -298px;
  margin-top: -152px;
}
#noflash #loading .enter {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: 180px;
  cursor: pointer;
}

#wrapper {
  min-height: 750px;
}

header .movie {
  position: absolute;
  left: 125px;
  bottom: 46px;
  cursor: pointer;
}
header .banner {
  position: absolute;
  bottom: -60px;
  left: 7px;
}

.news {
  background: url("../img/top/bg_news.png");
  height: 135px;
  width: 290px;
  position: relative;
  top: 640px;
  margin-left: 30px;
}
.news h2 {
  padding: 42px 0 0 38px;
  margin-bottom: 5px;
  cursor: pointer;
}
.news dl {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 31px 10px 38px;
  overflow: hidden;
}
.news dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 7px;
}
.news dl dt a {
  color: #000;
  text-decoration: none;
}
.news dl dd a {
  color: #000;
  text-decoration: none;
}
.news #scrollNews {
  height: 57px;
  width: 290px;
}

#floatMovie {
  display: none;
}
#floatMovie #frameMovie {
  position: absolute;
  left: 50%;
  margin-left: -370px;
  top: 50%;
  margin-top: -208px;
  width: 740px;
  height: 416px;
}
#floatMovie .youtubeID {
  display: none;
}

#floatNews .floatNews {
  background: url("../img/top/news/bg_news.png");
  width: 740px;
  height: 510px;
  position: absolute;
  left: 50%;
  margin-left: -370px;
  top: 50%;
  margin-top: -255px;
}
#floatNews .floatNews .newsWrap {
  width: 578px;
  height: 322px;
  margin: auto;
  margin-top: 100px;
}
#floatNews .floatNews dl {
  background: url("../img/top/news/line.png") no-repeat left bottom;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 0 30px;
}
#floatNews .floatNews dl dt {
  float: left;
  line-height: 1.4;
}
#floatNews .floatNews dl dd {
  margin-left: 90px;
  line-height: 1.4;
}
#floatNews .floatNews dl dd:not(:last-child) {
  margin-bottom: 8px;
}
#floatNews .floatNews dl dd a {
  color: #000;
  text-decoration: none;
}
#floatNews .floatNews dl dd a:hover {
  text-decoration: underline;
}

.coutdown {
  position: absolute;
  right: 0;
  bottom: 60px;
  cursor: pointer;
  z-index: 20;
}

/************* loading ***************/
#wrapper {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

/********** 2015.08.06 add **********/
body {
  min-height: 900px;
}

header .newBtn {
  position: absolute;
  left: 162px;
  bottom: 166px;
  cursor: pointer;
}

#floatMovie .btnMore {
  text-align: center;
  margin-top: 20px;
}

#flashArea {
  min-height: 900px;
}
