@charset "UTF-8";
/*
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; }

ul,
li {
  text-decoration: none;
  list-style: none; }

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; }

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  width: 100%; }

body {
  width: 100%;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #242424; }

/*#########################################################

共通パーツ

#########################################################*/
main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

div.box-inner {
  width: 950px;
  margin: 0 auto; }
  @media screen and (max-width: 950px) {
    div.box-inner {
      margin: 0 2%;
      width: 96%; } }

/* 共通クラス*/
.bold {
  font-weight: bold; }

.font-red {
  color: #f43716; }

.font-pink {
  color: #ff61c0; }

.font-green {
  color: #39ba32; }

.font-blue {
  color: #2066ee; }

.font-aqua {
  color: #74cafb; }

.font-orange {
  color: #fb9700; }

.font-violet {
  color: #5f3af2; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb80 {
  margin-bottom: 80px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.ml20 {
  margin-left: 20px; }

.ml40 {
  margin-left: 40px; }

.ml60 {
  margin-left: 60px; }

.ml80 {
  margin-left: 80px; }

.mr20 {
  margin-right: 20px; }

.mr40 {
  margin-right: 40px; }

.mr60 {
  margin-right: 60px; }

.mr80 {
  margin-right: 80px; }

.pb20 {
  padding-bottom: 20px; }

.pb40 {
  padding-bottom: 40px; }

.pb60 {
  padding-bottom: 60px; }

.pb80 {
  padding-bottom: 80px; }

.pt20 {
  padding-top: 20px; }

.pt40 {
  padding-top: 40px; }

.pt60 {
  padding-top: 60px; }

.pt80 {
  padding-top: 80px; }

.pl20 {
  padding-left: 20px; }

.pl40 {
  padding-left: 40px; }

.pl60 {
  padding-left: 60px; }

.pl80 {
  padding-left: 80px; }

.pr20 {
  padding-right: 20px; }

.pr40 {
  padding-right: 40px; }

.pr60 {
  padding-right: 60px; }

.pr80 {
  padding-right: 80px; }

body {
  color: #fff; }

img {
  pointer-events: none; }

div#wrapper {
  display: block; }

/*#########################################################
ヘッダー
#########################################################*/
header {
  z-index: 4;
  position: absolute;
  width: 100%; }
  header div.inner-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header div.inner-box div.logo {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 16%; }
      @media screen and (max-width: 1245px) {
        header div.inner-box div.logo {
          width: 13%;
          padding-left: 5%; } }
      @media screen and (max-width: 768px) {
        header div.inner-box div.logo {
          width: 25%; } }
      @media screen and (max-width: 640px) {
        header div.inner-box div.logo {
          display: block;
          width: 20%;
          padding-left: 3%; } }
      header div.inner-box div.logo img {
        width: 100%; }
    header div.inner-box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 1245px) {
        header div.inner-box ul {
          margin-right: 5%; } }
      @media screen and (max-width: 640px) {
        header div.inner-box ul {
          margin-right: 3%; } }
      header div.inner-box ul li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px; }
        @media screen and (max-width: 768px) {
          header div.inner-box ul li {
            padding-left: 3%; } }
        @media screen and (max-width: 640px) {
          header div.inner-box ul li {
            margin-right: 1%;
            padding-left: 1%; } }

/*#########################################################
COMMON
#########################################################*/
div.inner-box {
  margin: 0 auto;
  text-align: center;
  width: 980px; }
  @media screen and (max-width: 1245px) {
    div.inner-box {
      width: 100%; } }

a {
  text-decoration: none; }

main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

/*ローディング*/
#loader_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 500; }

@media screen and (max-width: 768px) {
  img.pc-img {
    visibility: hidden; } }

img.sp-img {
  display: none; }
  @media screen and (max-width: 768px) {
    img.sp-img {
      display: block; } }

/*#########################################################
MAIN-img
#########################################################*/
div#main-img {
  width: 100%;
  margin: 0 auto;
  color: #000;
  background: url("../images/bg_top.png") left bottom repeat;
  display: block; }
  div#main-img div#kv {
    margin: 0 auto;
    width: 1245px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1245px) {
      div#main-img div#kv {
        width: 100%; }
        div#main-img div#kv img {
          width: 100%; } }
    div#main-img div#kv h1 {
      z-index: 4;
      position: absolute;
      width: 26%;
      left: 11%;
      top: 8%; }
      @media screen and (max-width: 1245px) {
        div#main-img div#kv h1 {
          width: 28%;
          left: 5%;
          top: 10%; } }
      @media screen and (max-width: 768px) {
        div#main-img div#kv h1 {
          margin: 0 auto;
          left: 0;
          right: 0;
          top: 54%;
          width: 50%; } }
      @media screen and (max-width: 640px) {
        div#main-img div#kv h1 {
          margin: 0 auto;
          left: 0;
          right: 0;
          top: 51%;
          width: 60%; } }
      div#main-img div#kv h1 img {
        width: 100%; }
    div#main-img div#kv figure.neko-img, div#main-img div#kv figure.wanko01-img, div#main-img div#kv figure.wanko02-img, div#main-img div#kv figure.koban01, div#main-img div#kv figure.koban02, div#main-img div#kv figure.koban03, div#main-img div#kv figure.koban04,
    div#main-img div#kv .top-light, div#main-img div#kv .top-light-l, div#main-img div#kv .top-light-r, div#main-img div#kv .item-wana {
      position: absolute; }
      div#main-img div#kv figure.neko-img img, div#main-img div#kv figure.wanko01-img img, div#main-img div#kv figure.wanko02-img img, div#main-img div#kv figure.koban01 img, div#main-img div#kv figure.koban02 img, div#main-img div#kv figure.koban03 img, div#main-img div#kv figure.koban04 img,
      div#main-img div#kv .top-light img, div#main-img div#kv .top-light-l img, div#main-img div#kv .top-light-r img, div#main-img div#kv .item-wana img {
        width: 100%; }
    div#main-img div#kv figure.neko-img {
      width: 48.5%;
      top: -0.5%;
      left: 14%;
      z-index: 1; }
    div#main-img div#kv figure.wanko01-img {
      z-index: 1;
      width: 16%;
      top: 55%;
      right: 26%; }
    div#main-img div#kv figure.wanko02-img {
      z-index: 1;
      width: 10%;
      top: 48.5%;
      right: 38.7%; }
    div#main-img div#kv figure.top-light {
      z-index: 2;
      width: 85%;
      top: -24%;
      left: 4.7%; }
    div#main-img div#kv figure.top-light-l {
      z-index: 3;
      width: 27%;
      top: 14%;
      left: 6%; }
    div#main-img div#kv figure.top-light-r {
      z-index: 2;
      width: 33%;
      top: 11%;
      right: 26%; }
    div#main-img div#kv figure.koban01 {
      z-index: 2;
      width: 36%;
      top: -5%;
      right: 15.7%; }
    div#main-img div#kv figure.koban02 {
      z-index: 2;
      width: 40%;
      top: -4%;
      left: -1%; }
    div#main-img div#kv figure.koban03 {
      z-index: 1;
      width: 10%;
      bottom: 13%;
      left: 39%; }
    div#main-img div#kv figure.koban04 {
      z-index: 1;
      width: 19%;
      bottom: 33px;
      right: 0px; }
    div#main-img div#kv figure.item-wana {
      z-index: 1;
      width: 87%;
      bottom: 56px;
      left: 0%; }
    div#main-img div#kv ul#apps-shop {
      z-index: 3;
      width: 58%;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      bottom: 3%;
      left: calc(50% - 18.2%);
      right: 0; }
      @media screen and (max-width: 768px) {
        div#main-img div#kv ul#apps-shop {
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 75%;
          bottom: 3%;
          left: 0;
          right: 0;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        div#main-img div#kv ul#apps-shop {
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          padding: 5%;
          bottom: 0%;
          right: 0;
          margin: 0 auto; } }
      div#main-img div#kv ul#apps-shop li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        div#main-img div#kv ul#apps-shop li:last-child {
          margin-left: 7%;
          width: 26%; }
          @media screen and (max-width: 768px) {
            div#main-img div#kv ul#apps-shop li:last-child {
              margin-left: 5%;
              width: 38%; } }
        div#main-img div#kv ul#apps-shop li:first-child {
          width: 32%; }
          @media screen and (max-width: 768px) {
            div#main-img div#kv ul#apps-shop li:first-child {
              width: 48%; } }
        div#main-img div#kv ul#apps-shop li img {
          width: 100%; }
        div#main-img div#kv ul#apps-shop li a {
          display: block; }
    div#main-img div#kv p.sub-txt {
      z-index: 3;
      position: absolute;
      width: 49%;
      left: 0;
      right: 0;
      bottom: 12%;
      margin: auto; }
      @media screen and (max-width: 768px) {
        div#main-img div#kv p.sub-txt {
          bottom: 12.5%;
          width: 80%; } }
      @media screen and (max-width: 640px) {
        div#main-img div#kv p.sub-txt {
          bottom: 14%;
          width: 92%; } }
      div#main-img div#kv p.sub-txt img {
        width: 100%; }
    div#main-img div#kv div.movie {
      z-index: 3;
      width: 17%;
      position: absolute;
      top: 8%;
      left: calc(100% - 26.5%); }
      @media screen and (max-width: 1245px) {
        div#main-img div#kv div.movie {
          left: calc(100% - 21.5%);
          top: 9%; } }
      @media screen and (max-width: 768px) {
        div#main-img div#kv div.movie img {
          visibility: hidden; } }
      div#main-img div#kv div.movie a {
        display: block; }
        @media screen and (max-width: 768px) {
          div#main-img div#kv div.movie a {
            display: none; } }
    div#main-img div#kv img.top-img {
      width: 100%;
      z-index: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        div#main-img div#kv img.top-img {
          display: none; } }
    div#main-img div#kv img.top-img-sp {
      display: none; }
      @media screen and (max-width: 768px) {
        div#main-img div#kv img.top-img-sp {
          z-index: 0;
          display: block;
          margin: 0 auto;
          text-align: center; } }
    div#main-img div#kv picture.top_bk {
      display: -ms-grid;
      display: grid; }
      @media screen and (max-width: 768px) {
        div#main-img div#kv picture.top_bk {
          display: inline; } }

