@charset "UTF-8";
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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  background-color: #FAFAFA;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.blind__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.blind__preloader {
  width: 40px;
  height: 40px;
  background: url("../img/common/preloader1.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.blind__preloader p {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/common/preloader2.png") center center no-repeat;
  background-size: 100% 100%;
  animation: preloader 2s 0s linear infinite alternate;
}

@keyframes preloader {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.header {
  display: block;
  width: 100%;
  min-width: 1100px;
  height: 68px;
  background-color: #ffffff;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__menu {
  background: url("../img/common/hd_menu_bg.png") center top no-repeat;
  width: 198px;
  height: 106px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.header__menu__inner {
  position: relative;
  padding-top: 14px;
}

.header__menu__inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 106px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../img/common/hd_menu_bg_re.png") center top no-repeat;
  animation: changeMenuBg 3s 0s linear infinite alternate;
}

.header__menu__title {
  background: url("../img/common/hd_title_en.png") center top no-repeat;
  width: 116px;
  height: 5px;
  font-size: 0;
  line-height: 0;
  background-size: 100% auto;
  margin: 0 auto 12px auto;
  position: relative;
  z-index: 1;
}

.header__menu__text {
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.header__menu__ham {
  line-height: 1.0em;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header__menu__ham a {
  display: block;
  width: 43px;
  height: 17px;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  transition: all .2s;
}

.header__menu__ham a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.header__menu__ham svg {
  vertical-align: top;
}

.header__menu__ham span {
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .5s;
}

.header__menu__ham span:nth-child(1) {
  top: 0;
}

.header__menu__ham span:nth-child(2) {
  top: 7px;
}

.header__menu__ham span:nth-child(3) {
  top: 14px;
}

.header__copy {
  position: relative;
  z-index: 0;
  text-align: center;
  pointer-events: none;
  padding-top: 26px;
  line-height: 1.0em;
}

.header__sound {
  position: absolute;
  right: 47px;
  top: 25px;
  z-index: 1;
}

.header__sound a {
  display: block;
  line-height: 1.0em;
}

.header__sound span {
  display: block;
}

.header__sound.is__on .header__sound__off {
  display: none;
}

.header__sound.is__off .header__sound__on {
  display: none;
}

@keyframes changeMenuBg {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.nav {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: url("../img/common/bg_ham.png") center top no-repeat;
  background-size: cover;
  display: none;
}

.nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.nav__bg {
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_ham_pattern_white.svg") center top no-repeat;
  background-size: 1530px 830px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translate3d(-50%, 0, 0);
  transform: translateX(-50%);
  transition: background 1s;
}

.nav__bg.is__active {
  background: url("../img/common/bg_ham_pattern_color.svg") center top no-repeat;
  background-size: 1530px 830px;
  transform: translate3d(-50%, 0, 0);
  transform: translateX(-50%);
}

.nav__list {
  position: absolute;
  left: 50%;
  top: 160px;
  z-index: 1;
  transform: translateX(-50%);
}

.nav__list li {
  margin-bottom: 8px;
}

.nav__list p {
  display: inline-block;
  position: relative;
}

.nav__list p:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #005cce;
  background: linear-gradient(to right, #005cce 0%, #ce80ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cce', endColorstr='#ce80ff',GradientType=1 );
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: scaleX(0) scaleY(1);
  transition: all .5s;
}

.nav__list a {
  text-decoration: none;
  font-size: 75px;
  color: #3e52ca;
  line-height: 52px;
  font-family: goldenbook, serif;
  font-weight: 300;
  letter-spacing: -.055em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 5px 8px 2px 8px;
  position: relative;
  transition: all .5s;
}

.nav__list li.is__current a, .nav__list li.is__active a {
  color: #ffffff;
}

.nav__list li.is__current p:before, .nav__list li.is__active p:before {
  transform: scaleX(1) scaleY(1);
}

.nav__list li.is__none a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  pointer-events: none;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  min-width: 1100px;
}

.footer {
  display: block;
  width: 100%;
  min-width: 1100px;
  position: relative;
  z-index: 2;
}

.footer__inner {
  width: 100%;
  min-width: 1100px;
  position: relative;
  padding: 60px 0;
  color: #FAFAFA;
  background: #4070dc;
  background: linear-gradient(to right, #4070dc 0%, #29299f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4070dc', endColorstr='#29299f',GradientType=1 );
}

.footer__games {
  width: 800px;
  margin: 0 auto;
  zoom: 1;
}

.footer__games:after {
  content: "";
  clear: both;
  display: block;
}

.footer__games__logo {
  float: left;
  width: 331px;
}

.footer__games__desc {
  float: right;
  width: 420px;
}

.footer__games__desc__buttons {
  zoom: 1;
  margin-bottom: 20px;
}

.footer__games__desc__buttons:after {
  content: "";
  clear: both;
  display: block;
}

.footer__games__desc__buttons li {
  float: left;
  margin-right: 10px;
}

.footer__games__desc__buttons li:last-child {
  margin-right: 0;
}

.footer__games__desc__buttons li.is__none {
  pointer-events: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.footer__games__desc__spec {
  font-size: 12px;
  line-height: 1.69em;
}

.footer__corp {
  width: 100%;
  min-width: 1100px;
  position: relative;
  background-color: #FAFAFA;
  padding: 30px 0;
}

.footer__corp__inner {
  width: 1000px;
  margin: 0 auto;
  color: #AFB2BF;
  display: table;
}

.footer__corp__links {
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
  width: 300px;
}

.footer__corp__links:after {
  content: "";
  clear: both;
  display: block;
}

.footer__corp__links li {
  float: left;
  margin-right: 28px;
  font-size: 13px;
  letter-spacing: .03em;
}

.footer__corp__links li:last-child {
  margin-right: 0;
}

.footer__corp__links a {
  color: #AFB2BF;
  text-decoration: none;
}

.footer__corp__copyright {
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1.7em;
  width: 600px;
  text-align: center;
}

.footer__corp__copyright p {
  display: inline-block;
  text-align: left;
}

.footer__corp__logo {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  line-height: 1.0em;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  display: none;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}

.modal__btnClose {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.modal__btnClose a {
  display: block;
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__movie {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
}

.modal__movie__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__movie__details {
  position: relative;
  z-index: 0;
}

.modal__movie__details__frame {
  position: relative;
  line-height: 1.0em;
  text-align: center;
}

.modal__movie__details__frame iframe {
  vertical-align: top;
}

.modal__movie__btnClose {
  position: fixed;
  right: 42px;
  top: 42px;
  z-index: 1;
}

.modal__movie__btnClose a {
  display: block;
  line-height: 1.0em;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw

  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
    background-color: #FAFAFA;
  }
  body:before {
    content: '';
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    background-size: 195% auto;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .blind__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .blind__preloader {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    background: url("../img/common/preloader1.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .blind__preloader p {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/common/preloader2.png") center center no-repeat;
    background-size: 100% 100%;
    animation: preloader 2s 0s linear infinite alternate;
  }
  @keyframes preloader {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  .header {
    display: block;
    width: 100%;
    min-width: 89.33%;
    height: 35px;
    height: 9.33333vw;
    background-color: #ffffff;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header__inner {
    position: relative;
    width: 89.33%;
    height: 100%;
    margin: 0 auto;
  }
  .header__menu {
    background: url("../img/common/hd_menu_bg.png") center top no-repeat;
    background-size: cover;
    width: 109px;
    width: 29.06667vw;
    height: 58px;
    height: 15.46667vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  .header__menu__inner {
    position: relative;
    padding-top: 9px;
    padding-top: 2.4vw;
  }
  .header__menu__inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 58px;
    height: 15.46667vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url("../img/common/hd_menu_bg_re.png") center top no-repeat;
    background-size: cover;
    animation: changeMenuBg 3s 0s linear infinite alternate;
  }
  .header__menu__title {
    display: none;
  }
  .header__menu__text {
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
    position: relative;
    z-index: 1;
    line-height: 1.0em;
  }
  .header__menu__text img {
    width: 75px;
    width: 20vw;
    height: auto;
  }
  .header__menu__ham {
    line-height: 1.0em;
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .header__menu__ham a {
    display: block;
    width: 34px;
    width: 9.06667vw;
    height: 13.5px;
    height: 3.6vw;
    position: relative;
    margin: 0 auto;
    transition: none;
  }
  .header__menu__ham a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  .header__menu__ham svg {
    vertical-align: top;
    width: 34px;
    width: 9.06667vw;
    height: 2.5px;
    height: 0.66667vw;
  }
  .header__menu__ham span {
    width: 34px;
    width: 9.06667vw;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .5s;
  }
  .header__menu__ham span:nth-child(1) {
    top: 0;
  }
  .header__menu__ham span:nth-child(2) {
    top: 5.5px;
    top: 1.46667vw;
  }
  .header__menu__ham span:nth-child(3) {
    top: 11px;
    top: 2.93333vw;
  }
  .header__copy {
    position: relative;
    z-index: 0;
    text-align: center;
    pointer-events: none;
    padding-top: 14px;
    padding-top: 3.73333vw;
    line-height: 1.0em;
  }
  .header__copy img {
    width: 100%;
    height: auto;
  }
  .header__sound {
    position: absolute;
    right: auto;
    left: 50%;
    top: 382px;
    top: 101.86667vw;
    z-index: 1;
    transform: translate(-50%, 15px);
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .6s;
  }
  .header__sound a {
    display: block;
    line-height: 1.0em;
  }
  .header__sound span {
    display: block;
  }
  .header__sound svg {
    width: 38px;
    width: 10.13333vw;
    height: auto;
  }
  .header__sound.is__on .header__sound__off {
    display: none;
  }
  .header__sound.is__off .header__sound__on {
    display: none;
  }
  .header__sound.is__show {
    pointer-events: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate(-50%, 0);
  }
  @keyframes changeMenuBg {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  .nav {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 89.33%;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: url("../img/common/bg_ham.png") center top no-repeat;
    background-size: auto 100%;
    display: none;
  }
  .nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .nav__bg {
    width: 100%;
    height: 100%;
    background: url("../img/common/bg_ham_pattern_white.svg") center top no-repeat;
    background-size: auto 94.16%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translate3d(-50%, 0, 0);
    transform: translateX(-50%);
    transition: background 1s;
  }
  .nav__bg.is__active {
    background: url("../img/common/bg_ham_pattern_color.svg") center top no-repeat;
    background-size: auto 94.16%;
    transform: translate3d(-50%, 0, 0);
    transform: translateX(-50%);
  }
  .nav__list {
    position: absolute;
    left: 50%;
    top: 90px;
    top: 24vw;
    z-index: 1;
    transform: translateX(-50%);
  }
  .nav__list li {
    margin-bottom: 2px;
    margin-bottom: 0.53333vw;
  }
  .nav__list p {
    display: inline-block;
    position: relative;
  }
  .nav__list p:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #005cce;
    background: linear-gradient(to right, #005cce 0%, #ce80ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cce', endColorstr='#ce80ff',GradientType=1 );
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scaleX(0) scaleY(1);
    transition: all .5s;
  }
  .nav__list a {
    text-decoration: none;
    font-size: 51px;
    font-size: 13.6vw;
    color: #3e52ca;
    line-height: 40px;
    line-height: 10.66667vw;
    font-family: goldenbook, serif;
    font-weight: 300;
    letter-spacing: -.055em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 3px 6px 0 6px;
    padding: 0.8vw 1.6vw 0 1.6vw;
    position: relative;
    transition: all .5s;
  }
  .nav__list li.is__current a, .nav__list li.is__active a {
    color: #ffffff;
  }
  .nav__list li.is__current p:before, .nav__list li.is__active p:before {
    transform: scaleX(1) scaleY(1);
  }
  .nav__list li.is__none a {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    pointer-events: none;
  }
  .container {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    min-width: 89.33%;
  }
  .footer {
    display: block;
    width: 100%;
    min-width: 89.33%;
    position: relative;
    z-index: 2;
  }
  .footer__inner {
    width: 100%;
    min-width: 89.33%;
    position: relative;
    padding: 17px 0 10px 0;
    padding: 4.53333vw 0 2.66667vw 0;
    color: #FAFAFA;
    background: #4070dc;
    background: linear-gradient(to right, #4070dc 0%, #29299f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4070dc', endColorstr='#29299f',GradientType=1 );
  }
  .footer__games {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
  }
  .footer__games:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__games__logo {
    float: none;
    width: 50.66%;
    margin: 0 auto 14px auto;
    margin: 0 auto 3.73333vw auto;
  }
  .footer__games__logo img {
    width: 100%;
    height: auto;
  }
  .footer__games__desc {
    float: none;
    width: 100%;
  }
  .footer__games__desc__buttons {
    zoom: 1;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__games__desc__buttons:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__games__desc__buttons li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    float: none;
    margin: 0 3px;
    margin: 0 0.8vw;
  }
  .footer__games__desc__buttons li:last-child {
    margin-right: 3px;
    margin-right: 0.8vw;
  }
  .footer__games__desc__buttons li.is__none {
    pointer-events: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
  }
  .footer__games__desc__buttons img {
    height: 35px;
    height: 9.33333vw;
    width: auto;
  }
  .footer__games__desc__spec {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.71em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.8);
  }
  .footer__corp {
    width: 100%;
    min-width: 89.33%;
    position: relative;
    background-color: #FAFAFA;
    padding: 15px 0;
    padding: 4vw 0;
  }
  .footer__corp__inner {
    width: 89.33%;
    margin: 0 auto;
    color: #AFB2BF;
    display: block;
    zoom: 1;
  }
  .footer__corp__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__corp__links {
    display: block;
    vertical-align: middle;
    zoom: 1;
    width: 100%;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .footer__corp__links:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__corp__links li {
    float: left;
    margin-right: 20px;
    margin-right: 5.33333vw;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .03em;
  }
  .footer__corp__links li:last-child {
    margin-right: 0;
  }
  .footer__corp__links a {
    color: #AFB2BF;
    text-decoration: none;
  }
  .footer__corp__copyright {
    display: block;
    float: left;
    vertical-align: middle;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5em;
    width: 70%;
    text-align: left;
  }
  .footer__corp__copyright p {
    display: inline-block;
    text-align: left;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.7);
    white-space: nowrap;
  }
  .footer__corp__logo {
    display: block;
    float: right;
    vertical-align: middle;
    width: 25%;
    line-height: 1.0em;
  }
  .footer__corp__logo svg {
    width: 100%;
    height: auto;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 50px 0;
  }
  .modal__btnClose {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .modal__btnClose a {
    display: block;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__movie {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details {
    position: relative;
    z-index: 0;
  }
  .modal__movie__details__frame {
    position: relative;
    line-height: 1.0em;
    text-align: center;
  }
  .modal__movie__details__frame iframe {
    vertical-align: top;
  }
  .modal__movie__btnClose {
    position: fixed;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 40px;
    bottom: 10.66667vw;
    transform: translateX(-50%);
    z-index: 1;
    width: 58px;
    width: 15.46667vw;
    height: 58px;
    height: 15.46667vw;
  }
  .modal__movie__btnClose img {
    width: 100%;
    height: auto;
  }
  .modal__movie__btnClose a {
    display: block;
    line-height: 1.0em;
  }
}
