.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.7;
  cursor: pointer;
}

header {
  height: 57px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
  font-size: 13px;
}

header img {
  width: 100%;
}

header .header__in {
  width: 1200px;
  margin: 0 auto;
  display: table;
  height: 57px;
}

header .header__in h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: auto;
}

header .header__in h1 img {
  width: 99px;
}

header .header__in .ulwaku {
  display: table-cell;
  padding-left: 36px;
  width: 780px;
  padding-right: 36px;
  vertical-align: middle;
}

header .header__in .ulwaku ul {
  width: 100%;
  display: table;
}

header .header__in .ulwaku ul li {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}

header .header__in .ulwaku ul li.long {
  width: 24%;
}

header .header__in .ulwaku ul li.small {
  width: 16%;
}

header .header__in .downloadhd {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

header .header__in .downloadhd img {
  width: 149px;
  padding-top: 5px;
}

footer {
  width: 100%;
  min-width: 1200px;
  background-color: #222;
  color: #fff;
  position: relative;
  z-index: 2;
}

footer img {
  width: 100%;
}

footer .footer__in {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 100px 0px 100px;
}

footer .footer__in .ulfooter {
  width: 780px;
  margin: 0 auto;
}

footer .footer__in .ulfooter ul {
  width: 100%;
  display: table;
}

footer .footer__in .ulfooter ul li {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}

footer .footer__in .ulfooter ul li a {
  color: #fff;
}

footer .footer__in .ulfooter ul li.long {
  width: 24%;
}

footer .footer__in .ulfooter ul li.small {
  width: 16%;
}

footer .footer__in .footlogo {
  width: 162px;
  margin-top: 96px;
  padding-bottom: 15px;
}

footer .footer__in .lastcopyunder {
  width: 100%;
  display: table;
  padding-bottom: 20px;
  color: #ccc;
}

footer .footer__in .lastcopyunder .address {
  font-size: 12px;
  width: 70%;
  display: table-cell;
}

footer .footer__in .lastcopyunder .copyright {
  width: 30%;
  display: table-cell;
  font-size: 9px;
  vertical-align: bottom;
  text-align: right;
}

.site-footer__info__gotop {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: -60px;
  padding: 0;
  outline: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 50px 12px;
  border-color: transparent transparent #000 transparent;
}

@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    min-width: 100px;
    background-color: #222;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  footer img {
    width: 100%;
  }
  footer .footer__in {
    width: 100%;
    margin: 0 auto;
    padding: 10px 3% 0px 3%;
  }
  footer .footer__in .ulfooter {
    width: 780px;
    margin: 0 auto;
  }
  footer .footer__in .ulfooter ul {
    width: 100%;
    display: table;
  }
  footer .footer__in .ulfooter ul li {
    width: 20%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
  }
  footer .footer__in .ulfooter ul li a {
    color: #fff;
  }
  footer .footer__in .ulfooter ul li.long {
    width: 24%;
  }
  footer .footer__in .ulfooter ul li.small {
    width: 16%;
  }
  footer .footer__in .footlogo {
    width: 162px;
    padding-bottom: 15px;
    margin: 45px auto 25px auto;
  }
  footer .footer__in .lastcopyunder {
    width: 100%;
    display: block;
    padding-bottom: 80px;
    color: #ccc;
  }
  footer .footer__in .lastcopyunder .address {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .footer__in .lastcopyunder .copyright {
    width: 100%;
    display: block;
    font-size: 9px;
    vertical-align: bottom;
    text-align: center;
  }
  .site-footer__info__gotop {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: -60px;
    padding: 0;
    outline: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 50px 12px;
    border-color: transparent transparent #000 transparent;
  }
  nav {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: -60px;
    z-index: 99999999;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
  }
  nav .nav__in {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #000;
    display: table;
  }
  nav .nav__in .center_bt {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  nav .nav__in .center_bt .btline1 {
    width: 30px;
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  nav .nav__in .center_bt .btline2 {
    width: 30px;
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  nav .nav__in .center_bt .btline2b {
    width: 30px;
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  nav .nav__in .center_bt .btline2__on {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  nav .nav__in .center_bt .btline2b__on {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .nav__in .center_bt .btline3 {
    width: 30px;
    position: absolute;
    top: calc(50% + 8px);
    left: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  nav .nav__in .center_bt .btline_off {
    opacity: 0;
  }
  nav .nav__in .nav__in__left {
    width: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
  }
  nav .nav__in .nav__in__left a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  nav .nav__in .nav__in__left a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-right: 8px;
  }
  nav .nav__in .nav__in__right {
    width: 50%;
    display: table-cell;
    background: transparent linear-gradient(252deg, #FF737C 0%, #FF86C9 53%, #E672E2 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    position: relative;
  }
  nav .nav__in .nav__in__right a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  nav .nav__in .nav__in__right a img {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 15px;
  }
  nav.menuon {
    bottom: 0;
  }
  .nav_white {
    width: 100%;
    height: 110vh;
    overflow: scroll;
    position: fixed;
    top: 120vh;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
  }
  .nav_white img {
    width: 100%;
  }
  .nav_white h2 {
    width: 40%;
    max-width: 180px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav_white ul {
    text-align: center;
    padding: 0 0 120px 0;
  }
  .nav_white ul li {
    font-size: 18px;
  }
  .nav_white ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .nav_white ul li.linksiryou {
    margin-top: 15px;
    width: 85%;
    padding-left: 8%;
    margin: 0 auto;
  }
  .nav_white ul li.power {
    width: 100%;
    text-align: right;
  }
  .nav_white ul li.power img {
    width: 25%;
    margin-right: 5%;
  }
  .nav_white__on {
    top: 0;
  }
}