/*#########################################################
movie-box
#########################################################*/
div.movie-box {
  display: none; }
  @media screen and (max-width: 768px) {
    div.movie-box {
      background: url("../images/bg_top.png") left bottom repeat;
      display: block; }
      div.movie-box a {
        display: -ms-grid;
        display: grid;
        padding: 5% 0 4.5%; }
        div.movie-box a img {
          width: 100%; } }

/*#########################################################
lead-box
#########################################################*/
div#lead-box {
  background: url("../images/bg_lead.png") center bottom/cover no-repeat #000; }
  div#lead-box h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10.5% 0 3.5%;
    width: 60%;
    margin: 0 auto; }
    div#lead-box h2 img {
      width: 100%; }
    @media screen and (max-width: 1245px) {
      div#lead-box h2 {
        width: 45%; } }
    @media screen and (max-width: 768px) {
      div#lead-box h2 {
        width: 83%; } }
  div#lead-box p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 10.5%;
    width: 58%;
    margin: 0 auto; }
    div#lead-box p img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      div#lead-box p {
        width: 85%; } }

/*#########################################################
TOPIC
#########################################################*/
main {
  display: block;
  padding: 100px 0 1%;
  background: url("../images/bg_point.png") left bottom repeat; }
  @media screen and (max-width: 640px) {
    main {
      padding: 80px 0 1%; } }
  @media screen and (max-width: 768px) {
    main #point03 div.inner-box {
      height: auto;
      margin-bottom: 60px; } }
  main div.topic-box {
    margin-bottom: 80px;
    background: url("../images/room.png") center top repeat-x; }
    @media screen and (max-width: 640px) {
      main div.topic-box {
        margin-bottom: 0px;
        background: none; } }
    main div.topic-box div.inner-box {
      position: relative;
      height: 790px; }
      @media screen and (max-width: 768px) {
        main div.topic-box div.inner-box {
          height: auto;
          margin-bottom: 80px; } }
      main div.topic-box div.inner-box div.sp-bg-img {
        display: none; }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box div.sp-bg-img {
            display: block; }
            main div.topic-box div.inner-box div.sp-bg-img img {
              width: 100%; } }
      main div.topic-box div.inner-box h2.topic-ttl {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 530px;
        top: -30px;
        left: 0;
        text-align: left; }
        @media screen and (max-width: 1245px) {
          main div.topic-box div.inner-box h2.topic-ttl {
            margin-left: 5%;
            width: 47%; } }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box h2.topic-ttl {
            margin-left: 3%;
            width: 57%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box h2.topic-ttl {
            top: -35px;
            width: 84%;
            margin: 0 8%; } }
        main div.topic-box div.inner-box h2.topic-ttl img {
          width: 100%; }
      main div.topic-box div.inner-box p.topic-lead {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media screen and (max-width: 1245px) {
          main div.topic-box div.inner-box p.topic-lead {
            margin: 0% 5% 10px;
            width: 90%; } }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box p.topic-lead {
            margin: 0 3%;
            width: 94%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box p.topic-lead {
            top: 8%;
            width: 94%;
            margin: 0 auto;
            text-align: center; } }
        main div.topic-box div.inner-box p.topic-lead img {
          width: 100%; }
      main div.topic-box div.inner-box div.game-sc {
        position: absolute;
        margin: 0% auto;
        top: 26%;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box div.game-sc {
            margin: 4%;
            width: 92%;
            top: 31%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box div.game-sc img {
            width: 100%; } }
      main div.topic-box div.inner-box p.topic-sub {
        position: absolute;
        bottom: 4.5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 75%;
        z-index: 20; }
        main div.topic-box div.inner-box p.topic-sub img {
          width: 100%; }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box p.topic-sub {
            margin: 0 5%;
            width: 90%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box p.topic-sub {
            bottom: 3%;
            width: 84%;
            margin: 0 auto; } }
      main div.topic-box div.inner-box figure.item-koban {
        z-index: 2;
        position: absolute;
        bottom: 7%; }
      main div.topic-box div.inner-box figure.item-makibishi {
        position: absolute;
        bottom: 3%; }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box figure.item-makibishi {
            left: 0%;
            bottom: 5%; } }
      main div.topic-box div.inner-box figure.item-akikan {
        position: absolute;
        bottom: 5%;
        left: 23%; }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box figure.item-akikan {
            left: 0%;
            bottom: 3.5%; } }
      main div.topic-box div.inner-box figure img.pc-img {
        display: block; }
        @media screen and (max-width: 1245px) {
          main div.topic-box div.inner-box figure img.pc-img {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box figure img.pc-img {
            display: none; } }
      main div.topic-box div.inner-box figure img.sp-img {
        display: none; }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box figure img.sp-img {
            width: 100%;
            display: block; } }
      main div.topic-box div.inner-box div.topic-kyara {
        z-index: 3;
        position: absolute; }
        main div.topic-box div.inner-box div.topic-kyara img {
          width: 100%; }
      main div.topic-box div.inner-box .topic01neko {
        opacity: 1;
        right: 0;
        bottom: 9%; }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box .topic01neko {
            width: 22%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box .topic01neko {
            width: 24%;
            right: 0;
            bottom: 8%; } }
      main div.topic-box div.inner-box .topic02wanko {
        bottom: 7%; }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box .topic02wanko {
            width: 22%;
            bottom: 10%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box .topic02wanko {
            width: 24%;
            left: -4%;
            bottom: 9%; } }
      main div.topic-box div.inner-box .topic03neko {
        right: 0;
        bottom: 7%;
        width: 20%; }
        @media screen and (max-width: 950px) {
          main div.topic-box div.inner-box .topic03neko {
            width: 22%; } }
        @media screen and (max-width: 768px) {
          main div.topic-box div.inner-box .topic03neko {
            bottom: 8%;
            width: 26%; } }
      main div.topic-box div.inner-box .topic03neko:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }

