@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700");
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;
  text-decoration: none; }

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

/* ---------- common ---------- */
html {
  font-size: 62.5%; }

*, body {
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom; } }

.pcObj {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .pcObj {
      display: none !important; } }

.spObj {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .spObj {
      display: block !important; } }

#wrapper {
  z-index: 0; }
  #wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out; }

#wrapper.show:before {
  opacity: 0;
  visibility: hidden; }

.link-pre {
  width: 1240px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 90; }
  @media screen and (max-width: 1290px) {
    .link-pre {
      width: 96%; } }
  @media screen and (max-width: 767px) {
    .link-pre {
      padding: 0; } }
  .link-pre .btn_pre {
    width: 240px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 90px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .link-pre .btn_pre {
        width: 31.29074vw;
        margin-left: auto;
        margin-right: 0;
        top: 16.66667vw; } }
    .link-pre .btn_pre a {
      position: relative;
      display: block; }
    .link-pre .btn_pre span {
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity; }
    .link-pre .btn_pre .off {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .link-pre .btn_pre .on {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
.link-beta {
  width: 1240px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 90; }
@media screen and (max-width: 1290px) {
  .link-beta {
    width: 96%; } }
@media screen and (max-width: 767px) {
  .link-beta {
    padding: 0; } }
.link-beta .btn_beta {
  width: 240px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 90px;
  right: 275px; }
@media screen and (max-width: 767px) {
  .link-beta .btn_beta {
    width: 31.29074vw;
    margin-left: auto;
    margin-right: 0;
    top: 30vw;
    right: 0;} }
.link-beta .btn_beta a {
  position: relative;
  display: block; }
.link-beta .btn_beta span {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.link-beta .btn_beta .off {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.link-beta .btn_beta .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }


.mask-wrapper {
  position: relative;
}
.mask-wrapper .block-mask{
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
}
.txt_comming_soon {
  text-align: center;
  color: white;
  line-height: 45px;
}
.round {
  border-radius: 7px;
}

/* ---------- header ---------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      header .inner {
        display: block;
        position: relative;
        background: rgba(237, 243, 238, 0.83);
        padding: 0.93333vw 4vw; } }
  @media screen and (max-width: 767px) {
    header .header_logo {
      width: 24.8vw; } }

header nav {
  width: 480px;
  background: rgba(3, 25, 27, 0.83); }
  @media screen and (max-width: 767px) {
    header nav {
      position: fixed;
      width: 100%;
      height: 0;
      height: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: 1000;
      background-image: url(/assets/images/common/bg_nav.jpg);
      background-size: cover;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .5s ease-out;
      -o-transition: .5s ease-out;
      transition: .5s ease-out;
      -webkit-transition-property: visibility , opacity;
      -o-transition-property: visibility , opacity;
      transition-property: visibility , opacity;
      pointer-events: none; } }
  header nav .nav_inner {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      header nav .nav_inner {
        padding: 20vh 0;
        overflow-y: auto;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  header nav .nav_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header nav .nav_list {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center; } }
    header nav .nav_list li {
      position: relative;
      padding: 0 13px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        header nav .nav_list li {
          padding: 0;
          text-align: center;
          margin: 0 auto; } }
    header nav .nav_list li:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 5px;
      height: 10px;
      background-image: url(/assets/images/common/img_nav.png);
      background-size: 100%; }
      @media screen and (max-width: 767px) {
        header nav .nav_list li:after {
          content: none; } }
    header nav .nav_list li:first-child:after {
      content: none; }
    header nav .nav_list a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        header nav .nav_list a {
          display: inline-block; } }
    header nav .nav_list a:before {
      content: "";
      position: absolute;
      bottom: -20px;
      right: 0;
      margin: auto;
      width: 100%;
      height: 3px;
      background: #d8d4b7;
      opacity: 0;
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
      @media screen and (max-width: 767px) {
        header nav .nav_list a:before {
          content: none; } }
    header nav .nav_list a span {
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
    header nav .nav_list a .onhover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      visibility: hidden; }
      @media screen and (max-width: 767px) {
        header nav .nav_list a .onhover {
          width: 100%; } }

header nav .nav_list li.current a .onhover,
header nav .nav_list a:hover .onhover {
  opacity: 1;
  visibility: visible; }

header nav .nav_list li.current a:before,
header nav .nav_list a:hover:before {
  opacity: 1; }

@media screen and (max-width: 767px) {
  header .nav_open {
    position: absolute;
    top: 0;
    right: 0;
    width: 12vw;
    height: 12vw; }
    header .nav_open span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 6.66667vw;
      height: 0.53333vw;
      background: #000; }
    header .nav_open span:first-child {
      -webkit-transform: translateY(-1.73333vw);
      -ms-transform: translateY(-1.73333vw);
      transform: translateY(-1.73333vw); }
    header .nav_open span:last-child {
      -webkit-transform: translateY(1.73333vw);
      -ms-transform: translateY(1.73333vw);
      transform: translateY(1.73333vw); } }

@media screen and (max-width: 767px) {
  header .nav_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 12vw;
    height: 12vw; }
    header .nav_close span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 6.66667vw;
      height: 0.53333vw;
      background: #fff; }
    header .nav_close span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .nav_close span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }

@media screen and (max-width: 767px) {
  header nav .nav_list .nav_top {
    width: 9.2vw; }
  header nav .nav_list .nav_news {
    width: 13.46667vw; }
  header nav .nav_list .nav_world {
    width: 17.46667vw; }
  header nav .nav_list .nav_system {
    width: 17.73333vw; }
  header nav .nav_list .nav_cards {
    width: 15.46667vw; }
  header nav .nav_list .nav_special {
    width: 18.93333vw; } }

header nav .nav_list .nav_off {
  pointer-events: none;
  opacity: 0.5; }

@media screen and (max-width: 767px) {
  header nav.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; } }

header.onscroll {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

/* ---------- pagetop ---------- */
#pagetop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    #pagetop {
      right: 4.26667vw;
      bottom: 4.26667vw; } }
  #pagetop.active {
    opacity: 1;
    visibility: visible; }
  #pagetop.stop {
    position: absolute;
    bottom: auto;
    top: -33px; }
    @media screen and (max-width: 767px) {
      #pagetop.stop {
        top: -6.53333vw; } }

