@charset "UTF-8";
/******************************************************
 * Doragonegg's stylesheet
 ******************************************************/
/**
 * import foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

img {
  vertical-align: middle;
}

.header:after, .header__menu:after, .top__links:after, .top__movie:after, .top__account:after {
  content: "";
  clear: both;
  display: block;
}

/******************************************************
 * This app common styles
 ******************************************************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  background-color: black;
}

/*-----------------------------------------------------
 * OOCSS
 -----------------------------------------------------*/
/* text */
.text-bg {
  display: inline-block;
  text-indent: -9999px;
}

.txt-serif {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.txt--pink {
    color: #ec5798;
}
.txt--green {
    color: #5bb98c;
}

.img--full {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------
 * CONTENTS
 -----------------------------------------------------*/
.container {
 
}

.container.is-show {
  opacity: 1;
}

.header {
  background: #000;
  -webkit-background-size: 30px 43px;
          background-size: 30px 43px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 43px;
}

.header__logo {
  float: left;
  margin: 10px 0 0 12px;
}

.header__menu {
  float: right;
  margin-right: 4px;
}

.header__menuItem {
  float: left;
}

.header__menuItem > a {
  display: block;
  padding: 9px 5px;
}

.header__menuItem--menu > a {
  padding: 11px 8px 10px;
}

.nav_border{
  background-image: -moz-linear-gradient( -90deg, rgb(62,18,5) 0%, rgb(114,39,8) 15%, rgb(251,230,185) 50%, rgb(114,39,8) 85%, rgb(62,18,5) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(62,18,5) 0%, rgb(114,39,8) 15%, rgb(251,230,185) 50%, rgb(114,39,8) 85%, rgb(62,18,5) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(62,18,5) 0%, rgb(114,39,8) 15%, rgb(251,230,185) 50%, rgb(114,39,8) 85%, rgb(62,18,5) 100%);width: 280px;
  height: 2px;
  width: 90%;
  position: absolute;
  right: 0px;
}

.top {
  background: url(../img/top_bg.png) no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
    position: relative;
    background-color: black;
    padding-top: 16%;
    padding-bottom: 10%;
}

.top__head, .top__catch, .top__links {
  position: relative;
}

.top__head {
  z-index: 5;
  text-align: center;
}

.top__head img{
  width: 72%;
}

.twitter{
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 8%;
}

.top__links {
  z-index: 3;
  padding: 0 6%;
  padding-top: 53%;
}

.app_btn{
  float: left;
  width: 49%;
  text-align: right;
  margin-right: 2%;
}

.google_btn{
  float: left;
  width: 49%;
}

.apli_text img{
  padding-top: 4%;
}

.top__movie{
  padding-top: 12%;
}

/*--------------------------introduction*---------------------------------*/

.intr_top {
  background: url(../img/intr_bg.png) no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
    position: relative;
    background-color: black;
    padding-top: 16%;
    padding-bottom: 10%;
}

.intr_title {
  z-index: 5;
  text-align: center;
  position: relative;
}

.intr_title img{
  width: 84%
}


.intr_text{
  z-index: 5;
  text-align: center;
  position: relative;
}

.intr_text img{
  width: 84%;
  padding-top: 3%;
}

.intr__links{
  z-index: 3;
  padding: 0 6%;
  position: relative;
}

.cva_text{
  padding-top: 10%;
}

.cva_apli{
  padding-top: 5%;
}

/*--------------------------system*---------------------------------*/

.sys_top {
  background: url(../img/sys_bg.png) no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
    position: relative;
    background-color: black;
    padding-top: 19%;
    padding-bottom: 10%;
}

.sys_title{
  z-index: 5;
  text-align: center;
  position: relative;
}

.sys_title img{
  width: 60%;
}

.sys_text{
  z-index: 5;
  text-align: center;
  position: relative;
  padding-top: 3%;
}

.sys_text img {
  width: 80%;
}

.sys__links{
  z-index: 3;
  padding: 0 6%;
  position: relative;
  text-align: center;
  padding-top: 8%;
}

.sys_img{
  width: 92%;
  height: auto;
}

/*--------------------------character*---------------------------------*/
.chara_top {
  background: url(../img/chara_bg.png) no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
    position: relative;
    background-color: black;
    padding-top: 19%;
    padding-bottom: 10%;
}

.chara_text{
  z-index: 5;
  text-align: center;
  position: relative;
  padding-top: 3%;
}

.chara_text img {
  width: 60%;
}

.chara_icon{
  float: left;
  padding: 1%;
  width: 48%;
}

.chara_icon a img{
  width: 100%;
}

.chara__cva{
  padding: 0 6%;
  position: relative;
  text-align: center;
  padding-top: 8%;
}

.chara_cva_text{
  padding-top: 10%;
  display: inline-block;
}

/*-------------------------------------------------------------------*/

.footer {
  height: 46px;
  background-color: #000;
}

.footer__copyright {
  text-align: center;
  padding-top: 16px;
  font-size: 10px;
  color: #fff;
}

.pageTop {
  position: fixed;
  right: 5px;
  bottom: 30px;
  z-index: 20;
}

#slideL {
  z-index:100;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: -400px;
  width: 400px;
  height: auto;
  padding: 0 40px 0 0;
  background: #999;
}

#slideL .slide-inner {
  overflow: auto;
  overflow-x: hidden;
  background: #ddd;
}