/*#########################################################
detail-box
#########################################################*/
div#detail-box {
  background: url("../images/bg_bottom.png") center bottom repeat-x, #22264f;
  padding-top: 8%;
  /*＝＝＝＝DOWNLOAD＝＝＝＝*/
  /*＝＝＝＝SNS＝＝＝＝*/
  /*＝＝＝＝footer＝＝＝＝*/ }
  div#detail-box div#game-info {
    position: relative;
    width: 750px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      div#detail-box div#game-info {
        padding-top: 5%;
        width: 90%; }
        div#detail-box div#game-info img {
          width: 100%; } }
    div#detail-box div#game-info img.pc-img {
      display: block; }
      @media screen and (max-width: 768px) {
        div#detail-box div#game-info img.pc-img {
          display: none; } }
    div#detail-box div#game-info img.sp-img {
      display: none; }
      @media screen and (max-width: 768px) {
        div#detail-box div#game-info img.sp-img {
          display: block; } }
    div#detail-box div#game-info ul#download-btn {
      position: absolute;
      top: 44%;
      right: 8%; }
      @media screen and (max-width: 768px) {
        div#detail-box div#game-info ul#download-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          top: 79%;
          right: 0;
          left: 10%; } }
      @media screen and (max-width: 640px) {
        div#detail-box div#game-info ul#download-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          top: 77.5%;
          right: 0;
          left: 10%; } }
      div#detail-box div#game-info ul#download-btn a {
        display: block; }
      div#detail-box div#game-info ul#download-btn li.app {
        padding: 10px 0 15px;
        width: 185px; }
        @media screen and (max-width: 768px) {
          div#detail-box div#game-info ul#download-btn li.app {
            padding: 10px 0;
            width: 39%; } }
      div#detail-box div#game-info ul#download-btn li.gp {
        padding: 0px 0;
        width: 185px; }
        @media screen and (max-width: 768px) {
          div#detail-box div#game-info ul#download-btn li.gp {
            padding: 10px 0;
            width: 48%;
            padding-left: 15px; } }
      div#detail-box div#game-info ul#download-btn li.app a img,
      div#detail-box div#game-info ul#download-btn li.gp a img {
        width: 100%; }
        div#detail-box div#game-info ul#download-btn li.app a img:hover,
        div#detail-box div#game-info ul#download-btn li.gp a img:hover {
          opacity: 0.8; }
  div#detail-box div.sns-box {
    position: relative;
    width: 470px;
    margin: 5% auto; }
    @media screen and (max-width: 768px) {
      div#detail-box div.sns-box {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        margin: 10% auto; } }
    div#detail-box div.sns-box ul#sns-list {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 50%;
      z-index: 10; }
      div#detail-box div.sns-box ul#sns-list li {
        width: 31%;
        margin-left: 31%; }
        @media screen and (max-width: 768px) {
          div#detail-box div.sns-box ul#sns-list li {
            margin-left: 30%; } }
        div#detail-box div.sns-box ul#sns-list li:last-child {
          margin-left: 10px; }
        div#detail-box div.sns-box ul#sns-list li a {
          display: block;
          width: 100%; }
          div#detail-box div.sns-box ul#sns-list li a img {
            width: 100 div#detail-box div.sns-box ul#sns-list li a img; }
            div#detail-box div.sns-box ul#sns-list li a img :hover {
              opacity: 0.8; }
    div#detail-box div.sns-box img {
      width: 100%; }
  div#detail-box footer#footer-box {
    background: #778d37;
    width: 100%; }
    div#detail-box footer#footer-box div.footer-box-inner {
      width: 980px;
      padding: 20px 0 30px;
      margin: 0 auto; }
      @media screen and (max-width: 1245px) {
        div#detail-box footer#footer-box div.footer-box-inner {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px  3% 30px;
          width: 100%; } }
      div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt {
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li.link-txt {
          padding-right: 30px; }
          @media screen and (max-width: 768px) {
            div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li.link-txt {
              padding-right: 30px; } }
          div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li.link-txt a {
            color: #fff; }
        div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li:last-child {
          margin-left: auto; }
          @media screen and (max-width: 640px) {
            div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li:last-child {
              width: 100%;
              text-align: center;
              margin: 15px auto 0; } }
        div#detail-box footer#footer-box div.footer-box-inner ul.footer-txt li.copy-txt {
          color: #fff; }

/*#########################################################
page-top
#########################################################*/
#page-top {
  position: fixed;
  z-index: 100;
  right: 50px;
  width: 50px;
  bottom: 50px;
  margin-bottom: 55px; }
  @media screen and (max-width: 768px) {
    #page-top {
      right: 2%;
      width: 40px; } }
  @media screen and (max-width: 320px) {
    #page-top {
      right: 2%;
      margin-bottom: 21%;
      width: 40px; } }
  #page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block; }
    #page-top a img {
      width: 100%; }
    #page-top a:hover {
      text-decoration: none;
      opacity: 1; }

