html.root {
  width: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  height: 100%; }

li {
  list-style: none; }

* {
  margin: 0;
  padding: 0; }

a {
  color: #333; }

.hover:hover {
  opacity: 0.7; }

.root body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.child body {
  width: 100%;
  -webkit-transition: opacity 0.1s 0.2s;
  transition: opacity 0.1s 0.2s; }
  .child body[data-view] {
    opacity: 1; }

.l-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.l-nav {
  height: 8%;
  padding: 2% 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .l-nav li {
    width: 20%; }
    .l-nav li a {
      display: block;
      height: 100%; }
      .l-nav li a img {
        max-width: 100%; }
      .l-nav li a.active, .l-nav li a:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); }

.l-game {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/bg_top.png) center top no-repeat, url(../images/bg_bottom.png) center bottom no-repeat, url(../images/bg.jpg) 0 0/100% 100% repeat-y;
  background-size: contain; }

.l-news {
  width: 97%;
  height: 89%;
  bottom: 2%;
  border-radius: 0.5em;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 1.5%;
  padding: 1% 1% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  border: 2px solid #3e2e12;
  background-color: #a3895d;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7) inset, 0px 0px 8px black;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7) inset, 0px 0px 8px black; }
  .l-news .l-news__inner {
    width: 100%;
    height: 100%; }
  .l-news iframe {
    width: 100%;
    height: 98%;
    display: block; }

[data-view="is-PCview"] .l-news {
  bottom: 3%;
  height: 86.5%;
  border-radius: 12px; }

.l-info .pageGroup {
  min-height: 300px; }

.l-info .pageGroup:not(:first-child) {
  display: none; }

.js-infoItem {
  display: none; }

.infoItem {
  background: #e4e0c2;
  margin: 0 0 1% 0;
  padding: 0.8%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .infoItem [data-href] {
    display: block;
    cursor: pointer; }
  .infoItem .infoItem__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .infoItem a {
    text-decoration: none; }
  .infoItem .infoItem__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .infoItem .infoItem__header {
    border-radius: 10px;
    background: #291914;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 2.8vw;
    padding: 0.6% 1% 0.6% 0.6%;
    line-height: 1.3; }
  .infoItem .infoItem__title {
    padding: 1% 0 0.5%; }
  .infoItem .infoItem__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .infoItem .infoItem__img {
    display: block;
    max-width: 100%; }

[data-view="is-PCview"] .infoItem:hover {
  background: #fff; }

[data-view="is-PCview"] .infoItem .infoItem__header {
  font-size: 12px;
  padding: 4px 8px 4px 4px; }

[data-view="is-PCview"] .infoItem .infoItem__title {
  padding: 10px 0 4px 0; }

.icoCat {
  color: #fff;
  font-size: 2.2vw;
  background: #888;
  border-radius: 6px;
  min-width: 8em;
  text-align: center;
  display: inline-block; }
  .icoCat.icoCat--cat1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#420600), to(#c50a0a));
    background-image: linear-gradient(to top, #420600 0%, #c50a0a 100%);
    -webkit-box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(255, 0, 0, 0.8);
    box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(255, 0, 0, 0.8); }
  .icoCat.icoCat--cat9 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c9002f), to(#fe2462));
    background-image: linear-gradient(to top, #c9002f 0%, #fe2462 100%);
    -webkit-box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53);
    box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53); }
  .icoCat.icoCat--cat2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00830c), to(#00c100));
    background-image: linear-gradient(to top, #00830c 0%, #00c100 100%);
    -webkit-box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53);
    box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53); }
  .icoCat.icoCat--cat8 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #0066ff), to(#1cb2ff));
    background-image: linear-gradient(to top, #0066ff 1%, #1cb2ff 100%);
    -webkit-box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53);
    box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53); }
  .icoCat.icoCat--cat4 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7800d5), to(#bc00d8));
    background-image: linear-gradient(to top, #7800d5 0%, #bc00d8 100%);
    -webkit-box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53);
    box-shadow: 1.414px 1.414px 1px 0px rgba(0, 0, 0, 0.5), inset 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.53), inset -0.819px -0.574px 0px 0px rgba(0, 1, 8, 0.53); }

[data-view="is-PCview"] .icoCat {
  font-size: 12px;
  padding: 0.1em 0.5em 0; }

.infoTitle {
  line-height: 1.3;
  font-size: 3vw;
  color: #291914;
  word-break: break-all; }

[data-view="is-PCview"] .infoTitle {
  line-height: 1.4;
  font-size: 16px; }

.l-detail {
  background: #e4e0c2;
  padding: 1%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative; }

.detail__header {
  font-size: 2.8vw;
  height: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .detail__header .detail__title {
    padding: 0 0 0 0.5em; }
  .detail__header .detail__titleWrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1%;
    width: 89%;
    line-height: 1.4; }
  .detail__header .detail__info .icoCat {
    margin-right: 8px; }
  .detail__header .detail__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14%; }
    .detail__header .detail__btn img {
      max-width: 100%; }

[data-view="is-PCview"] .detail__header {
  height: 64px;
  font-size: 12px;
  padding: 4px 0 0px 4px; }

.detail__content {
  width: 98%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 3vw;
  position: absolute;
  top: 20%;
  height: 78.4%;
  top: 21.4%;
  height: 77.4%;
  overflow: auto;
  box-sizing: border-box;
  padding: 16px;
  padding: 0.5em; }
  .detail__content img {
    max-width: 100%; }
  .detail__content a {
    color: #ff9; }

[data-view="is-PCview"] .detail__content {
  font-size: 14px; }

.simple-pagination {
  width: 100%; }
  .simple-pagination ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .simple-pagination li {
    margin: 0 2px 8px;
    background: #e4e0c2;
    background: #381914; }
    .simple-pagination li > * {
      font-size: 1.2em;
      color: #e4e0c2;
      display: block;
      line-height: 1;
      padding: 0.8em;
      text-decoration: none; }
    .simple-pagination li:not(.disabled) a:hover {
      background: #7d5406; }
    .simple-pagination li.active {
      background: #7d5406; }
    .simple-pagination li.disabled > * {
      cursor: default;
      color: #777; }

.is-SP .simple-pagination li > * {
  padding: 0.5em;
  font-size: 3.6vw; }
  .is-SP .simple-pagination li > * input {
    font-size: 3vw; }
