@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg.jpg") no-repeat left top;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  z-index: -1;
}

body > iframe {
  display: none;
}

img {
  width: 100% !important;
  display: block;
}

/*star animation*/
.star_wrap {
  width: 100%;
  overflow: hidden;
}

.star_wrap .star1, .star_wrap .star2, .star_wrap .star3 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
}

.star1 {
  width: 75px;
}

.star2 {
  width: 150px;
}

.star3 {
  width: 225px;
}

.header {
  position: relative;
  width: 100%;
  min-height: 50px;
  z-index: 2;
}

.header i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.1%;
}

.header .btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.3%;
}

/*menu*/
.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../img/common/menu/bg.png);
}

.menu .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.1%;
}

.menu .btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.3%;
}

.menu .menu_inner {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
}

.menu .menu_inner .menu_list {
  position: relative;
  text-align: center;
}

.menu .menu_inner .menu_list li {
  display: inline-block;
}

.menu .menu_inner .menu_list .m_news {
  width: 27.4%;
}

.menu .menu_inner .menu_list .m_story {
  width: 28.8%;
}

.menu .menu_inner .menu_list .m_chara {
  width: 35.4%;
}

.menu .menu_inner .menu_list .m_staff {
  width: 30.1%;
}

.menu .menu_inner .menu_list .m_ticket {
  width: 27.4%;
}

.menu .menu_inner .menu_list .m_theater {
  width: 28.8%;
}

.menu .menu_inner .menu_list .m_goods {
  width: 35.4%;
}

.menu .menu_inner .menu_list .m_movie {
  width: 30.1%;
}

/*common footer*/
footer {
  position: relative;
  margin-top: -18px;
  padding-bottom: 100px;
  background: url("../img/common/footer/bg_footer.jpg") no-repeat left top;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-color: #d8a4ff;
  z-index: 1;
}

footer .link {
  width: 90.666%;
  margin: 0 auto 20px;
  padding: 50px 0 0;
  font-size: 0;
}

footer .link li {
  width: 48.529%;
  display: inline-block;
  margin-bottom: 10px;
}

footer .link li:nth-of-type(even) {
  margin-left: 2.941%;
}

footer .share {
  position: relative;
  margin-bottom: 30px;
}

footer .share .share_wrap {
  width: 92%;
  margin: 0 auto;
  padding: 15px 0 15px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #e9c7ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e5bcff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e5bcff), color-stop(0.75, #e5bcff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #e5bcff 25%, transparent 25%, transparent 50%, #e5bcff 50%, #e5bcff 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, #e5bcff 25%, transparent 25%, transparent 50%, #e5bcff 50%, #e5bcff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e5bcff 25%, transparent 25%, transparent 50%, #e5bcff 50%, #e5bcff 75%, transparent 75%, transparent);
  border: 3px solid #ca7df6;
  border-radius: 10px;
}

footer .share .share_wrap .cap_share {
  width: 40.579%;
  margin: 0 auto 10px;
}

footer .share .share_wrap ul {
  position: relative;
  text-align: center;
  letter-spacing: -.4em;
  width: 100%;
}

footer .share .share_wrap ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 1px;
}

footer .share .share_wrap ul li + li {
  margin-left: 3%;
}

footer .share .share_wrap ul li + li:nth-child(2) {
  margin-top: -2px;
  margin-left: 3%;
}

footer .share .share_wrap ul li.line img {
  width: auto !important;
}

footer .share .img_chara01 {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 16.8%;
}

footer .share .img_chara02 {
  position: absolute;
  top: -15px;
  right: 0;
  width: 16%;
}

footer .staff {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

footer .copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/*common paegtop*/
.pagetop {
  position: relative;
  width: 31.6%;
  margin: 0 auto;
  z-index: 1;
}

.pagetop .pagetop_image {
  position: absolute;
  top: 0;
  left: 26.739%;
  width: 36.63%;
  z-index: 1;
}

.pagetop .pagetop_rocket {
  position: relative;
  width: 64.468%;
  z-index: 1;
}

.pagetop .pagetop_text {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 60.073%;
  z-index: 1;
}

.sd {
  width: 45.3%;
  position: absolute;
  top: -75%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.wrapper {
  position: relative;
}