/*#########################################################
 ネコが顔を出す
#########################################################*/
div#doro-main-img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 20px; }
  div#doro-main-img div.kusa01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
    background: url("../images/kusa01.png") center top repeat-x; }
  div#doro-main-img div.dora-box-bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    height: 63px;
    margin: 0 auto;
    position: relative;
    background-position: center;
    background: url("../images/kusa02.png") center top repeat-x; }
  div#doro-main-img div.TurnUp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    bottom: 26px; }
  div#doro-main-img .doro-neko01 {
    width: 90px;
    height: 93px;
    background: url("../images/neko01.png") left top/100% auto no-repeat;
    position: absolute;
    top: 0%;
    left: 20%; }
    @media screen and (max-width: 768px) {
      div#doro-main-img .doro-neko01 {
        top: 0%;
        left: 5%; } }
    @media screen and (max-width: 640px) {
      div#doro-main-img .doro-neko01 {
        width: 77px;
        height: 80px;
        top: 10%;
        left: 3%; } }
  div#doro-main-img .doro-neko02 {
    width: 90px;
    height: 93px;
    background: url("../images/neko02.png") left top/100% auto no-repeat;
    position: absolute;
    top: 0%;
    left: 40%; }
    @media screen and (max-width: 768px) {
      div#doro-main-img .doro-neko02 {
        top: 0%;
        left: 30%; } }
    @media screen and (max-width: 640px) {
      div#doro-main-img .doro-neko02 {
        width: 77px;
        height: 80px;
        top: 10%;
        left: 28%; } }
  div#doro-main-img .doro-neko03 {
    width: 90px;
    height: 93px;
    background: url("../images/neko03.png") left top/100% auto no-repeat;
    position: absolute;
    top: 0%;
    left: 60%; }
    @media screen and (max-width: 768px) {
      div#doro-main-img .doro-neko03 {
        top: 0%;
        left: 60%; } }
    @media screen and (max-width: 640px) {
      div#doro-main-img .doro-neko03 {
        width: 77px;
        height: 80px;
        top: 10%;
        left: 52%; } }
  div#doro-main-img .doro-neko04 {
    width: 90px;
    height: 93px;
    background: url("../images/neko04.png") left top/100% auto no-repeat;
    position: absolute;
    top: 0%;
    left: 80%; }
    @media screen and (max-width: 768px) {
      div#doro-main-img .doro-neko04 {
        top: 0%;
        left: 85%; } }
    @media screen and (max-width: 640px) {
      div#doro-main-img .doro-neko04 {
        width: 77px;
        height: 80px;
        top: 10%;
        left: 75%; } }

