body {
  background-color: #000; }

a {
  color: #f00;
  text-decoration: underline; }

a:link,
a:visited {
  color: #f00; }

a:hover {
  color: #8f0000; }

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/common/bg_menu_top.png);
  background-position: 30px 37px;
  background-repeat: no-repeat;
  background-size: 265px 290px; }
  #menu #menuCloseButton {
    position: absolute;
    top: 10px;
    left: 10px; }
  #menu li {
    position: absolute;
    list-style: none;
    width: 120px;
    height: 48px; }
  #menu #menuHome {
    top: 60px;
    left: 31px; }
  #menu #menuNews {
    top: 60px;
    left: 151px; }
  #menu #menuAbout {
    top: 108px;
    left: 31px; }
  #menu #menuEvent {
    top: 108px;
    left: 151px; }
  #menu #menuTicket {
    top: 156px;
    left: 31px; }
  #menu #menuComment {
    top: 156px;
    left: 151px; }
  #menu #menuNote {
    top: 204px;
    left: 31px; }
  #menu #menuFaq {
    top: 204px;
    left: 151px; }
  #menu #menuGoods {
    top: 252px;
    left: 31px; }
  #menu #menuStaff {
    top: 252px;
    left: 151px; }

#submenu {
  display: none;
  position: fixed;
  z-index: 101;
  width: 320px;
  height: 310px;
  top: 108px;
  left: -51px;
  background-image: url("../images/common/bg_menu_about.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 210px 299px; }
  #submenu ul {
    margin: 0;
    padding: 0; }
  #submenu li {
    margin: 0 auto;
    list-style: none;
    width: 185px;
    height: 48px; }
  #submenu #menuStory {
    margin-top: 40px; }
  #submenu #submenuClose {
    position: absolute;
    display: block;
    width: 100px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto; }
  #submenu #submenuCloseButton {
    display: block;
    width: 100px;
    height: 35px; }

#logo_main {
  display: block;
  position: absolute;
  width: 144px;
  top: 6px;
  right: 10px;
  margin: 0;
  padding: 0;
  z-index: 3; }

.containerMain {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden; }

.textBlock {
  color: #fff;
  font-size: 12px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.8em; }

.navi {
  position: fixed;
  top: 10px;
  left: 10px;
  overflow: hidden;
  z-index: 6; }
  .navi .navbar-header {
    margin: 0;
    padding: 0; }
    .navi .navbar-header a {
      display: block;
      width: 35px;
      height: 35px;
      padding: 0;
      border: none;
      text-decoration: none; }

#top_button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 90; }
  #top_button a.topButton {
    position: absolute;
    display: block;
    right: 10px; }

footer.footer {
  width: 100%;
  max-width: 380px;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 370px;
  padding-top: 80px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
  background-image: url(../images/common/bg_footer.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 320px 438px; }

#social_buttons {
  margin: 0 auto;
  width: 266px;
  height: 20px; }
  #social_buttons .sns-buttons {
    float: left;
    margin-right: 10px; }
  #social_buttons #hatenabm.sns-buttons {
    margin-right: 0; }
#logos {
  width: 164px;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 17px;
  text-align: center; }
  #logos a:first-child {
    margin-right: 18px; }

#footer_comment .comments {
  font-size: 10.5px;
  color: #fff;
  line-height: 15px;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px; }
#footer_comment .comments.names {
  font-size: 9px;
  color: #808080;
  line-height: 14px;
  width: 300px; }
#footer_comment .mail {
  color: #f00;
  font-size: 9px; }

#company {
  width: 201px;
  margin: 0 auto;
  margin-bottom: 6px; }
  #company a:first-child {
    margin-right: 18px; }

#copyright {
  width: 290px;
  margin: 0 auto;
  padding-bottom: 15px; }

.sponsorText {
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #fff;
  margin-top: 17px; }

.sponsors {
  width: 100%;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }
  .sponsors a:link {
    text-decoration: none; }

#company {
  margin-top: 18px;
  margin-bottom: 1px; }
