@charaset "utf-8";

body, html {
  min-width: 1320px;
}
.topContent__newslist, .topContent__commercial {
  *zoom: 1; }
  .topContent__newslist:after, .topContent__commercial:after {
    content: "";
    display: table;
    clear: both; }

.topContent__newslist .someNews .date {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased; }

.mainCatch2b a, .topContent__newslist .someNews .bodytxt, .someNews .thumb, .topContent__commercial a {
  transition: all 0.4s ease; }

canvas {
  z-index: 850; }

.wrapper {
  position: relative; }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
  top: 0;
  left: 0; }
  .loader .animation {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    z-index: 1000; }

/* ------------------------------------------
  Main visual
------------------------------------------ */
.mainVisual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  .mainVisual img {
    width: 100%; }
  .mainVisual__layer0 {
    transition: all 2s ease;
    position: relative;
    top: 0;
    left: 0;
    /*-webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    width: 100%;
    */
    }
    .mainVisual__layer0.intro {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); 
              }
  .mainVisual__layer1 {
    position: absolute;
    top: 0;
    left: 9%;
    width: 80%;
    z-index: 100; }
    .mainVisual__layer1 img {
      transition: all 1s ease;
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
      .mainVisual__layer1 img.intro {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
  .mainVisual__layer2 {
    position: absolute;
    top: 0;
    left: 9%;
    width: 80%;
    z-index: 100; }
    .mainVisual__layer2 img {
      transition: all 1s ease;
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
      .mainVisual__layer2 img.intro {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }

.mainCatch2a {
  position: absolute;
  top: 50px;
  right: 0;
  width: 19%;
  max-width: 350px;
  z-index: 300; }
  .mainCatch2a img {
    width: 100%; }

.mainCatch2b {
  position: absolute;
  top: 50px;
  right: 0;
  width: 19%;
  max-width: 350px;
  z-index: 400;
  mix-blend-mode: multiply; }
  .mainCatch2b img {
    width: 100%; }
.mainCatch2b a:hover {
  opacity: 0.7; }

/* ------------------------------------------
  Top content
------------------------------------------ */
.topContent {
  position: absolute;
  z-index: 200;
  bottom: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;}
  .topContent__newslist {
    width: 768px;
    margin: 25px auto 0;
  }
  .topContent__newslist .someNews {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 192px;
    line-height: 1.4;
    background: #fff; }
    .topContent__newslist .someNews a {
      color: #000; }
    .topContent__newslist .someNews:hover .bodytxt {
      color: #22A7F0; }
    .topContent__newslist .someNews:hover .thumb {
      opacity: 0.6; }
    .topContent__newslist .someNews .date {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #666;
      position: absolute;
      top: -20px;
      left: 0; }
    .topContent__newslist .someNews .thumb {
      display: block;
      overflow: hidden;
      width: 192px;
      height: 118px; }
    .topContent__newslist .someNews .title {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 8px 8px 2px;
      font-weight: bold;
      color: #22A7F0;
      height: 38px; }
    .topContent__newslist .someNews .bodytxt {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 0 8px 8px; }
  .topContent__commercial {
    width: 768px;
    height: 162px;
    margin: 0 auto; }
    .topContent__commercial a:hover {
      opacity: 0.7; }
    .topContent__commercial .column_big {
      position: relative;
      float: left;
      width: 288px;
      height: 162px; }
    .topContent__commercial .column_big:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 17px;
      height: 17px;
      background: url(/assets/img/common/ico_plus.png); }
    .topContent__commercial .column {
      float: left;
      width: 240px;
      height: 162px; }

.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  z-index: 200;
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 90%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 5px #000;
  border-radius: 25px; }

.icon-scroll:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  margin-left: -5px;
  top: 8px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px); } }

.someNews.new:before {
  content: '';
  background: url(/assets/img/common/news_new.png);
  background-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 10; }