/*#########################################################
アニメ記述
#########################################################*/
.fd {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms; }
  .fd.scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fd02 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .fd02.scroll02 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.down {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .down img {
    opacity: 0; }

.scroll-down {
  -webkit-animation: down 0.4s linear 0s 1;
  animation: down 0.4s linear 0s 1; }
  .scroll-down img {
    opacity: 1; }

@-webkit-keyframes down {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -200%);
    transform: scale(0.8, 1.4) translate(0%, -200%); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -100%);
    transform: scale(0.9, 1.1) translate(0%, -100%); }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, -5%);
    transform: scale(1, 1) translate(0%, -5%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

@keyframes down {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -200%);
    transform: scale(0.8, 1.4) translate(0%, -200%); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -100%);
    transform: scale(0.9, 1.1) translate(0%, -100%); }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, -5%);
    transform: scale(1, 1) translate(0%, -5%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

.left {
  opacity: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.scroll-left {
  opacity: 1;
  -webkit-animation: left 0.3s ease-out 0s 1;
  animation: left 0.3s ease-out 0s 1; }

@-webkit-keyframes left {
  0% {
    -webkit-transform: scale(1, 1) translate(-200%, 0%);
    transform: scale(1, 1) translate(-200%, 0%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

@keyframes left {
  0% {
    -webkit-transform: scale(1, 1) translate(-200%, 0%);
    transform: scale(1, 1) translate(-200%, 0%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

.up, .up02, .up03, .up04 {
  opacity: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.scroll-up {
  opacity: 1;
  -webkit-animation: up 0.8s linear 0s 1;
  animation: up 0.8s linear 0s 1; }

.scroll-up02 {
  opacity: 1;
  -webkit-animation: up 0.6s linear 0s 1;
  animation: up 0.6s linear 0s 1; }

.scroll-up03 {
  opacity: 1;
  -webkit-animation: up 0.4s linear 0s 1;
  animation: up 0.4s linear 0s 1; }

.scroll-up04 {
  opacity: 1;
  -webkit-animation: up 0.2s linear 0s 1;
  animation: up 0.2s linear 0s 1; }

@-webkit-keyframes up {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 100%);
    transform: scale(1, 1) translate(0%, 100%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

@keyframes up {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 100%);
    transform: scale(1, 1) translate(0%, 100%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); } }

/*#########################################################
loader
#########################################################*/
#loader {
  display: block;
  position: fixed;
  top: calc(50% - 70px);
  left: calc(50% - 10px);
  width: 180px;
  height: 180px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
  color: #fff;
  z-index: 800; }
  @media screen and (max-width: 768px) {
    #loader {
      top: calc(50% - 35px);
      left: calc(50% - 5px);
      width: 150px;
      height: 150px;
      margin-top: -75px;
      margin-left: -65px; } }
  #loader img {
    width: 100%; }
  #loader img {
    width: 100%; }

/* ==================================
アニメーション
 ==================================*/
.animation {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bound {
  -webkit-animation-name: bound;
  animation-name: bound; }

.animated.bound {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bound {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bound {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*メイン画像表示*/
.appear {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: show 1s both;
  animation: show 1s both; }

@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    text-shadow: none; } }

@keyframes show {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    text-shadow: none; } }

/*表示する時間差*/
.time01 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.time02 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.time03 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.time04 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.time05 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.timekira {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.time06 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.time07 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.time08 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.time09 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

.time10 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

@media screen and (max-width: 768px) {
  .time08 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .time09 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .time10 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; } }

.appear02 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.css-fade1 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  opacity: 0;
  -webkit-animation-name: fade-in1;
  animation-name: fade-in1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
