@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

a {
  margin: 0;
  padding: 0;
  border: 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 #000;
  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;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 1rem;
  color: #FFF;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  border: 0;
}

:focus {
  outline: none;
}

a:link, a:visited {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

.guest-hidden {
  display: none;
}

.alps-is-guest .guest-hidden {
  display: none !important;
}

.alps-is-loggedin .guest-hidden {
  display: block !important;
}

.l-wrap {
  width: 100%;
}

.l-wrap.is-bgA {
  background-image: url("../img/common/bg_topGrad.png"), url("../img/common/bg_bottomGrad.png"), url("../img/common/bg_patternA.png");
  background-repeat: repeat-x, 		                   repeat-x, 		                   repeat-y;
  background-position: center top, 		                     center bottom, 		                     center;
  background-size: 1px 200px, 1px 699px, 100% auto;
}

.l-wrap.is-bgB {
  background-image: url("../img/common/bg_topGrad.png"), url("../img/common/bg_bottomGrad.png"), url("../img/common/bg_patternB.png");
  background-repeat: repeat-x, 		                   repeat-x, 		                   repeat-y;
  background-position: center top, 		                     center bottom, 		                     center;
  background-size: 1px 200px, 1px 699px, 100% auto;
}

.l-header {
  position: relative;
  width: 100%;
  height: 30px;
}

.l-header__logo {
  width: 33.4%;
  position: absolute;
  top: 9px;
  right: 4px;
}

.l-header img {
  max-width: none;
  width: 100%;
  height: auto;
}

.l-footer {
  width: 100%;
  background-color: #000;
  padding: 10px 0 0;
}

.l-footer.is-top {
  background-color: transparent;
}

.l-footer__navi:after {
  content: '';
  display: block;
  clear: both;
}

.l-footer__navi li:nth-of-type(odd) {
  float: left;
  width: 42.1875%;
}

.l-footer__navi li:nth-of-type(even) {
  float: right;
  width: 57.8125%;
}

.l-footer__devs {
  text-align: center;
}

.l-footer__devs li {
  display: inline-block;
  width: 65px;
}

.l-footer__pageTop {
  width: 100%;
}

.l-footer img {
  max-width: none;
  width: 100%;
  height: auto;
}

.l-footer__sns {
  width: 100%;
  padding: 20px 0;
}

.l-footer__sns:after {
  content: '';
  display: block;
  clear: both;
}

.l-footer__sns li {
  float: left;
  width: 11.25%;
  margin: 0 7.5% 0 35%;
}

.l-footer__sns li:last-child {
  margin: 0;
}

.c-contentsWrap {
  width: 100%;
  background-image: url("../img/common/bg_contents.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  margin: 5% 0 0;
  margin: 4vw 0 0;
}

.c-contentsWrap__top {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: -30px;
  top: -1%;
  top: -4vw;
  left: 0;
  z-index: 10;
}

.c-contentsWrap__bottom {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -30px;
  bottom: -7vw;
  left: 0;
  z-index: 10;
}

.c-contentsWrap__inner {
  text-align: center;
}

.c-contentsWrap__inner img {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-logo {
  width: 100%;
  padding: 30px 0 0;
}

.c-logo img {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-gnavi {
  width: 100%;
  background-image: url("../img/common/gnavi_bg_default.png");
  background-position: center 1px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-gnavi img {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-gnavi .ico-new {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 26.875%;
  height: auto;
  z-index: 50;
}

.c-gnavi__main .ico-new {
  top: 2%;
}

.c-gnavi__main:after {
  content: '';
  display: block;
  clear: both;
}

.c-gnavi__main li {
  position: relative;
  width: 50%;
}

.c-gnavi__main li:nth-of-type(odd) {
  float: left;
}

.c-gnavi__main li:nth-of-type(even) {
  float: right;
}

.c-gnavi__sub:after {
  content: '';
  display: block;
  clear: both;
}

.c-gnavi__sub li {
  position: relative;
  width: 50%;
}

.c-gnavi__sub li:nth-of-type(odd) {
  float: left;
}

.c-gnavi__sub li:nth-of-type(even) {
  float: right;
}

.c-gnavi__sBtn {
  display: block;
  padding: 0 17% 10px;
  background-image: url("../img/common/gnavi_bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat;
}

.c-gnavi.is-card {
  background-image: url("../img/common/gnavi_bg_card.png");
}

.c-gnavi.is-movie {
  background-image: url("../img/common/gnavi_bg_communication.png");
}

.c-gnavi.is-communication {
  background-image: url("../img/common/gnavi_bg_movie.png");
}

.c-gnavi.is-storyChara {
  background-image: url("../img/common/gnavi_bg_story_chara.png");
}

.c-moviePage {
  padding: 25px 20px;
}

.c-moviePage__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 35px;
}

.c-moviePage__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-moviePage__closeBtn {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.c-moviePage__closeBtn img {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-news {
  padding: 5vw 0 0;
  color: #3e210f;
  text-align: left;
}

.c-news__list {
  padding: 10px 0;
  background-image: url("../img/top/news_bg.png");
  background-size: 100%;
  background-repeat: repeat;
}

.c-news__item {
  width: 67.5%;
  margin: 0 auto 15px;
}

.c-news__item:last-child {
  margin: 0 auto;
}

.c-news__date {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
}

.c-news__text {
  font-size: 14px;
  font-weight: bold;
}

.c-news__text a {
  display: block;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 10px;
  line-height: 1.3;
}

.c-news__text a:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 11px;
  background-image: url(../img/top/news_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-news img {
  display: block;
}

.c-softInfo {
  position: relative;
}

.c-softInfo img {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-softInfo__basic {
  display: block;
  width: 50.3%;
  position: absolute;
  bottom: 12%;
  right: 11.5%;
}

.c-softInfo__cero {
  display: block;
  width: 9.6%;
  position: absolute;
  bottom: 12%;
  left: 26%;
}

.c-softInfo02 {
  position: relative;
  width: 75.9375%;
  margin: 0 auto;
}

.c-softInfo02 ul li {
  float: left;
  margin: 0 0 6%;
  overflow: hidden;
}

.c-softInfo02 ul li.spec-update {
  width: 60.0823%;
}

.c-softInfo02 ul li.spec-guide {
  width: 39.9177%;
}

.c-charaPage {
  width: 100%;
  position: relative;
  background-image: url("../img/story_character/ds_chara_bg.png"), url("../img/common/bg_patternB.png");
  background-repeat: repeat, 	                   repeat-y;
  background-position: center, 	                     center;
  background-size: 10px 10px, 100% auto;
}

.c-charaPage__btnNext {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 25%;
  right: 10px;
}

.c-charaPage__btnPrev {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 25%;
  left: 10px;
}

.c-charaPage img {
  max-width: none;
  width: 100%;
  height: auto;
}

.p-top {
  background-color: #ff0200;
  background-image: url("../img/top/bg.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1px 1405px;
}

.p-top img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.p-top__top {
  position: relative;
}

.p-top__bnr {
  margin: -5% 0 0;
}
.p-top__btnEvent {
  margin: -0.5% 0 0;
}

.p-top .c-gnavi {
  margin: 0 0 40px;
}

.p-top #tweet {
  width: 75.9375%;
  margin: 0 auto;
  padding: 0 0 8%;
}

.p-top__movieWrap {
  position: relative;
  width: 100%;
}

.p-top__movieBtn {
  display: block;
  width: 75.9375%;
  position: absolute;
  bottom: 0;
  left: 12.03125%;
}

.p-about .c-contentsWrap__inner div:last-child {
  padding: 0 0 5%;
}

.p-about__movieWrap {
  position: relative;
  width: 100%;
}

.p-about__movieBtn {
  display: block;
  width: 75.9375%;
  position: absolute;
  bottom: 0;
  left: 12.03125%;
}

.p-system h1 {
  padding: 7% 0 0;
}

.p-system .c-contentsWrap__inner p:last-child {
  padding: 0 0 9%;
}

.p-card h1 {
  padding: 7% 0 0;
}

.p-card .c-contentsWrap__inner div:last-child {
  padding: 0 0 5%;
}

.p-movie h1 {
  padding: 1% 0 0;
}

.p-movie__wrap {
  position: relative;
  width: 80.9375%;
  margin: 0 auto;
}

.p-movie__wrap.movie-top {
  margin-top: -2.3%;
}

.p-movie__wrap .ico-new {
  position: absolute;
  bottom: 17.5%;
  left: -1.8%;
  width: 16.60231%;
  height: auto;
  z-index: 50;
}

.p-movie__movieBtn {
  display: block;
}

.p-movie__movieBtn.is-cant {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-communication h1 {
  padding: 0 0 0;
}

.p-communication .c-contentsWrap__inner div:last-child {
  padding: 0 0 5%;
}

.p-storyCharacter h1 {
  padding: 7% 0 0;
}

.p-storyCharacter .c-contentsWrap__inner ul:last-child {
  padding: 0 0 9%;
}

.p-storyCharacter__movieWrap {
  position: relative;
  width: 100%;
}

.p-storyCharacter__movieBtn {
  display: block;
  width: 75.9375%;
  position: absolute;
  bottom: 0;
  left: 12.03125%;
}

.p-storyCharacter__movieBtn.is-cant {
  display: block;
  width: 75.9375%;
  position: absolute;
  bottom: 0;
  left: 12.03125%;
  z-index: 10;
}

.p-storyCharacter__list:after {
  content: '';
  display: block;
  clear: both;
}

.p-storyCharacter__item {
  width: 25%;
  float: left;
  margin: 0 1.25% 1% 0;
}

.p-storyCharacter__item:nth-of-type(3n+1) {
  clear: both;
  margin: 0 1.25% 1% 12.03125%;
}

.p-storyCharacter__item img {
  max-width: none;
  width: 100%;
  height: auto;
}

.p-storyCharacter__modalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.85);
}

.p-storyCharacter__modalWrap img {
  max-width: none;
  width: 100%;
  height: auto;
}

.p-storyCharacter__modalWrap.is-open {
  display: block;
}

.p-storyCharacter__modalItem {
  display: none;
}

.p-storyCharacter__modalItem.is-current {
  display: block;
}

.p-storyCharacter__btnNext {
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  width: 39px;
  height: 39px;
}

.p-storyCharacter__btnPrev {
  display: block;
  position: absolute;
  top: 25%;
  left: 5%;
  width: 39px;
  height: 39px;
}

.p-trial .c-contentsWrap__inner p:last-child {
  padding: 0 0 15%;
}

.p-trial__linkWrap {
  position: relative;
  width: 100%;
}

.p-trial__linkBtn {
  display: block;
  position: absolute;
}

.p-trial__linkBtn.is-link1,
.p-trial__linkBtn.is-link3 {
  width: 71.875%;
  bottom: 0;
  left: 14.0625%;
}

.p-trial__linkBtn.is-link2 {
  width: 68.75%;
  top: 0;
  left: 15.625%;
}

.p-trial__linkBtn.is-link3 {
  width: 71.875%;
  bottom: 27%;
  left: 14.0625%;
  z-index: 10;
}

.p-newArea {
  position: relative;
}
.p-newArea .ico-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.4375%;
  height: auto;
  z-index: 50;
}

.p-trial_eventTable .ico-new {
  top: -9%;
  left: 6.5%;
}
.p-card_powerTtl .ico-new {
  top: -34%;
  left: 1%;
}
.p-system_facilityTtl .ico-new {
  top: -66%;
  left: 4%;
}