@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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  text-decoration: none;
}

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

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #545454;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FFF, #dcdcdc) no-repeat 50% 100%;
  z-index: -1;
}

.wrapper {
  overflow: hidden;
  position: relative;
}
header .hdr-konami {
  width: 100%;
  max-width: 112px;
  margin: 15px;
}

.contents .contents-hdr h1 {
  max-width: 532px;
  margin: 30px auto 0;
}
.contents .contents-hdr h1 img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents .contents-hdr {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .contents .contents-hdr h1 img {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
}
.contents .contents-cp-bnr {
  margin: 30px 10px 0;
  text-align: center;
}
.contents .contents-cp-bnr a img {
  width: 100%;
  transition: all 250ms ease-out;
}
.contents .contents-cp-bnr a img:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
@media only screen and (min-width: 768px) {
  .contents .contents-cp-bnr {
    margin: 40px auto 0;
  }
  .contents .contents-cp-bnr a img {
    max-width: 600px;
  }
}
.contents .contents-main {
  padding: 30px 0;
}
.contents .contents-main ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contents .contents-main ul li {
  width: 30.5%;
  margin: 5px;
}
.contents .contents-main ul li a {
  display: block;
  transition: all 250ms ease-out;
}
.contents .contents-main ul li a:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
.contents .contents-main ul li a img {
  width: 100%;
  vertical-align: bottom;
  box-shadow: 0 0 15px 0 #b1b1b1;
}
.contents .contents-main ul li a img:hover {
  box-shadow: 0 0 10px 0 #b1b1b1;
}
@media only screen and (min-width: 768px) {
  .contents .contents-main {
    padding: 40px 0;
  }
  .contents .contents-main ul {
    max-width: 820px;
  }
  .contents .contents-main ul li {
    margin: 10px;
  }
  .contents .contents-main ul li a img {
    max-width: 250px;
  }
}

footer .share {
  display: flex;
  justify-content: center;
}
footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.3);
  transition: box-shadow 0.2s ease;
}
footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(85, 85, 85, 0.3);
}
footer .share li.twitter a {
  background-image: url("/games/genso/s/images/icn_x_b.png");
}
footer .share li.facebook a {
  background-image: url("/games/genso/s/images/sns_icon_facebook.svg");
}
@media screen and (min-width: 980px) {
  footer .share li.line {
    display: none;
  }
}
footer .share li.line a {
  background-image: url("/games/genso/s/images/sns_icon_line.svg");
}
footer .share li.google-plus a {
  background-image: url("/games/genso/s/images/sns_icon_google_plus.svg");
}
footer nav {
  margin-top: 20px;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  /*aaa*/
  font-size: 0.75rem;
}
footer nav ul li a {
  margin: 0 5px;
  color: #545454;
}
footer > p {
  padding: 2%;
  text-align: center;
  /*aaa*/
  font-size: 0.625rem;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  footer nav {
    max-width: 980px;
    margin: 30px auto 0;
  }
  footer > p {
    /*aaa*/
    font-size: 0.625rem;
    max-width: 800px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style-index.css.map */
