@charset "UTF-8";
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

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

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

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;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b3ae99;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0; }

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

@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome.ttf?bmw1w8") format("truetype"), url("../fonts/fontawesome.woff?bmw1w8") format("woff"), url("../fonts/fontawesome.svg?bmw1w8#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal; }

.h2title {
  font-size: 20px;
  color: #d42d25;
  line-height: 1;
  display: inline-block;
  border-bottom: solid 4px #b3ae99;
  padding: 10px 7px;
  margin: 0 auto;
  text-align: center; }

.br-sp {
  display: none; }

.show-more-item {
  display: block !important; }

.view-increase {
  display: block;
  font-size: 12px;
  color: #d22c25;
  background-color: #ecebe6;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  margin-top: 4px; }
  .view-increase:after {
    font-size: 16px;
    font-weight: normal;
    content: "";
    font-family: fontawesome;
    text-align: center;
    color: #fff;
    background-color: #d22c25;
    border-radius: 4px;
    padding: 4px 8px;
    float: right;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -6px; }

.ch-arrow:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media screen and (min-width: 768px) {
  .h2title {
    font-size: 22px; }
  .br-pc {
    display: none; }
  .br-sp {
    display: inline-block; }
  .view-increase {
    display: none; } }

.link_button {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  background-color: #d42d25;
  padding: 13px;
  margin: 0 auto;
  border-radius: 7px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.feedback_button {
  font-size: 12px;
  width: 80%;
  max-width: 260px;
  line-height: 1;
  text-align: left;
  padding-left: 40px;
  margin: 0 auto 20px;
  border-radius: 6px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: url(../images/common/icn_mail.svg) no-repeat center left 20px;
  background-color: #ecebe6; }
  .feedback_button a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px; }

.link_button:hover, .feedback_button:hover {
  opacity: 0.6; }

.side-area .twitter-area {
  padding: 12px;
  background-color: #ecebe6; }
  .side-area .twitter-area .twitter-timeline {
    width: 740px !important; }

@media screen and (min-width: 375px) {
  .side-area .twitter-area {
    margin: 0 30px 10px; } }

@media screen and (min-width: 768px) {
  .feedback_button {
    font-size: 16px;
    max-width: 340px; } }

@media print, screen and (min-width: 1070px) {
  .link_button {
    font-size: 16px;
    padding: 15px; }
  .parting-area {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative; }
    .parting-area .main-area {
      width: 70%;
      float: left;
      padding-right: 20px; }
    .parting-area .side-area {
      width: 30%;
      float: left; } }

.btn-totop {
  position: fixed;
  bottom: 165px;
  right: 5px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 4px;
  padding: 2px 2px;
  display: block; }
  .btn-totop a {
    display: inline-block;
    line-height: 1.2;
    font-size: 70%;
    color: #fff;
    text-decoration: none; }
    .btn-totop a:link, .btn-totop a:visited {
      display: inline-block;
      line-height: 1.2;
      font-size: 70%;
      color: #fff; }
    .btn-totop a:before {
      content: "";
      font-family: fontawesome;
      font-size: 200%;
      display: block; }

.game-pedia-header {
  margin: 0 0 10px;
  padding: 0 0 35px;
  position: relative;
  overflow: hidden; }

.gp-header-top {
  background-color: #d42d25;
  padding: 8px 0;
  min-height: 36px; }
  .gp-header-top__logo img {
    height: 20px;
    width: auto;
    margin: 0 8px; }

.gp-header-top-container {
  max-width: 1170px;
  margin: 0 auto; }
  .gp-header-top-container h1 {
    margin: 0;
    line-height: 0; }

.gp-header-main {
  background-color: #e0534c;
  overflow: hidden;
  min-height: 58px; }

.gp-header-container {
  max-width: 1170px;
  margin: 0 auto; }

.gp-header-img img {
  width: 100%;
  vertical-align: inherit; }

.gp-header-title__icon {
  width: 42px;
  height: 42px; }

.gp-header-title {
  margin-top: 0px;
  display: block;
  overflow: hidden;
  position: relative; }
  .gp-header-title a {
    text-decoration: none; }
  .gp-header-title__icon {
    float: left;
    padding: 2px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 5px 8px 6px; }
    .gp-header-title__icon img {
      width: 36px;
      height: 36px;
      vertical-align: bottom; }
  .gp-header-title__txt {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    width: calc(100vw - 62px);
    height: 54px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px; }
    .gp-header-title__txt:hover {
      color: #ff9;
      text-decoration: none; }

.gp-header-search {
  clear: both;
  padding: 0;
  position: absolute;
  bottom: 0;
  max-width: 1170px;
  width: 100%; }
  .gp-header-search__search-form {
    margin: 0 9px; }
    .gp-header-search__search-form label {
      display: none; }
  .gp-header-search__input-group {
    width: 100%;
    position: relative;
    height: 34px; }
  .gp-header-search__field {
    width: 100%;
    height: 34px;
    padding: 6px 50px 7px 7px;
    margin: 0;
    float: left;
    border: 1px solid #b3ae99;
    border-right: none;
    font-size: 16px; }
  .gp-header-search__submit {
    width: 40px;
    height: 34px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0; }

.game-pedia-header-nav {
  overflow: hidden;
  margin: 0 0 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }

.gp-header-nav-container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden; }

.gp-header-nav {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gp-header-nav__item {
    display: block;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% / 3);
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .gp-header-nav__item a {
      padding: 10px 0;
      display: block;
      text-decoration: none;
      height: 100%; }
      .gp-header-nav__item a:hover {
        text-decoration: none; }
    .gp-header-nav__item:nth-child(3n) {
      border-right: none; }

.game-pedia-header.header-all .gp-header-top {
  margin-top: -4px;
  padding-bottom: 4px; }

.game-pedia-header.header-all .gp-header-top .gp-header-top-container h1 .navbar-brand {
  position: relative; }

.header-all .gp-header-top .gp-header-top-container .navbar-brand img {
  height: 42px;
  width: auto;
  display: block;
  margin: auto; }

.header-all .gp-header-catchcopy {
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  height: 15px;
  padding: 2px;
  max-width: 390px;
  display: block;
  line-height: 1.3;
  margin: auto;
  text-align: center;
  position: inherit; }

.game-pedia-header.header-all .gp-header-top .gp-header-top-container h1 a {
  text-decoration: none; }

.header-all .gp-header-main {
  border-bottom: none; }

.header-all .gp-header-img {
  min-height: 18px;
  margin-bottom: -20px; }

.header-all .gp-header-nav__item:first-child {
  border-left: 1px solid #ecebe6; }

.header-all .gp-header-nav__item {
  font-size: 3vw;
  border-right: 1px solid #ecebe6;
  border-bottom: 1px solid #ecebe6; }

.header-all .gp-header-nav__item a {
  color: #333;
  padding: 4px 0 4px 4px;
  text-align: left; }

.header-all .gp-header-nav__item a:hover {
  background-color: #ecebe6; }

.header-all .gp-header-search__field {
  -webkit-appearance: none;
  border-radius: 5px; }

.header-all .gp-header-search__submit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #09f url(../images/common/serch-but-icon-al.svg) no-repeat center center; }

.header-all .gp-header-nav .gp-header-nav__item img {
  width: 20px;
  height: auto;
  margin-right: 6px;
  vertical-align: middle; }

.header-all .gp-header-search input::-webkit-input-placeholder {
  color: #b3ae99; }

.header-all .gp-header-search input::-ms-input-placeholder {
  color: #b3ae99; }

.header-all .gp-header-search input::placeholder {
  color: #b3ae99; }

input:-ms-input-placeholder {
  color: #b3ae99; }

input::-ms-input-placeholder {
  color: #b3ae99; }

.header-a .gp-header-main {
  border-bottom: solid 1px #bf2821; }

.header-a .gp-header-img {
  min-height: 18px;
  margin-bottom: -20px; }

.header-a .gp-header-img img {
  height: auto;
  min-height: 82px; }

.header-a .gp-header-nav__item {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }

.header-a .gp-header-nav__item a {
  color: #333; }

.header-a .gp-header-nav__item a:hover {
  background-color: #b3ae99; }

.header-a .gp-header-search__field {
  -webkit-appearance: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.header-a .gp-header-search__submit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #09f url(../images/common/serch-but-icon-a.svg) no-repeat center center; }

.header-b .gp-header-main {
  border-bottom: solid 1px #bf2821; }

.header-b .gp-header-img {
  min-height: 18px;
  margin-bottom: -20px; }

.header-b .gp-header-img img {
  height: auto;
  min-height: 82px; }

.header-b .gp-header-nav__item {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.header-b .gp-header-nav__item a {
  color: #c00;
  border-bottom: solid 3px #fff; }

.header-b .gp-header-nav__item a:hover {
  color: #ee7471;
  border-bottom: solid 3px #e6716a; }

.header-b .gp-header-search__field {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.header-b .gp-header-search__submit {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #09f url(../images/common/serch-but-icon-b.svg) no-repeat left 7px center; }

.header-c .gp-header-main {
  border-bottom: solid 1px #999; }

.header-c .gp-header-img {
  min-height: 5px;
  margin-bottom: -2px; }

.header-c .gp-header-img img {
  height: auto;
  min-height: 55px; }

.header-c .game-pedia-header-nav {
  background-color: #333; }

.header-c .gp-header-nav__item {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999; }

.header-c .gp-header-nav__item a {
  color: #fff;
  background-color: #333;
  border-bottom: solid 2px #333; }

.header-c .gp-header-nav__item a:hover {
  background-color: #666;
  border-bottom: solid 2px #fc0; }

.header-c .gp-header-search__field {
  -webkit-appearance: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.header-c .gp-header-search__submit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #09c url(../images/common/serch-but-icon-c.svg) no-repeat center center; }

@media screen and (min-width: 375px) {
  .header-all .gp-header-catchcopy {
    font-size: 12px; }
  .header-all .gp-header-nav__item {
    font-size: 11px; } }

@media print, screen and (min-width: 768px) {
  .game-pedia-header {
    padding: 0; }
  .gp-header-search {
    clear: inherit;
    float: right;
    padding: 0;
    position: inherit;
    margin: -43px 10px 10px 0;
    max-width: 220px; }
  .gp-header-title {
    margin-top: 0px; }
  .gp-header-title__txt {
    font-size: 18px;
    width: 480px; }
  .gp-header-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center; }
  .gp-header-nav__item {
    font-size: 10px;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle; }
  .gp-header-nav__item a {
    padding: 16px 0; }
  .header-all .game-pedia-header-nav {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header-all .gp-header-top .gp-header-top-container .navbar-brand img {
    display: inherit; }
  .header-all .gp-header-nav__item {
    font-size: 1vw; }
  .header-all .gp-header-nav__item a {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 center; }
  .header-all .gp-header-search {
    padding-top: 4px;
    margin-bottom: 0; }
  .header-all .gp-header-nav .gp-header-nav__item img {
    margin-right: 2px; }
  .header-all .gp-header-catchcopy {
    font-size: 14px;
    margin: inherit; }
  .header-a .gp-header-img img {
    height: auto;
    min-height: 197px;
    margin-bottom: -40px; }
  .header-a .gp-header-nav__item:first-child {
    border-left: 1px solid #bfbfbf; }
  .header-a .gp-header-nav__item:nth-child(3n) {
    border-right: 1px solid #bfbfbf; }
  .header-b .gp-header-img img {
    height: auto;
    min-height: 197px;
    margin-bottom: -40px; }
  .header-b .gp-header-nav__item:first-child {
    border-left: 1px solid #f0f0f0; }
  .header-b .gp-header-nav__item:nth-child(3n) {
    border-right: 1px solid #f0f0f0; }
  .header-c .gp-header-img {
    margin-bottom: -60px; }
  .header-c .gp-header-img img {
    height: auto;
    min-height: 112px; }
  .header-c .gp-header-nav__item:first-child {
    border-left: 1px solid #999; }
  .header-c .gp-header-nav__item:nth-child(3n) {
    border-right: 1px solid #999; } }

@media screen and (min-width: 820px) {
  .header-all .gp-header-catchcopy {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 25px;
    padding-top: 0px;
    width: 390px;
    margin-top: -25px;
    top: 0;
    left: 205px;
    line-height: 1; } }

@media screen and (min-width: 1000px) {
  .gp-header-nav__item {
    font-size: 14px; }
  .header-all .gp-header-nav__item a {
    -webkit-transform: none; } }

@media print, screen and (min-width: 1079px) {
  .header-all .game-pedia-header-nav {
    border-bottom: solid 1px #ecebe6; }
  .header-all .gp-header-nav__item {
    font-size: 13px;
    border-bottom: none; }
  .header-all .gp-header-nav__item a {
    -webkit-transform: none; }
  .header-all .gp-header-nav .gp-header-nav__item img {
    margin-right: 6px; } }

.game-pedia-footer {
  border-top: solid 2px #f5f5f2;
  text-align: center;
  clear: both; }
  .game-pedia-footer .game-pedia-footer-nav {
    background-color: #4d77a9;
    padding: 15px;
    text-align: center;
    margin: 0 auto; }
    .game-pedia-footer .game-pedia-footer-nav img {
      margin-bottom: 10px;
      width: 203px;
      height: auto; }
    .game-pedia-footer .game-pedia-footer-nav ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0; }
      .game-pedia-footer .game-pedia-footer-nav ul li {
        padding: 0 3px; }
        .game-pedia-footer .game-pedia-footer-nav ul li:after {
          content: "・";
          padding-left: 5px;
          color: #fff; }
        .game-pedia-footer .game-pedia-footer-nav ul li:last-child:after {
          content: "";
          padding: 0; }
        .game-pedia-footer .game-pedia-footer-nav ul li a {
          color: #ebd272;
          text-decoration: none; }
        .game-pedia-footer .game-pedia-footer-nav ul li a:hover {
          color: #feef65; }
  .game-pedia-footer .game-pedia-footer-notice {
    background-color: #f5f5f2;
    margin: 0;
    padding: 14px;
    line-height: 1.3; }
  .game-pedia-footer .game-pedia-footer-attention {
    margin: 20px;
    line-height: 1.4; }
  .game-pedia-footer .game-pedia-footer-nav2 {
    background-color: #ecebe6;
    margin: 0;
    padding: 24px; }
    .game-pedia-footer .game-pedia-footer-nav2 ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0; }
      .game-pedia-footer .game-pedia-footer-nav2 ul li {
        padding: 0 6px;
        line-height: 1.3; }
      .game-pedia-footer .game-pedia-footer-nav2 ul li:after {
        content: "|";
        padding-left: 12px; }
      .game-pedia-footer .game-pedia-footer-nav2 ul li:last-child:after {
        content: "";
        padding: 0; }
      .game-pedia-footer .game-pedia-footer-nav2 ul li a {
        color: #000;
        text-decoration: none; }
      .game-pedia-footer .game-pedia-footer-nav2 ul li a:hover {
        color: #8c8986; }
  .game-pedia-footer small {
    color: #fff;
    display: block;
    background-color: #d42d25;
    padding: 18px;
    font-size: 12px;
    line-height: 1.5; }

.jack-btn {
  display: none; }
  .jack-btn img {
    display: none; }

@media screen and (min-width: 1200px) {
  .jack-box {
    background: #fff url(../images/kari/kari_bg2.jpg) center top no-repeat;
    background-position: 50% top;
    margin-top: -20px;
    padding-top: 120px;
    min-height: 800px; }
  .jack-btn {
    display: inherit;
    background-color: #F90; }
    .jack-btn a {
      position: absolute;
      display: inline-block;
      margin-top: -120px;
      padding-top: 20px;
      height: 800px;
      width: 100%;
      z-index: 0; } }

.ad-center {
  text-align: center;
  margin: 0 auto;
  clear: both;
  padding: 5px 0; }

.ad-center img {
  width: 100%; }

.ad-side {
  text-align: center;
  margin: 0 auto; }

.ad-flex {
  display: block; }

.ad-flex div {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

@media screen and (min-width: 667px) {
  .ad-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ad-flex div {
    width: 50%;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .ad-center img {
    width: auto; } }

.toppage-picup {
  margin: 0 auto 10px;
  max-width: 1200px;
  padding: 0 2.3%;
  background-color: #fff; }
  .toppage-picup .picup-title {
    line-height: 0;
    text-indent: -9999px;
    display: none; }
  .toppage-picup .picup-slider {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: rgba(236, 235, 230, 0.9); }
  .toppage-picup .picup-lists {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .toppage-picup .picup-lists .picup-list {
      width: 49%;
      margin: 0 0 10px;
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .toppage-picup .picup-lists .picup-list:nth-child(even) {
        margin-left: 0.5%; }
      .toppage-picup .picup-lists .picup-list a {
        text-decoration: none; }
        .toppage-picup .picup-lists .picup-list a .picup-list__img {
          height: 96px;
          display: block;
          overflow: hidden;
          background-color: rgba(236, 235, 230, 0.9); }
          .toppage-picup .picup-lists .picup-list a .picup-list__img img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover; }
        .toppage-picup .picup-lists .picup-list a .picup-list__caption {
          background-color: rgba(236, 235, 230, 0.9);
          height: 80px;
          display: block;
          overflow: hidden;
          margin: 0;
          padding: 4px;
          word-break: break-all;
          overflow-wrap: break-word;
          font-weight: bold;
          font-size: 3.3vw;
          color: #000;
          line-height: 1.3;
          max-width: 100%; }
      .toppage-picup .picup-lists .picup-list:hover {
        opacity: 0.6; }

@media screen and (min-width: 440px) {
  .toppage-picup .picup-lists .picup-list a .picup-list__caption {
    font-size: 98%; }
  .toppage-picup .picup-lists .picup-list a .picup-list__img {
    height: 106px; } }

@media screen and (min-width: 768px) {
  .toppage-picup .picup-lists .picup-list a .picup-list__caption {
    font-size: 100%;
    height: 60px; }
  .toppage-picup .picup-lists .picup-list a .picup-list__img {
    height: 164px; } }

@media print, screen and (min-width: 1200px) {
  .toppage-picup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1180px;
    padding: 10px 10px 0;
    background-color: #fff; }
    .toppage-picup .picup-slider {
      width: 50%;
      margin-right: 10px; }
    .toppage-picup .picup-lists {
      width: 50%; }
      .toppage-picup .picup-lists .picup-list a .picup-list__img {
        text-align: center; }
      .toppage-picup .picup-lists .picup-list a .picup-list__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .toppage-picup .picup-lists .picup-list a .picup-list__caption {
        position: absolute;
        bottom: 0;
        z-index: 2;
        font-size: 14px; } }

.toppage-gamelist {
  margin: 0 auto 10px;
  background-color: #ecebe6;
  padding-top: 10px;
  max-width: 1200px; }
  .toppage-gamelist .gamelist-title {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left; }
  .toppage-gamelist .gamelist-view-all {
    text-align: center;
    margin: 5px 10px 20px 0;
    float: right; }
  .toppage-gamelist .gamelist-view-all a {
    font-size: 0; }
  .toppage-gamelist .gamelist-view-all a:before {
    font-size: 12px;
    content: 'すべて見る'; }

@media screen and (min-width: 768px) {
  .toppage-gamelist .gamelist-title {
    margin-left: 0;
    float: none; }
  .toppage-gamelist .gamelist-view-all {
    margin: 0;
    clear: both;
    float: none; }
  .toppage-gamelist .gamelist-view-all a {
    font-size: 16px; }
  .toppage-gamelist .gamelist-view-all a:before {
    content: ''; } }

.toppage-plan-gamelist {
  position: relative; }
  .toppage-plan-gamelist .plan-gamelist-title {
    text-align: left;
    margin: 0 10px 0 20px;
    display: inline-block; }
  .toppage-plan-gamelist .h2title-plan {
    font-size: 18px;
    color: #B2AD99;
    line-height: 1.2;
    display: inline-block;
    border-top: solid 2px #ecebe6;
    border-bottom: solid 2px #ecebe6;
    padding: 6px 3px;
    margin-bottom: 15px; }
  .toppage-plan-gamelist .gamelist-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0 1%; }

.toppage-gamelist .gamelist-lists {
  list-style-type: none;
  padding: 0 1%; }

.toppage-gamelist .gamelist-lists-sc {
  clear: both;
  overflow-x: scroll; }

.toppage-gamelist .gamelist-lists {
  width: 518px;
  background-color: #ecebe6;
  overflow: hidden;
  display: block; }

.toppage-plan-gamelist .gamelist-lists {
  padding: 0 5% 5px; }

.toppage-plan-gamelist .gamelist-lists li a .gamelist-lists__caption {
  font-size: 10px;
  margin: 0 8px 10px;
  color: #000;
  line-height: 1.3;
  width: 64px;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.toppage-gamelist .gamelist-lists li, .toppage-plan-gamelist .gamelist-lists li {
  width: 64px;
  margin: 0 8px;
  text-align: left;
  float: left; }

.toppage-gamelist .gamelist-lists li a, .toppage-plan-gamelist .gamelist-lists li a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.toppage-gamelist .gamelist-lists li a:hover, .toppage-plan-gamelist .gamelist-lists li a:hover {
  opacity: 0.6; }

.toppage-gamelist .gamelist-lists li img, .toppage-plan-gamelist .gamelist-lists li img {
  width: 64px;
  height: auto;
  margin: 0 8px 5px;
  display: block;
  overflow: hidden;
  border-radius: 22px; }

.toppage-gamelist .gamelist-lists li a .gamelist-lists__caption {
  font-size: 10px;
  margin: 0 8px 20px;
  color: #000;
  line-height: 1.3;
  width: 64px;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

@media screen and (min-width: 600px) {
  .toppage-plan-gamelist .plan-gamelist-title {
    text-align: center;
    float: left;
    padding-top: 17px; }
  .toppage-plan-gamelist .gamelist-lists {
    padding: inherit; } }

@media screen and (min-width: 768px) {
  .toppage-gamelist .gamelist-lists-sc {
    clear: none;
    overflow-x: hidden; }
  .toppage-gamelist .gamelist-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .toppage-gamelist .gamelist-lists li {
      width: calc(100% / 6);
      text-align: center;
      margin: 0; }
  .toppage-gamelist .gamelist-title-set {
    float: left;
    text-align: center;
    width: 350px;
    padding-top: 50px; }
  .toppage-plan-gamelist .plan-gamelist-title {
    text-align: center;
    float: left; }
  .toppage-plan-gamelist .gamelist-lists li {
    width: calc(98% / 6);
    margin: 0; }
  .toppage-gamelist .gamelist-lists, .toppage-plan-gamelist .gamelist-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto; }
  .toppage-gamelist .gamelist-lists li img, .toppage-plan-gamelist .gamelist-lists li img {
    width: 70px;
    margin: 0 auto 5px; }
  .toppage-gamelist .gamelist-lists li a .gamelist-lists__caption, .toppage-plan-gamelist .gamelist-lists li a .gamelist-lists__caption {
    font-size: 11px;
    margin: 0 auto 20px;
    width: auto; } }

@media screen and (min-width: 1070px) {
  .toppage-gamelist .gamelist-lists li img, .toppage-plan-gamelist .gamelist-lists li img {
    width: 100px; }
  .toppage-gamelist {
    position: relative; }
    .toppage-gamelist .gamelist-title-set {
      text-align: center;
      width: 410px;
      padding-top: 40px; }
    .toppage-gamelist .gamelist-title {
      margin-bottom: 40px; }
    .toppage-gamelist .gamelist-lists {
      margin: 0 auto;
      padding: 0; }
      .toppage-gamelist .gamelist-lists li {
        width: calc(98% / 6);
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .toppage-gamelist .gamelist-lists li a .gamelist-lists__caption {
          margin: 0 0 10px; }
  .toppage-plan-gamelist {
    margin: 0 20px 40px;
    border-bottom: solid 1px #ecebe6; }
    .toppage-plan-gamelist .plan-gamelist-title {
      padding-top: 33px; }
    .toppage-plan-gamelist .gamelist-lists li {
      width: inherit;
      max-width: 100px;
      margin: 0 5px; } }

.toppage-news {
  padding-bottom: 20px; }
  .toppage-news .news-title {
    margin-left: 10px; }
    .toppage-news .news-title .h2title {
      min-width: 154px; }
  .toppage-news .news-lists {
    margin: 0 auto;
    padding: 0 2.3%; }
  .toppage-news .news-list {
    list-style-type: none;
    border-bottom: solid 4px #ecebe6;
    padding: 10px 10px 0;
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .toppage-news .news-list:nth-child(n+6) {
      display: none; }
    .toppage-news .news-list a {
      text-decoration: none; }
    .toppage-news .news-list:hover {
      background-color: rgba(236, 235, 230, 0.3);
      cursor: pointer; }
    .toppage-news .news-list .news-list__img {
      display: block;
      overflow: hidden;
      max-height: 88px;
      max-width: 160px;
      position: relative;
      float: left;
      margin-right: 10px;
      min-width: 160px; }
      .toppage-news .news-list .news-list__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .toppage-news .news-list .news-list__title {
      color: #000;
      font-size: 13px;
      word-break: break-all;
      overflow-wrap: break-word;
      line-height: 1.4;
      float: left;
      width: 47%;
      min-height: 60px; }
    @media screen and (max-width: 320px) {
      .toppage-news .news-list .news-list__title {
        font-size: 11px;
        width: 39%; } }
    .toppage-news .news-list .news-list-txt-box {
      clear: both;
      overflow: hidden; }
      .toppage-news .news-list .news-list-txt-box p {
        color: #000;
        font-size: 14px;
        word-break: break-all;
        overflow-wrap: break-word;
        line-height: 1.4;
        margin: 8px 0; }
        .toppage-news .news-list .news-list-txt-box p .more-img {
          display: block;
          margin: 5px 0 0; }
      .toppage-news .news-list .news-list-txt-box img {
        display: inline-block;
        margin: 0 0 -2px  5px; }
    .toppage-news .news-list .news-list-txt-box .news-list__date-time {
      color: #B2AD99;
      font-size: 12px;
      float: right;
      margin-top: -16px; }
  .toppage-news .news-list-view-all {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    clear: both;
    display: none; }

@media screen and (min-width: 768px) {
  .toppage-news .news-title {
    text-align: center;
    margin: 10px 0 30px; }
  .toppage-news .news-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .toppage-news .news-list {
    width: 100%;
    padding: 25px 10px; }
    .toppage-news .news-list:nth-child(n+6) {
      display: block; }
    .toppage-news .news-list .news-list__title {
      font-size: 18px;
      margin: 0;
      float: left;
      width: auto; }
    .toppage-news .news-list .news-list-txt-box p .more-img {
      display: initial;
      margin: 0 0 -2px 5px; }
    .toppage-news .news-list .news-list__img {
      background-color: #666;
      max-height: 200px;
      max-width: 360px; }
    .toppage-news .news-list .news-list-txt-box .news-list__date-time {
      float: none;
      display: block;
      margin-top: 4px; }
    .toppage-news .news-list:nth-child(5), .toppage-news .news-list:nth-child(6), .toppage-news .news-list:nth-child(7), .toppage-news .news-list:nth-child(8), .toppage-news .news-list:nth-child(9), .toppage-news .news-list:nth-child(10) {
      width: calc((100% / 3) - .01px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .toppage-news .news-list:first-child .news-list__img {
      display: block;
      overflow: hidden;
      width: 360px;
      height: 200px;
      margin-right: 20px;
      float: left; }
    .toppage-news .news-list:nth-child(2) .news-list__img, .toppage-news .news-list:nth-child(3) .news-list__img, .toppage-news .news-list:nth-child(4) .news-list__img {
      display: block;
      overflow: hidden;
      width: 270px;
      height: 150px;
      margin-right: 20px;
      float: left; }
    .toppage-news .news-list .news-list__img {
      display: block;
      overflow: hidden;
      width: 245px;
      height: 125px; }
    .toppage-news .news-list .news-list-txt-box {
      clear: none; }
    .toppage-news .news-list:nth-child(2) .news-list__title, .toppage-news .news-list:nth-child(3) .news-list__title, .toppage-news .news-list:nth-child(4) .news-list__title {
      width: 58%; }
    .toppage-news .news-list:nth-child(5) .news-list__title, .toppage-news .news-list:nth-child(6) .news-list__title, .toppage-news .news-list:nth-child(7) .news-list__title {
      max-width: 245px; }
    .toppage-news .news-list:first-child .news-list__title, .toppage-news .news-list:first-child .news-list-txt-box {
      width: 45%;
      float: left; }
    .toppage-news .news-list:nth-child(2) .news-list-txt-box, .toppage-news .news-list:nth-child(3) .news-list-txt-box, .toppage-news .news-list:nth-child(4) .news-list-txt-box {
      width: 58%;
      float: left; }
    .toppage-news .news-list:nth-child(5) .news-list__img, .toppage-news .news-list:nth-child(6) .news-list__img, .toppage-news .news-list:nth-child(7) .news-list__img, .toppage-news .news-list:nth-child(8) .news-list__img, .toppage-news .news-list:nth-child(9) .news-list__img, .toppage-news .news-list:nth-child(10) .news-list__img {
      margin: 0 auto 10px; }
    .toppage-news .news-list:nth-child(5) .news-list-txt-box, .toppage-news .news-list:nth-child(6) .news-list-txt-box, .toppage-news .news-list:nth-child(7) .news-list-txt-box, .toppage-news .news-list:nth-child(8) .news-list-txt-box, .toppage-news .news-list:nth-child(9) .news-list-txt-box, .toppage-news .news-list:nth-child(10) .news-list-txt-box {
      margin: 0 auto;
      clear: both; }
  .toppage-news .news-list-view-all {
    display: block; } }

@media screen and (min-width: 1024px) {
  .toppage-news .news-list:first-child .news-list-txt-box {
    width: 58%; }
  .toppage-news .news-list:nth-child(2) .news-list-txt-box, .toppage-news .news-list:nth-child(3) .news-list-txt-box, .toppage-news .news-list:nth-child(4) .news-list-txt-box {
    width: 67%; } }

@media screen and (min-width: 1070px) {
  .toppage-news .news-list:first-child .news-list-txt-box {
    width: 45%; }
  .toppage-news .news-list:nth-child(2) .news-list-txt-box, .toppage-news .news-list:nth-child(3) .news-list-txt-box, .toppage-news .news-list:nth-child(4) .news-list-txt-box {
    width: 58%; } }

@media print, screen and (min-width: 1175px) {
  .toppage-news .news-list:first-child .news-list-txt-box {
    width: 50%; }
  .toppage-news .news-list:nth-child(2) .news-list-txt-box, .toppage-news .news-list:nth-child(3) .news-list-txt-box, .toppage-news .news-list:nth-child(4) .news-list-txt-box {
    width: 62%; } }

.toppage-news-ranking {
  margin-bottom: 10px; }
  .toppage-news-ranking .news-ranking-title {
    margin-left: 10px; }
  .toppage-news-ranking .news-ranking-view-all {
    margin: 20px auto;
    text-align: center;
    display: none; }
    .toppage-news-ranking .news-ranking-view-all .link_button {
      padding-top: 10px;
      padding-bottom: 10px; }
  .toppage-news-ranking ol {
    counter-reset: item;
    counter-reset: item 0; }
  .toppage-news-ranking .news-ranking-lists {
    list-style-type: none;
    padding: 15px 12px 0; }
    .toppage-news-ranking .news-ranking-lists .news-ranking-lists__item {
      background-color: #ecebe6;
      margin: 0 0 20px;
      display: block;
      overflow: hidden;
      position: relative;
      word-break: break-all;
      overflow-wrap: break-word;
      border-right: solid 2px #b3ae99;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .toppage-news-ranking .news-ranking-lists .news-ranking-lists__item:hover {
        opacity: 0.6; }
      .toppage-news-ranking .news-ranking-lists .news-ranking-lists__item a {
        font-size: 13px;
        line-height: 1.1;
        text-decoration: none;
        color: #666;
        display: block;
        padding: 11px 25px 11px 58px;
        min-height: 60px; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(1) a, .toppage-news-ranking .news-ranking-lists li:nth-child(2) a, .toppage-news-ranking .news-ranking-lists li:nth-child(3) a {
      font-size: 14px;
      line-height: 1.4;
      padding: 14px 20px 14px 58px;
      min-height: 80px; }
    .toppage-news-ranking .news-ranking-lists li:after {
      content: '';
      position: absolute;
      left: -10px;
      top: 0;
      -webkit-transform: skew(-10deg, 0deg);
              transform: skew(-10deg, 0deg);
      height: 100%;
      width: 54px;
      background-color: #aaa;
      cursor: pointer; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(1):after {
      background-color: #d42d25; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(2):after {
      background-color: #4d77a9; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(3):after {
      background-color: #c4a473; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(1):before {
      font-size: 36px;
      padding-top: 4px;
      background: url(../images/common/icn_newsrank01.svg) no-repeat center center; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(2):before {
      font-size: 36px;
      padding-top: 4px;
      background: url(../images/common/icn_newsrank02.svg) no-repeat center center; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(3):before {
      font-size: 36px;
      padding-top: 4px;
      background: url(../images/common/icn_newsrank03.svg) no-repeat center center; }
    .toppage-news-ranking .news-ranking-lists li:before {
      counter-increment: item;
      content: counter(item) "";
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.7);
      position: absolute;
      height: 100%;
      width: 40px;
      text-align: center;
      line-height: 1;
      font-size: 22px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1;
      background: url(../images/common/icn_newsrank_other.svg) no-repeat bottom 14px center; }
  @media screen and (min-width: 768px) {
    .toppage-news-ranking .news-ranking-title {
      text-align: center;
      padding-top: 20px; }
    .toppage-news-ranking .news-ranking-lists .news-ranking-lists__item a {
      font-size: 14px; }
    .toppage-news-ranking .news-ranking-lists li:nth-child(1) a, .toppage-news-ranking .news-ranking-lists li:nth-child(2) a, .toppage-news-ranking .news-ranking-lists li:nth-child(3) a {
      font-size: 16px;
      line-height: 1.4;
      padding: 14px 20px 14px 58px;
      min-height: 80px; }
    .toppage-news-ranking .link_button {
      padding: 10px 50px; }
    .toppage-news-ranking .news-ranking-view-all {
      display: block; } }

.toppage-news-ranking.all-page li:nth-child(n+4) {
  display: none; }

@media screen and (min-width: 768px) {
  .toppage-news-ranking.all-page .news-ranking-lists li:nth-child(n+4) {
    display: block; } }

.toppage-new-comment .new-comment-title {
  margin-left: 10px; }

.toppage-new-comment .new-comment-view-all {
  margin: 20px auto;
  text-align: center; }
  .toppage-new-comment .new-comment-view-all .link_button {
    padding-top: 10px;
    padding-bottom: 10px; }

.pick-up-new-comment {
  color: #333;
  margin: 10px 0;
  padding: 2px 10px 10px;
  background-color: #f3f3f3;
  border-radius: 6px; }
  .pick-up-new-comment:before {
    color: #999;
    font-weight: bold;
    font-size: 10px;
    content: "NEW COMMENT";
    letter-spacing: 0.1em;
    background-color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    margin-bottom: 6px;
    display: inline-block; }
  .pick-up-new-comment .comment-meta {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px; }
    .pick-up-new-comment .comment-meta .author {
      font-size: 12px;
      max-width: 190px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .pick-up-new-comment .comment-meta .date {
      font-size: 12px;
      margin-left: 10px;
      vertical-align: bottom;
      display: inline-block;
      line-height: 1.7; }
    @media screen and (min-width: 768px) {
      .pick-up-new-comment .comment-meta .author {
        font-size: 14px;
        max-width: 240px; } }
  .pick-up-new-comment .comment-content p {
    font-size: calc(12px + 6 * (100vw - 320px) / 768);
    line-height: 1.7;
    padding: 4px 7px 0;
    word-break: break-word; }

.comment-respond .comment-reply-title {
  display: none; }

.comment-posts {
  padding: 5px 5px;
  border-bottom: 1px solid #999;
  margin: 10px; }
  .comment-posts .comment-posts-left {
    display: table-cell;
    width: 70px;
    vertical-align: top; }
    .comment-posts .comment-posts-left .comment-posts-image {
      -o-object-fit: contain;
         object-fit: contain;
      width: 60px;
      height: 60px; }
  .comment-posts .comment-posts-body {
    display: table-cell;
    vertical-align: top; }
  .comment-posts .comment-posts-title {
    font-size: 14px;
    color: #337ab7;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 40px;
    margin-bottom: 5px; }
    .comment-posts .comment-posts-title a {
      font-weight: normal; }
  .comment-posts .comment-posts-meta {
    color: #666;
    font-size: 13px; }
    .comment-posts .comment-posts-meta .comment-posts-meta-count {
      display: inline-block;
      width: 6em; }
    .comment-posts .comment-posts-meta .comment-posts-meta-time {
      display: inline-block;
      width: 6em; }
      .comment-posts .comment-posts-meta .comment-posts-meta-time .fa-clock-o::before {
        content: "";
        font-family: fontawesome;
        font-style: normal; }
    .comment-posts .comment-posts-meta .fa-comment:before {
      font-weight: normal;
      content: "";
      font-family: fontawesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.toppage-new-comment ul.comment-posts-list {
  list-style: none;
  padding: 0; }
  .toppage-new-comment ul.comment-posts-list li {
    margin: 0; }
  .toppage-new-comment ul.comment-posts-list a {
    text-decoration: none; }

.entry .comment-posts-list {
  margin: 5px -10px; }
  @media (min-width: 768px) {
    .entry .comment-posts-list {
      margin: 5px 5px; } }

@media screen and (min-width: 768px) {
  .toppage-new-comment .new-comment-title {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px; }
  .comment-set {
    padding: 9px 10px; }
    .comment-set .comment-content p {
      font-size: 16px;
      padding: 0 10px;
      margin: 17px 12px; }
  .pick-up-new-comment .comment-content p {
    font-size: 13px;
    padding: 2px 4px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/ }

.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 97%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -97%);
  transform: translate(0, -97%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    opacity: .75;
    color: #d42d25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 14px; }

[dir='rtl'] .slick-prev {
  right: 14px;
  left: auto; }

.slick-prev:before {
  content: '＜'; }

[dir='rtl'] .slick-prev:before {
  content: '＞'; }

.slick-next {
  right: 14px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 14px; }

.slick-next:before {
  content: '＞'; }

[dir='rtl'] .slick-next:before {
  content: '＜'; }

.slick-dotted.slick-slider {
  margin: 0; }

.slick-dots {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        top: 7px;
        left: 0;
        width: 20px;
        height: 20px;
        content: "";
        font-family: fontawesome;
        text-align: center;
        opacity: 1;
        color: #d42d25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #e96dbb; }

.picup-slider .slider {
  width: 306px;
  height: auto;
  background-color: #ecebe6;
  margin: 0 auto; }

.slick-slide a {
  position: relative;
  width: 306px;
  height: 172px;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .slick-slide a:hover {
    opacity: 0.6; }

.slick-slide img {
  max-width: 100%;
  height: auto; }

.slick-slide .slide-txt {
  font-size: 15px;
  position: absolute;
  left: auto;
  bottom: 0px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 20px 30px;
  color: #000;
  min-height: 100px;
  width: 306px;
  z-index: 50;
  background-color: rgba(236, 235, 230, 0.8);
  word-break: break-all;
  overflow-wrap: break-word; }

@media screen and (min-width: 375px) {
  .picup-slider .slider {
    width: 357px; }
  .slick-slide a {
    width: 357px;
    height: 210px; }
  .slick-slide .slide-txt {
    font-size: 16px;
    width: 357px; } }

@media screen and (min-width: 605px) {
  .picup-slider .slider {
    width: 575px; }
  .slick-slide a {
    min-width: 575px;
    height: 340px; }
  .slick-slide .slide-txt {
    font-size: 18px;
    width: 575px; } }

.main-menu-set a {
  color: #337ab7;
  text-decoration: none; }
  .main-menu-set a:hover {
    color: #337ab7;
    text-decoration: underline; }
  .main-menu-set a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.main-menu-set {
  margin: 20px 5px;
  overflow: hidden; }
  .main-menu-set .main-menu-title {
    color: #fff;
    background-color: #4d77a9;
    padding: 10px;
    margin: 0; }
  .main-menu-set .main-menu-menus {
    background-color: #e7f7fa;
    border: solid 1px #bdd3df;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .main-menu-set .main-menu-menus li {
      border-bottom: solid 1px #bdd3df;
      padding: 0;
      line-height: 1.5;
      font-size: 14px;
      font-weight: bold;
      min-height: 41px;
      overflow: hidden; }
      .main-menu-set .main-menu-menus li a {
        padding: 8px 18px 8px 6px;
        display: block;
        word-break: break-all;
        position: relative;
        height: 100%;
        overflow: auto;
        text-decoration: none; }
        .main-menu-set .main-menu-menus li a:after {
          font-weight: normal;
          content: "";
          font-family: fontawesome;
          line-height: 0;
          position: absolute;
          top: 50%;
          right: 4px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .main-menu-set .main-menu-menus li a:hover {
          color: #09f;
          text-decoration: none;
          background-color: #f2f2f2; }
        .main-menu-set .main-menu-menus li a img {
          max-width: 40px;
          height: auto;
          max-height: 40px;
          border-radius: 6px;
          margin-right: 5px; }
      .main-menu-set .main-menu-menus li:last-child {
        border-bottom: none; }
      .main-menu-set .main-menu-menus li .sub-menus {
        background-color: #fff;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .main-menu-set .main-menu-menus li .sub-menus li {
          margin: 0;
          padding: 0;
          border-top: solid 1px #bdd3df;
          border-bottom: none;
          font-weight: normal;
          width: 50%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .main-menu-set .main-menu-menus li .sub-menus li:nth-child(even) {
          border-left: solid 1px #bdd3df; }
        .main-menu-set .main-menu-menus li .sub-menus li a {
          font-size: 12px;
          padding: 11px 4px 8px 6px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .main-menu-set .main-menu-menus li .sub-menus li a:after {
          content: none; }
        .main-menu-set .main-menu-menus li .sub-menus li a:hover {
          color: #09f;
          text-decoration: none;
          background-color: inherit; }

@media screen and (min-width: 768px) {
  .main-menu-set .main-menu-menus li {
    font-size: 16px; }
  .main-menu-set .main-menu-menus li .sub-menus li a {
    font-size: 15px;
    padding: 8px 22px 8px 18px; }
  .main-menu-set .main-menu-menus li .sub-menus li a:after {
    font-weight: normal;
    content: "";
    font-family: fontawesome;
    float: right; } }

@media print {
  @page {
    size: A4 portrait;
    margin: auto 9.7mm; }
  body {
    position: relative; }
  .parting-area {
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative; }
  footer {
    clear: both;
    display: block; }
  .btn-totop {
    visibility: hidden; } }

/*# sourceMappingURL=gamepedia-top.css.map */
