@charset "UTF-8";
/* ------------------------------------------------------------------------------------------ */
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  border: none;
}

select::-ms-expand {
  display: none;
  background-color: #333;
  color: #fff;
}

/* ------------------------------------------------------------------------------------------ */
/* cookie button */
/* ------------------------------------------------------------------------------------------ */
.support .ot-sdk #ot-sdk-btn {
  color: #ccc;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: inline;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  text-align: left;
  position: relative;
}

.support .ot-sdk #ot-sdk-btn:hover {
  color: #ccc;
  opacity: 0.6;
  background: transparent;
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------------ */
/* body */
/* ------------------------------------------------------------------------------------------ */
body, html {
  overflow-x: hidden;
}

body {
  color: #666;
  background: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, Sans-Serif;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.backVideoArea {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.backVideoArea:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../img/bg_dot.png") repeat;
}
.backVideoArea .bg-movie {
  position: relative;
  width: 100%;
  height: 100%;
}
.backVideoArea video, .backVideoArea img {
  width: auto;
  height: 120%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pageTop {
  position: fixed;
  right: 1%;
  bottom: 0;
  z-index: 1000;
  width: 11%;
  max-width: 84px;
  min-width: 60px;
}
.pageTop img {
  vertical-align: bottom;
  width: 100%;
  max-width: 84px;
}
.pageTop a {
  display: block;
  position: relative;
  top: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.pageTop a:hover {
  top: 5px;
}

/* ------------------------------------------------------------------------------------------ */
/* title */
/* ------------------------------------------------------------------------------------------ */
.cmn-title {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
@media screen and (min-width:760px) {
  .cmn-title {
    text-align: left;
  }
}
.cmn-title .logo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .cmn-title .logo {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.cmn-title .logo a {
  display: inline-block;
}
.cmn-title .logo img {
  max-width: 200px;
  width: 100%;
}
.cmn-title .ttl {
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cmn-title .ttl {
    width: calc(100% - 200px);
    text-align: left;
    padding: 0 10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.cmn-title .ttl span {
  display: inline-block;
  position: relative;
  padding: 10px 50px;
}
.cmn-title .ttl span img {
  height: 22px;
}
.cmn-title .ttl span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url("../img/brackets1.png"), url("../img/brackets2.png");
  background-position: -1px top, -1px bottom;
  background-repeat: no-repeat, no-repeat;
}
.cmn-title .ttl span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url("../img/brackets1.png"), url("../img/brackets2.png");
  background-position: -1px top, -1px bottom;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cmn-title .ttl_text {
  width: 100%;
  position: relative;
  padding: 10px 50px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
@media screen and (min-width:760px) {
  .cmn-title .ttl_text {
    width: calc(100% - 200px);
    padding: 0 10px;
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.cmn-title_sub {
  position: relative;
  padding: 10px 50px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
.cmn-title_sub img {
  height: 22px;
}
.cmn-title_sub:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url("../img/brackets1.png"), url("../img/brackets2.png");
  background-position: -1px top, -1px bottom;
  background-repeat: no-repeat, no-repeat;
}
.cmn-title_sub:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url("../img/brackets1.png"), url("../img/brackets2.png");
  background-position: -1px top, -1px bottom;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ------------------------------------------------------------------------------------------ */
/* subpage-wrapper */
/* ------------------------------------------------------------------------------------------ */
.subpage-wrapper {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
header {
  width: 100%;
  height: 37px;
  color: #fff;
  position: relative;
  z-index: 9999;
  background: #000;
}
@media screen and (min-width:640px) {
  header {
    height: 39px;
  }
}
header .logo-konami img {
  width: 130px;
}
header .header-sns {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  font-family: embury-text, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}
header .header-sns .sns-link {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
header .header-sns .sns-link .title {
  display: none;
  padding-right: 40px;
  margin-right: 5px;
  position: relative;
}
@media screen and (min-width:640px) {
  header .header-sns .sns-link .title {
    display: inline-block;
  }
}
header .header-sns .sns-link .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
header .header-sns .sns-link .sns {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
header .header-sns .sns-link .sns p {
  display: inline-block;
  position: relative;
  margin: 2px 5px 0;
}
header .header-sns .sns-link .sns p img {
  width: 100%;
}
header .header-sns .sns-link .sns p.x {
  width: 1em;
}
header .header-sns .sns-link .sns p.facebook {
  width: 1.2em;
  top: 1px;
}
header .header-sns .sns-link .sns p.youtube {
  width: 1.4em;
}
@media screen and (min-width:1040px) {
  header .header-sns .sns-link .sns p a {
    cursor: pointer;
    transition: 0.3s;
  }
  header .header-sns .sns-link .sns p a:hover {
    opacity: 0.6;
  }
}
header .header-sns .header-lang {
  position: relative;
  font-size: 12px;
}
@media screen and (min-width:640px) {
  header .header-sns .header-lang {
    font-size: 14px;
  }
}
header .header-sns .header-lang .lang-btn {
  display: inline-block;
  padding: 1.1em 1.2em 1em 2.8em;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width:1040px) {
  header .header-sns .header-lang .lang-btn {
    cursor: pointer;
    transition: 0.3s;
  }
  header .header-sns .header-lang .lang-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:640px) {
  header .header-sns .header-lang .lang-btn {
    padding: 0.9em 1.2em 0.9em 2.8em;
  }
}
header .header-sns .header-lang .lang-btn span {
  position: relative;
  display: block;
  width: 100%;
}
header .header-sns .header-lang .lang-btn span:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px rgba(255, 255, 255, 0.6) solid;
  border-bottom: 2px rgba(255, 255, 255, 0.6) solid;
  -webkit-transform: translateY(-80%) rotate(45deg);
  -moz-transform: translateY(-80%) rotate(45deg);
  -ms-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
}
header .header-sns .header-lang .language-list {
  display: none;
  width: 150px;
  position: absolute;
  right: 10px;
  top: 50px;
  font-size: 13px;
  line-height: 1;
}
header .header-sns .header-lang .language-list.is-active {
  display: block;
}
header .header-sns .header-lang .language-list ul li {
  display: none;
  opacity: 0;
}
@-webkit-keyframes langItemSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes langItemSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes langItemSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes langItemSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
header .header-sns .header-lang .language-list ul li.is-active {
  display: block;
  -webkit-animation: langItemSlide 0.2s 0s ease-out forwards;
  -moz-animation: langItemSlide 0.2s 0s ease-out forwards;
  animation: langItemSlide 0.2s 0s ease-out forwards;
}
header .header-sns .header-lang .language-list ul li:not(:first-child) {
  margin-top: 4px;
}
header .header-sns .header-lang .language-list ul li a {
  min-width: 100px;
  display: block;
  padding: 8px 15px 10px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px #555 solid;
}
@media screen and (min-width:1040px) {
  header .header-sns .header-lang .language-list ul li a {
    cursor: pointer;
    transition: 0.3s;
  }
  header .header-sns .header-lang .language-list ul li a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* menu */
/* ------------------------------------------------------------------------------------------ */
.contents-wapper {
  position: relative;
}

.cnt-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 759px) {
  .cnt-menu .menu-btn {
    cursor: pointer;
    width: 100%;
    padding: 10px 15px 12px;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    border-top: 1px solid #3c454c;
    border-bottom: 1px solid #3c454c;
  }
  .cnt-menu .menu-btn .menu-icon {
    width: 25px;
    height: 14px;
    position: relative;
  }
  .cnt-menu .menu-btn .menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #aaa;
    border-radius: 50px;
  }
  .cnt-menu .menu-btn .menu-icon span:nth-child(1) {
    top: 0;
  }
  .cnt-menu .menu-btn .menu-icon span:nth-child(2) {
    top: 49%;
  }
  .cnt-menu .menu-btn .menu-icon span:nth-child(3) {
    top: 100%;
  }
  .cnt-menu .menu-btn.is-active .menu-icon span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .cnt-menu .menu-btn.is-active .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  .cnt-menu .menu-btn.is-active .menu-icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .cnt-menu .menu-list {
    height: 0;
    overflow: hidden;
    line-height: 0;
  }
  .cnt-menu .menu-list.is-active {
    height: auto;
  }
  .cnt-menu .menu-list ul li {
    border-bottom: 1px solid #3c454c;
    text-align: center;
  }
  .cnt-menu .menu-list ul li a {
    display: block;
    padding: 15px 15px;
  }
  .cnt-menu .menu-list ul li a img {
    height: 15px;
  }
  .cnt-menu .menu-list ul li.is-active a {
    background: rgba(60, 69, 76, 0.65);
  }
}
@media screen and (min-width: 760px) {
  .cnt-menu .menu-list {
    width: 100%;
    border-top: 1px solid #3c454c;
    border-bottom: 1px solid #3c454c;
    text-align: center;
    line-height: 0;
  }
  .cnt-menu .menu-list ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cnt-menu .menu-list ul li {
    display: inline-block;
  }
  .cnt-menu .menu-list ul li a {
    padding: 13px 20px 14px;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
  .cnt-menu .menu-list ul li a img {
    height: 14px;
  }
  .cnt-menu .menu-list ul li a:hover {
    background: rgba(60, 69, 76, 0.65);
  }
  .cnt-menu .menu-list ul li.is-active a {
    background: rgba(60, 69, 76, 0.65);
  }
}

/* ------------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------------ */
footer {
  color: #777;
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
  font-size: 11px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
}
footer .footer-inner .other-link {
  margin: 20px 0;
  text-align: center;
}
footer .footer-inner .other-link .btn {
  display: inline-block;
  margin: 10px 5px 0;
}
footer .footer-inner .other-link .btn a {
  display: block;
  width: 260px;
  height: 80px;
  position: relative;
  background: #000;
  border: 1px #222 solid;
}
@media screen and (min-width:1040px) {
  footer .footer-inner .other-link .btn a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .footer-inner .other-link .btn a:hover {
    opacity: 0.6;
  }
}
footer .footer-inner .other-link .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
footer .footer-inner .other-link .btn a img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 70%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
footer .footer-inner .other-link .btn a img.portal {
  max-width: 50%;
}
footer .footer-inner .share-area {
  margin-top: 20px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-inner .share-area .title {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
footer .footer-inner .share-area .share-list p {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width:1040px) {
  footer .footer-inner .share-area .share-list p a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .footer-inner .share-area .share-list p a:hover {
    opacity: 0.6;
  }
}
footer .footer-inner .share-area .share-list p.x a span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 0;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 50%;
}
footer .footer-inner .share-area .share-list p.x a span img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
footer .footer-inner .support {
  margin-top: 20px;
}
footer .footer-inner .support ul li {
  display: inline-block;
}
footer .footer-inner .support ul li:not(last-child):after {
  content: "|";
  color: #777;
  display: inline-block;
  margin: 0 10px;
}
footer .footer-inner .support ul li a {
  color: #ccc;
  display: inline-block;
  position: relative;
}
@media screen and (min-width:1040px) {
  footer .footer-inner .support ul li a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .footer-inner .support ul li a:hover {
    opacity: 0.6;
  }
}
footer .footer-inner .copyright {
  margin-top: 20px;
}
footer .footer-inner .copyright span {
  display: inline-block;
  margin: 0 5px;
}
footer .footer-inner #upper_footer {
  margin: 20px auto;
  display: table;
}
footer .footer-inner #upper_footer img {
  display: block;
}
footer .footer-inner div#fox_engine {
  padding-left: 5px;
  width: 50px;
  display: table-cell;
  vertical-align: top;
}
footer .footer-inner div#fox_engine img {
  width: 100%;
}
footer .footer-inner div#platform {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  line-height: 1.3em;
  padding: 0 20px;
  font-size: 11px;
}
footer .footer-inner div#platform img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 5px;
}
footer .footer-inner div#ratings.us {
  width: 210px;
  margin: 0 auto;
}
footer .footer-inner div#ratings a {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
footer .footer-inner div#ratings img {
  height: 80px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  footer .footer-inner {
    /*SP*/
  }
  footer .footer-inner #upper_footer {
    letter-spacing: -0.4em;
    display: block;
    margin-bottom: 3%;
  }
  footer .footer-inner div#fox_engine {
    padding: 0;
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12%;
    margin-right: 3%;
  }
  footer .footer-inner div#platform {
    padding: 0px;
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 84%;
    line-height: 1.3em;
  }
  footer .footer-inner div#platform img {
    margin-bottom: 2%;
  }
  footer .footer-inner div#ratings {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5% 0;
  }
}

/*# sourceMappingURL=common.css.map */
