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

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

*,
*::before,
*::after {
  box-sizing: border-box; }

input,
button,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0; }

button,
input,
select,
textarea {
  font-family: inherit; }

body {
  /* font-family: "M PLUS 1p"; */
  font-family: "M PLUS Rounded 1c";
  background-image: url(/images/background/background.jpg);
  max-height: 100%;
  min-height: 800px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-position: 30% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #272727; }

/* color */
/* breakpoint */
/* main */
@media screen and (max-width: 559px) {
  .heading--normal {
    font-size: 20px;
    padding: 0 20px 0 0;
    color: #333;
    margin-top: 15px;
    line-height: 1.6;
    border-bottom: 2px solid #EA2027; }

  .text--normal {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333; }

  .text--caution {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px; }

  .text--caution::before {
    content: "※";
    position: relative; }

  .text--caution + .text--caution {
    margin-top: 5px; }

  .section--normal {
    background-color: #f1f2f6;
    margin: 40px 10px 0;
    overflow: hidden;
    padding: 0 10px 30px; }

  .textlink--normal {
    margin-top: 40px;
    text-align: right;
    display: block;
    font-size: 16px; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .heading--normal {
    font-size: 20px;
    padding: 0 20px 0 0;
    color: #333;
    margin-top: 15px;
    line-height: 1.6;
    border-bottom: 2px solid #EA2027; }

  .text--normal {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333; }

  .text--caution {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px; }

  .text--caution::before {
    content: "※";
    position: relative; }

  .text--caution + .text--caution {
    margin-top: 5px; }

  .section--normal {
    background-color: #f1f2f6;
    margin: 40px 20px 0;
    overflow: hidden;
    padding: 0 20px 40px; }

  .textlink--normal {
    margin-top: 40px;
    text-align: right;
    display: block;
    font-size: 16px; } }
@media screen and (min-width: 960px) {
  .wrapper {
    width: 1280px;
    margin: 40px auto 0; }

  .heading--normal {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    line-height: 1.6;
    border-bottom: 2px solid #EA2027; }

  .text--normal {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    color: #333; }

  .text--caution {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px; }

  .text--caution::before {
    content: "※";
    position: relative; }

  .text--caution + .text--caution {
    margin-top: 5px; }

  .section--normal {
    background-color: #f1f2f6;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 40px 40px; }

  .textlink--normal {
    margin-top: 40px;
    text-align: right;
    display: block;
    font-size: 20px; } }
/* header */
@media screen and (max-width: 959px) {
  .headerArea {
    background-color: #f1f2f6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

  .header__divide {
    display: flex;
    justify-content: space-between; }

  .logo {
    text-align: left;
    width: 200px; }

  .logo img {
    width: 100%; }

  .navigationArea {
    text-align: center;
    position: fixed;
    background-color: #f1f2f6;
    right: 0;
    top: 41px;
    margin-right: -100vw;
    transition: margin-right 0.1s ease-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    height: 100vh;
    width: 100vw; }

  .navigationArea.active {
    margin-right: 0%; }

  .navigation__menulist {
    margin-top: 40px; }

  .navigation__menuitem {
    margin-top: 20px; }

  .navigation__menuitem a {
    padding: 14px 20px 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-weight: bold; } }
@media screen and (min-width: 960px) {
  .headerArea {
    background-color: #f1f2f6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

  .header__content {
    width: 1280px;
    margin: 0 auto 0; }

  .header__divide {
    display: flex;
    justify-content: space-between; }

  .logo {
    text-align: left;
    width: 200px; }

  .logo img {
    width: 100%; }

  .navigation {
    text-align: center; }

  .navigation__menulist {
    display: inline-flex; }

  .navigation__menuitem a {
    padding: 14px 20px 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-weight: bold; }

  .navigation__menuitem:last-child a {
    padding-right: 0; } }
/* footer */
@media screen and (max-width: 559px) {
  .footerArea {
    background-color: #f1f2f6;
    overflow: hidden;
    margin-top: 40px; }

  .footer__content {
    padding-bottom: 20px; }

  .footer__menuBox {
    padding: 0 10px 20px; }

  .footer__menuHeading {
    margin-top: 30px;
    border-bottom: 1px dotted #bdc3c7;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.6; }

  .footer__menuList {
    list-style-type: none;
    margin-top: 0px; }

  .footer__menuItem {
    padding-left: 20px;
    background-image: url(/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 5px;
    background-size: 12px;
    display: block;
    margin-top: 10px;
    line-height: 1.6; }

  .footer__menuItem a {
    text-decoration: none;
    color: #333;
    transition: opacity 1s;
    display: inline-block; }

  .footer__spec {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    color: #333;
    padding: 0 20px; }

  .footer__rights {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #333;
    line-height: 1.6; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .footerArea {
    background-color: #f1f2f6;
    overflow: hidden;
    margin-top: 40px; }

  .footer__content {
    padding-bottom: 20px; }

  .footer__menuBox {
    padding: 0 20px 20px; }

  .footer__menuHeading {
    margin-top: 30px;
    border-bottom: 1px dotted #bdc3c7;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.6; }

  .footer__menuList {
    list-style-type: none;
    margin-top: 0px; }

  .footer__menuItem {
    padding-left: 20px;
    background-image: url(/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 5px;
    background-size: 12px;
    display: inline-block;
    width: 49%;
    margin-top: 10px;
    line-height: 1.6; }

  .footer__menuItem a {
    text-decoration: none;
    color: #333;
    transition: opacity 1s;
    display: inline-block; }

  .footer__spec {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 40px;
    color: #333;
    padding: 0 20px; }

  .footer__rights {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #333; } }
@media screen and (min-width: 960px) {
  .footerArea {
    background-color: #f1f2f6;
    overflow: hidden;
    margin-top: 40px; }

  .footer__content {
    width: 1280px;
    margin: 0 auto 0;
    padding-bottom: 40px; }

  .footer__menuHeading {
    margin-top: 40px;
    border-bottom: 1px dotted #bdc3c7;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.6; }

  .footer__menuList {
    list-style-type: none;
    margin-top: 20px; }

  .footer__menuItem {
    display: inline;
    padding-left: 30px;
    background-image: url(/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 3px;
    background-size: 16px; }

  .footer__menuItem a {
    text-decoration: none;
    color: #333;
    transition: opacity 1s; }

  .footer__menuItem a:hover {
    color: #f0932b; }

  .footer__menuItem + .footer__menuItem {
    margin-left: 40px; }

  .footer__spec {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 40px;
    color: #333; }

  .footer__rights {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #333; } }
/* top */
@media screen and (max-width: 959px) {
  .topArea {
    margin-top: 40px; }

  .visualArea {
    margin: 0; }

  .visualArea img {
    width: 100%; } }
@media screen and (min-width: 960px) {
  .topArea {
    margin-top: 80px; }

  .top__content {
    width: 1280px;
    margin: 0 auto 0; }

  .top__divide {
    justify-content: space-between;
    display: flex;
    align-items: flex-start; } }
/* login */
@media screen and (max-width: 559px) {
  .loginArea {
    margin: 40px 10px 0;
    background-color: #ffeaa7;
    overflow: hidden;
    padding: 0 10px 20px;
    position: relative; }

  .login__label {
    margin-top: 20px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 20px; }

  .login__input {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 10px; }

  .login__preparation {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    /* background-color: orange; */
    padding: 20px;
    border: 4px solid #333;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transform: rotateZ(30deg);
    background-image: linear-gradient(-45deg, #f1c40f 25%, #34495e 25%, #34495e 50%, #f1c40f 50%, #f1c40f 75%, #34495e 75%, #34495e);
    background-size: 40px 40px;
    text-shadow: 0px 0px 4px #333333;
    z-index: 50;
    text-align: center;
    width: 75%;
    max-width: 300px; }

  .login__button {
    padding: 6px 20px;
    font-size: 16px;
    background-color: #10ac84;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px #666;
    text-align: right;
    margin: 20px 0 0 auto;
    display: block; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .loginArea {
    margin: 40px auto 0;
    background-color: #ffeaa7;
    overflow: hidden;
    padding: 0 20px 20px;
    position: relative;
    width: 400px; }

  .login__label {
    margin-top: 20px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 20px; }

  .login__input {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 10px; }

  .login__preparation {
    position: absolute;
    top: 36%;
    left: 25%;
    /* background-color: orange; */
    padding: 20px;
    border: 4px solid #333;
    color: white;
    font-weight: bold;
    font-size: 26px;
    transform: rotateZ(30deg);
    background-image: linear-gradient(-45deg, #f1c40f 25%, #34495e 25%, #34495e 50%, #f1c40f 50%, #f1c40f 75%, #34495e 75%, #34495e);
    background-size: 40px 40px;
    text-shadow: 0px 0px 4px #333333;
    z-index: 50; }

  .login__button {
    padding: 6px 20px;
    font-size: 16px;
    background-color: #10ac84;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px #666;
    text-align: right;
    margin: 20px 0 0 auto;
    display: block; } }
@media screen and (min-width: 960px) {
  .loginArea {
    background-color: #ffeaa7;
    overflow: hidden;
    padding: 0 20px 20px;
    position: relative;
    width: 300px; }

  .login__label {
    margin-top: 20px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 20px; }

  .login__input {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 10px; }

  .login__preparation {
    position: absolute;
    top: 36%;
    left: 13%;
    padding: 20px;
    border: 4px solid #333;
    color: white;
    font-weight: bold;
    font-size: 26px;
    transform: rotateZ(30deg);
    background-image: linear-gradient(-45deg, #f1c40f 25%, #34495e 25%, #34495e 50%, #f1c40f 50%, #f1c40f 75%, #34495e 75%, #34495e);
    background-size: 40px 40px;
    text-shadow: 0px 0px 4px #333333;
    z-index: 50; }

  .login__button {
    padding: 6px 20px;
    font-size: 16px;
    background-color: #10ac84;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px #666;
    text-align: right;
    margin: 20px 0 0 auto;
    display: block; } }
@media screen and (max-width: 959px) {
  .navigation__switch {
    position: relative;
    width: 40px;
    margin-right: 10px; }

  .bar__top {
    width: 100%;
    height: 5px;
    background-color: #34495e;
    display: block;
    position: absolute;
    top: 6px;
    transition: transform 0.2s ease; }

  .bar__middle {
    width: 100%;
    height: 5px;
    background-color: #34495e;
    display: block;
    position: absolute;
    top: 18px;
    transition: opacity 0.2s ease; }

  .bar__bottom {
    width: 100%;
    height: 5px;
    background-color: #34495e;
    display: block;
    position: absolute;
    top: 30px;
    transition: transform 0.2s ease; }

  .navigation__switch.active .bar__top {
    transform: translateY(12px) rotate(-45deg); }

  .navigation__switch.active .bar__middle {
    opacity: 0; }

  .navigation__switch.active .bar__bottom {
    transform: translateY(-12px) rotate(45deg); } }
@media screen and (min-width: 960px) {
  .navigation__switch {
    display: none; } }
/* information */
@media screen and (max-width: 959px) {
  .informationBox {
    margin-top: 40px; } }
@media screen and (min-width: 960px) {
  .informationBox {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }
/* ranking */
@media screen and (max-width: 559px) {
  .rankingArea {
    margin-top: 20px;
    background-color: #f1f2f6;
    padding: 0 10px 30px 10px;
    overflow: hidden; }

  .ranking__heading {
    font-size: 20px;
    margin-top: 15px;
    border-bottom: 2px solid red;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .ranking__appbox {
    margin-top: 10px; }

  .ranking__appbox + .ranking__appbox {
    margin-top: 40px; }

  .ranking__appinfo {
    display: block;
    margin-top: 10px; }

  .ranking__apptitle {
    line-height: 1.6;
    font-size: 20px;
    color: #333;
    font-weight: bold; }

  .ranking__appimage {
    padding: 0 20px;
    text-align: center; }

  .ranking__appimage img {
    border: 4px solid #bdc3c7;
    width: 100%;
    max-width: 250px; }

  .ranking__appdata {
    width: 100%; }

  .ranking__apptext {
    margin-top: 10px;
    line-height: 1.6;
    width: 100%;
    color: #333;
    font-size: 16px; }

  .ranking__applinkBox {
    display: flex;
    justify-content: space-around; }

  .ranking__applinkButton {
    width: 40%;
    display: inline-block;
    margin-top: 10px; }

  .ranking__applinkButton + .ranking__applinkButton {
    margin-left: 20px; }

  .ranking__applink img {
    width: 100%; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .rankingArea {
    margin-top: 20px;
    background-color: #f1f2f6;
    padding: 0 10px 60px 10px;
    overflow: hidden; }

  .ranking__heading {
    font-size: 26px;
    margin-top: 30px;
    border-bottom: 2px solid red;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .ranking__appbox {
    margin-top: 10px; }

  .ranking__appbox + .ranking__appbox {
    margin-top: 40px; }

  .ranking__appinfo {
    display: flex;
    justify-content: space-around;
    margin-top: 10px; }

  .ranking__apptitle {
    line-height: 1.6;
    font-size: 26px;
    color: #333;
    font-weight: bold; }

  .ranking__appimage {
    padding: 0 20px; }

  .ranking__appimage img {
    border: 4px solid #bdc3c7; }

  .ranking__appdata {
    width: 100%; }

  .ranking__apptext {
    line-height: 1.6;
    width: 100%;
    color: #333; }

  .ranking__applinkBox {
    display: flex;
    justify-content: flex-end; }

  .ranking__applinkButton {
    width: 120px;
    display: inline-block;
    margin-top: 10px; }

  .ranking__applinkButton + .ranking__applinkButton {
    margin-left: 20px; }

  .ranking__applink img {
    width: 100%; } }
@media screen and (min-width: 960px) {
  .rankingArea {
    width: 600px;
    background-color: #f1f2f6;
    padding: 0 20px 60px 20px;
    overflow: hidden; }

  .ranking__heading {
    font-size: 26px;
    margin-top: 20px;
    border-bottom: 2px solid red;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .ranking__appbox {
    margin-top: 10px; }

  .ranking__appbox + .ranking__appbox {
    margin-top: 40px; }

  .ranking__appinfo {
    display: flex;
    justify-content: space-around;
    margin-top: 10px; }

  .ranking__apptitle {
    line-height: 1.6;
    font-size: 26px;
    color: #333;
    font-weight: bold; }

  .ranking__appimage {
    padding: 0 20px; }

  .ranking__appimage img {
    border: 4px solid #bdc3c7; }

  .ranking__appdata {
    width: 100%; }

  .ranking__apptext {
    line-height: 1.6;
    width: 100%;
    color: #333; }

  .ranking__applinkBox {
    display: flex;
    justify-content: flex-end; }

  .ranking__applinkButton {
    width: 120px;
    display: inline-block;
    margin-top: 10px; }

  .ranking__applinkButton + .ranking__applinkButton {
    margin-left: 20px; }

  .ranking__applink img {
    width: 100%; } }
/* news */
@media screen and (max-width: 559px) {
  .newsArea {
    padding: 0 10px 30px 10px;
    background-color: #f1f2f6;
    overflow: hidden; }

  .news__heading {
    font-size: 20px;
    margin-top: 15px;
    border-bottom: 2px solid #EA2027;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .news__list {
    margin-top: 10px;
    list-style-type: none;
    color: #333; }

  .news__item {
    padding: 0 0 0 20px;
    background-image: url(/images/icon/info-circle.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    border-bottom: 1px dashed #bdc3c7;
    color: #333;
    margin-top: 10px;
    line-height: 1.6;
    background-position-y: 1px;
    font-size: 12px; }

  .news__date {
    padding-right: 10px;
    font-weight: bold; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .newsArea {
    padding: 0 10px 30px 10px;
    background-color: #f1f2f6;
    overflow: hidden; }

  .news__heading {
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 2px solid #EA2027;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .news__list {
    margin-top: 20px;
    list-style-type: none;
    color: #333; }

  .news__item {
    padding: 0 0 10px 24px;
    background-image: url(/images/icon/info-circle.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    border-bottom: 1px dashed #bdc3c7;
    color: #333;
    margin-top: 16px;
    line-height: 1.6;
    background-position-y: 4px; }

  .news__date {
    padding-right: 20px;
    font-weight: bold; } }
@media screen and (min-width: 960px) {
  .newsArea {
    width: 600px;
    padding: 0 20px 60px 20px;
    background-color: #f1f2f6;
    overflow: hidden; }

  .news__heading {
    font-size: 26px;
    margin-top: 20px;
    border-bottom: 2px solid #EA2027;
    font-weight: bold;
    color: #333;
    line-height: 1.6; }

  .news__list {
    margin-top: 20px;
    list-style-type: none;
    color: #333; }

  .news__item {
    padding: 0 0 10px 24px;
    background-image: url(/images/icon/info-circle.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    border-bottom: 1px dashed #bdc3c7;
    color: #333;
    margin-top: 16px;
    line-height: 1.6;
    background-position-y: 4px; }

  .news__date {
    padding-right: 20px;
    font-weight: bold; } }
/* game */
@media screen and (max-width: 559px) {
  .genreTitle {
    background-color: antiquewhite;
    padding: 16px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #EA2027; }

  .gameGroup {
    display: flex;
    flex-wrap: wrap; }

  .gameLink {
    padding: 10px;
    display: block; }

  .gameBox {
    flex-basis: 31%;
    flex-shrink: 0;
    background-color: #ffbe76;
    margin: 2% 1% 0 1%;
    border-radius: 2px;
    min-width: 0; }

  .gameLink {
    text-decoration: none;
    height: 100%; }

  .gamePicture {
    width: 100%; }

  .gamePicture img {
    width: 100%; }

  .gameTitle {
    margin-top: 6px;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    word-wrap: break-word;
    font-size: 12px; }

  .appBox {
    flex-basis: 31%;
    flex-shrink: 0;
    background-color: #ffbe76;
    margin: 2% 1% 0 1%;
    border-radius: 2px;
    min-width: 0;
    padding: 10px 10px 20px; }

  .gameStorelink {
    margin-top: 10px;
    display: block;
    text-align: center; }

  .gameStorelink img {
    width: 100%; } }
@media screen and (min-width: 560px) and (max-width: 959px) {
  .genreTitle {
    background-color: antiquewhite;
    padding: 16px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #EA2027; }

  .gameGroup {
    display: flex;
    flex-wrap: wrap; }

  .gameLink {
    padding: 10px;
    display: block; }

  .gameBox {
    flex-basis: 23%;
    flex-shrink: 0;
    background-color: #ffbe76;
    margin: 2% 1% 0 1%;
    border-radius: 2px;
    min-width: 0; }

  .gameLink {
    text-decoration: none;
    height: 100%; }

  .gamePicture {
    width: 100%; }

  .gamePicture img {
    width: 100%; }

  .gameTitle {
    margin-top: 6px;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    word-wrap: break-word;
    font-size: 12px; }

  .appBox {
    flex-basis: 23%;
    flex-shrink: 0;
    background-color: #ffbe76;
    margin: 2% 1% 0 1%;
    border-radius: 2px;
    min-width: 0;
    padding: 10px 10px 20px; }

  .gameStorelink {
    margin-top: 10px;
    display: block;
    text-align: center; }

  .gameStorelink img {
    width: 100%; } }
@media screen and (min-width: 960px) {
  .genreTitle {
    background-color: antiquewhite;
    padding: 16px;
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #e74c3c; }

  .gameGroup {
    display: flex;
    flex-wrap: wrap; }

  .gameLink {
    padding: 10px;
    display: block;
    height: 100%; }

  .gameBox {
    flex-basis: 200px;
    flex-shrink: 1;
    background-color: #ffbe76;
    margin: 16px 16px 0 0;
    border-radius: 2px; }

  .gameBox:nth-of-type(6n) {
    margin-right: 0; }

  .gameBox:hover {
    opacity: 0.8; }

  .gameLink {
    text-decoration: none; }

  .gamePicture {
    width: 100%; }

  .gamePicture img {
    width: 100%; }

  .gameTitle {
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    text-align: center; }

  .appBox {
    flex-basis: 200px;
    flex-shrink: 1;
    background-color: #ffbe76;
    margin: 16px 16px 0 0;
    padding: 10px 10px 20px;
    border-radius: 2px; }

  .appBox:nth-of-type(6n) {
    margin-right: 0; }

  .gameStorelink {
    margin-top: 10px;
    display: block;
    text-align: center; }

  .gameStorelink img {
    width: 80%; }

  .gameStorelink img:hover {
    opacity: 0.8; } }
/* guide */
/* help */
@media screen and (max-width: 959px) {
  .help__qaGroup {
    list-style-type: none; }

  .help__qaItem + .help__qaItem {
    margin-top: 20px; }

  .help__question {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 5px;
    border-bottom: 1px dashed #bdc3c7;
    color: #333;
    background-image: url(/images/icon/smile.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 16px;
    background-position: 0px 4px; }

  .help__answer {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333; }

  .help__specCaption {
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    text-align: left;
    color: white;
    border-bottom: 2px solid #ec7063;
    color: #333; }

  .help__specTable {
    margin-top: 20px;
    width: 100%; }

  .help__specHeading {
    border-bottom: 1px solid #bdc3c7;
    padding: 10px;
    font-size: 12px;
    color: #333; }

  .help__specData {
    border-bottom: 1px solid #bdc3c7;
    padding: 10px;
    font-size: 12px;
    vertical-align: middle;
    color: #333; }

  .help__browserGroup {
    list-style-type: none; }

  .help__browserItem + .help__browserItem {
    margin-top: 10px; } }
@media screen and (min-width: 960px) {
  .help__qaGroup {
    list-style-type: none; }

  .help__qaItem {
    margin-top: 30px; }

  .help__qaItem + .help__qaItem {
    margin-top: 40px; }

  .help__question {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 5px;
    border-bottom: 1px dashed #bdc3c7;
    color: #333;
    background-image: url(/images/icon/smile.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 30px;
    background-position: 3px 4px; }

  .help__answer {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    color: #333; }

  .help__specBox {
    display: flex;
    justify-content: space-around;
    margin-top: 20px; }

  .help__specCaption {
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    color: white;
    border-bottom: 2px solid #ec7063;
    color: #333; }

  .help__specHeading {
    border-bottom: 1px solid #bdc3c7;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #333; }

  .help__specData {
    border-bottom: 1px solid #bdc3c7;
    padding: 20px;
    font-size: 20px;
    vertical-align: middle;
    color: #333; }

  .help__browserGroup {
    list-style-type: none; }

  .help__browserItem + .help__browserItem {
    margin-top: 10px; } }
/* form */
@media screen and (max-width: 959px) {
  .form__formBox {
    margin: 40px auto 0; }

  .form__label {
    margin-top: 30px;
    display: block;
    font-size: 16px;
    font-weight: bold; }

  .form__must {
    display: inline-block;
    margin-left: 20px;
    background-color: #EA2027;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: normal; }

  .form__input--text {
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
    border: none;
    background-color: #fff; }

  .form__input--mail {
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
    border: none;
    background-color: #fff; }

  .form__select {
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
    appearance: none;
    background: transparent url(/images/icon/caret-down.svg) no-repeat center right 8px/30px 16px;
    border: none;
    background-color: #fff; }

  .form__select::-ms-expand {
    display: none; }

  .form__selec:focus {
    outline: none; }

  .form__textarea {
    margin-top: 10px;
    width: 100%;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    resize: none;
    padding: 10px 10px;
    outline: none;
    font-size: 16px;
    border: none;
    background-color: #fff; }

  .form__buttonbox {
    margin-top: 30px;
    text-align: center; }

  .form__input--submit {
    padding: 10px;
    font-size: 16px;
    width: 200px;
    background-color: #10ac84;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px #666; } }
@media screen and (min-width: 960px) {
  .form__formBox {
    margin: 80px auto 0;
    width: 800px; }

  .form__label {
    margin-top: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold; }

  .form__must {
    display: inline-block;
    margin-left: 20px;
    background-color: #EA2027;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: normal; }

  .form__input--text {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    width: 100%;
    border: none;
    background-color: #fff; }

  .form__input--mail {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    width: 100%;
    border: none;
    background-color: #fff; }

  .form__select {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    width: 100%;
    appearance: none;
    background: transparent url(/images/icon/caret-down.svg) no-repeat center right 8px/30px 16px;
    border: none;
    background-color: #fff; }

  .form__select::-ms-expand {
    display: none; }

  .form__selec:focus {
    outline: none; }

  .form__textarea {
    margin-top: 10px;
    width: 100%;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    resize: none;
    padding: 10px 20px;
    outline: none;
    font-size: 20px;
    border: none;
    background-color: #fff; }

  .form__buttonbox {
    margin-top: 80px;
    text-align: center; }

  .form__input--submit {
    padding: 10px;
    font-size: 20px;
    width: 200px;
    background-color: #10ac84;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px #666; } }
/* thanks */