/* ---------- footer ---------- */
footer {
  position: relative;
  background: #FFFFFF;
  padding: 0 70px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 0; } }
  footer .inner {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      footer .inner {
        width: 100%; } }
  footer a {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    footer a:hover {
      opacity: .7; }

footer .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 100px 23px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    footer .app {
      display: block;
      padding: 2vw 7.06667vw 6.4vw; } }
  footer .app .app_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      footer .app .app_left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  footer .app .app_txt {
    width: 83px; }
    @media screen and (max-width: 767px) {
      footer .app .app_txt {
        width: 26.8vw; } }
  footer .app .app_icon {
    width: 65px;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      footer .app .app_icon {
        width: 17.33333vw;
        margin-left: 13.33333vw; } }
  footer .app .app_detail {
    margin-left: 18px; }
    @media screen and (max-width: 767px) {
      footer .app .app_detail {
        width: 100%;
        margin: 3.73333vw 0 6vw; } }
    footer .app .app_detail dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    footer .app .app_detail dt {
      font-size: 1.3rem;
      letter-spacing: 0.06em;
      line-height: 1.15385;
      width: 8em; }
      @media screen and (max-width: 767px) {
        footer .app .app_detail dt {
          width: 9em;
          font-size: 3.2vw;
          line-height: 1.16667; } }
    footer .app .app_detail dd {
      font-size: 1.3rem;
      letter-spacing: 0.06em;
      line-height: 1.15385; }
      @media screen and (max-width: 767px) {
        footer .app .app_detail dd {
          font-size: 3.2vw;
          line-height: 1.16667; } }
  footer .app .app_store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      footer .app .app_store {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  footer .app .store_apple {
    width: 128px;
    height: 47px; }
    @media screen and (max-width: 767px) {
      footer .app .store_apple {
        width: 34.2vw;
        height: auto; } }
  footer .app .store_google {
    margin-left: 8px;
    width: 158px;
    height: 47px; }
    @media screen and (max-width: 767px) {
      footer .app .store_google {
        width: 42.4vw;
        height: auto;
        margin: 0; } }
  footer .app img {
    width: 100%; }

footer .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0 24px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    footer .account {
      display: block;
      padding: 4.8vw 0 5.33333vw; } }
  footer .account .account_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      footer .account .account_share {
        display: block;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      footer .account .account_share .title {
        width: 11.46667vw;
        margin: 0 auto; } }
    footer .account .account_share .sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        footer .account .account_share .sns {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 3.73333vw 0 0; } }
      footer .account .account_share .sns li {
        width: 32px;
        height: 32px;
        background-size: 100%; }
        @media screen and (max-width: 767px) {
          footer .account .account_share .sns li {
            width: 8.26667vw;
            height: 8.26667vw; } }
      footer .account .account_share .sns li a {
        display: block;
        width: 100%;
        height: 100%; }
      footer .account .account_share .sns .facebook {
        background-image: url(/assets/images/common/icon_facebook.png); }
      footer .account .account_share .sns .twitter {
        margin-left: 13px;
        background-image: url(/assets/images/common/icon_twitter.png); }
        @media screen and (max-width: 767px) {
          footer .account .account_share .sns .twitter {
            margin-left: 4.66667vw; } }
  footer .account .account_official {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .account .account_official {
        display: block;
        margin: 8.26667vw auto 0;
        padding: 0; } }
    footer .account .account_official .title {
      margin-right: 95px; }
      @media screen and (max-width: 767px) {
        footer .account .account_official .title {
          width: 37.33333vw;
          margin: 0 auto 5.2vw; } }
    footer .account .account_official .sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .account .account_official .sns {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer .account .account_official .sns li + li {
        margin-left: 14px; }
        @media screen and (max-width: 767px) {
          footer .account .account_official .sns li + li {
            margin-left: 3.6vw; } }
      @media screen and (max-width: 767px) {
        footer .account .account_official .sns img {
          width: 8.66667vw; } }
      footer .account .account_official .sns li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        @media screen and (max-width: 767px) {
          footer .account .account_official .sns li a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
      footer .account .account_official .sns li a p {
        font-size: 1rem;
        color: #333;
        margin-right: 10px;
        letter-spacing: 0.06em; }
        @media screen and (max-width: 767px) {
          footer .account .account_official .sns li a p {
            margin-right: 2.26667vw; } }

footer .banner {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    footer .banner {
      padding: 5.6vw 0; } }
  footer .banner img {
    width: 100%; }
  footer .banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .banner li {
    width: 210px; }
    @media screen and (max-width: 767px) {
      footer .banner li {
        width: 43.06667vw; } }
  footer .banner li + li {
    margin-left: 25px; }
    @media screen and (max-width: 767px) {
      footer .banner li + li {
        margin-left: 4.4vw; } }

footer .footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0 24px 15px; }
  @media screen and (max-width: 767px) {
    footer .footer_btm {
      display: block;
      padding: 0; } }
  footer .footer_btm .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      footer .footer_btm .link {
        padding: 4.66667vw 0;
        border-bottom: 1px solid #eee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      footer .footer_btm .link li {
        width: 50%;
        text-align: center; } }
    footer .footer_btm .link li + li {
      margin-left: 18px; }
      @media screen and (max-width: 767px) {
        footer .footer_btm .link li + li {
          margin: 0; } }
    footer .footer_btm .link a {
      font-size: 1.3rem;
      color: #000; }
    footer .footer_btm .link .fa {
      margin-right: 5px; }
  footer .footer_btm .logo {
    width: 150px; }
    @media screen and (max-width: 767px) {
      footer .footer_btm .logo {
        width: 100%;
        padding: 5.33333vw 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      footer .footer_btm .logo a {
        display: block;
        width: 32.66667vw;
        margin: 0 auto; } }
    footer .footer_btm .logo img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      footer .footer_btm .logo .inc {
        margin-top: 5.33333vw;
        color: #999;
        font-size: 3.2vw;
        text-align: center; } }

/* ---------- animation ---------- */
[data-scroll] {
  -webkit-transition: .8s ease-out;
  -o-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

.effect_scroll {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.animeted {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
