.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3000;
}
.area1 {
  position: relative;
  z-index: 100;
  display: table;
  width: 100%;
  background: #444;
  text-align: right;
}
.cnav {
  width: 100%;
  display: table-cell;
  background-color: #444;
  vertical-align: top;
}
.cnav1 {
  display: none;
}
.cnav1 li a span:first-child {
  font-family: 'Lato';
  font-weight: 400;
}
.cnav1 li a span:last-child {
  font-weight: bold;
}
.cnav2 {
  background-color: #444;
  text-align: right;
}
.cnav2 li {
  padding: 1em;
  display: inline-block;
}
.cnav2 h3 {
  display: inline;
  font-size: 110%;
}
.news {
  display: table-cell;
  width: 100%;
  background-color: #777;
  vertical-align: middle;
}
.news h3 {
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin: 20px 1em 5px;
  text-align: center;
  border-radius: 10px;
}
.news .topics {
  margin: 0 1em 0 1em;
  font-size: 80%;
  padding: 1.5em 0 0.8em 0;
  text-align: center;
}
.news .topics dl {
  display: table;
  border-collapse: separate;
  border-spacing: 1em 0;
}
.news .topics dt {
  display: table-cell;
  color: #ddd;
}
.news.topics dd {
  display: table-cell;
}
@font-face {
  font-family: 'dia';
  src: url('../fonts/dia.eot?6ls4u7');
  src: url('../fonts/dia.eot?6ls4u7#iefix') format('embedded-opentype'), url('../fonts/dia.ttf?6ls4u7') format('truetype'), url('../fonts/dia.woff?6ls4u7') format('woff'), url('../fonts/dia.svg?6ls4u7#dia') format('svg');
  font-weight: normal;
  font-style: normal;
}
.dia {
  font-family: 'dia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 90%;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.area2 ul {
  margin-bottom: -1px;
  overflow: hidden;
}
.area2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.area2 li {
  float: left;
}
.area2 li:first-child {
  width: 65%;
}
.area2 li:last-child {
  width: 35%;
}
.area2 li a img {
  width: 100%;
  vertical-align: bottom;
}
.area3 ul:after {
  content: "";
  display: block;
  clear: both;
}
.area3 li {
  float: left;
}
.area3 li:first-child {
  width: 50%;
}
.area3 li:last-child {
  width: 50%;
}
.area3 li a img {
  width: 100%;
  vertical-align: bottom;
}
.area4 ul:after {
  content: "";
  display: block;
  clear: both;
}
.area4 li {
  float: left;
}
.area4 li:first-child {
  width: 37.5%;
}
.area4 li:last-child {
  width: 62.5%;
}
.area4 li a img {
  width: 100%;
  vertical-align: bottom;
}
.mb {
  display: none !important;
}
.inview {
  visibility: hidden;
}
.inviewanime {
  visibility: visible;
  animation: inviewanime 0.8s ease 0s 1 alternate;
}
@keyframes inviewanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation {
  width: 100%;
}
.animation ul {
  width: 100%;
  position: relative;
}
.animation li.slide {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.animation li.slide img {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.animation .text1,
.animation .text2,
.animation .text3 {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.animation .text1 img,
.animation .text2 img,
.animation .text3 img {
  width: 100%;
  max-width: 790px;
  opacity: 0;
}
.animationImgLoaded .text1 img {
  animation: anime4 14s ease 0s 1 alternate;
}
.animationImgLoaded .text2 img {
  animation: anime5 12s ease 7s 1 alternate;
}
.animationImgLoaded .text3 img {
  animation: anime1 8s ease 13s 1 alternate forwards,
    anime72 3s linear 24s 1 alternate forwards;
}
.animation li.slide img {
  opacity: 0;
}
.animationImgLoaded li.slide0 img {
  animation: anime2 3s ease 0s 1 alternate forwards,
    anime82 7s ease 3s 1 alternate forwards;
}
.animationImgLoaded li.slide3 img {
  animation: anime2 7s ease 3s 1 alternate forwards,
    anime82 7s ease 20s 1 alternate forwards;
}
.animationImgLoaded li.slide3-alt img {
  animation: anime2 7s ease 3s 1 alternate forwards,
    anime82 7s ease 12s 1 alternate forwards;
}
.animationImgLoaded li.slide9 img {
  animation: anime2-alt 7s ease 9s 1 alternate forwards, anime82 7s ease 24s 1 alternate forwards;
}
.animationImgLoaded li.slide6 img {
  animation: anime2 7s ease 15s 1 alternate forwards,
    anime82 8s ease 36s 1 alternate forwards;
}
@keyframes anime1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
}
@keyframes anime2-alt {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  to {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
}
@keyframes anime3 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anime4 {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes anime5 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes anime71 {
  from {
    opacity: 0;
    transform: scale(4.5, 4.5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes anime72 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anime73 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime74 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anime81 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime82 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .cnav1 li {
    display: block;
  }
}
@media (max-width: 767px) {
  .cnav {
    display: block;
    width: 100%;
  }
  .cnav1 li {
    float: none;
  }
  .cnav2 {
    line-height: 0.9;
  }
  .cnav2 h3 {
    font-size: 90%;
  }
  .news {
    display: block;
    width: 100%;
    padding: 7px 0 2px;
  }
  .news h3 {
    margin-top: 0;
  }
  .news .topics {
    padding: 1em 0 1em 0;
  }
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
    background: #777;
  }
  .mb2 {
    background: #444 !important;
  }
}
