@charset "UTF-8";
/*
  File Name   : top.css
  Description : トップページ テンプレート
*/
/* kv
============================================================ */
.kv {
  position: relative;
  width: 100%;
  min-height: 48vw;
  background: url("/html/assets/img/top/img-kv.png") no-repeat;
  background-size: cover;
  background-position: right bottom;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    .kv {
      min-height: 540px; } }
  @media screen and (max-width: 811px) {
    .kv {
      display: block;
      min-height: 120vw;
      background: url(/html/assets/img/top/img-kv-sp.png) no-repeat;
      background-size: contain; } }
  .kv__inner {
    position: absolute;
    top: 8vw;
    left: 18vw;
    right: 0px;
    margin: auto; }
    @media screen and (max-width: 1180px) {
      .kv__inner {
        transform: scale(0.8);
        left: 5vw; } }
    @media screen and (max-width: 811px) {
      .kv__inner {
        transform: scale(1);
        top: 20vw;
        left: 5%; } }
  .kv__scroll {
    position: absolute;
    bottom: 130px;
    transform: rotate(-90deg);
    left: 80px; }
    @media screen and (max-width: 811px) {
      .kv__scroll {
        display: none; } }
    .kv__scroll-txt {
      display: block;
      font-size: 14px;
      color: #005ead;
      text-decoration: none;
      line-height: 1; }
    .kv__scroll-line {
      position: relative;
      width: 1px;
      height: 80px;
      overflow: hidden;
      z-index: 4;
      transform: rotate(90deg);
      margin: -46px 0 70px -60px; }
      .kv__scroll-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 100%;
        background: #005ead;
        z-index: 10;
        -webkit-animation: scroll 2.4s infinite normal;
        animation: scroll 2.4s infinite normal; }
      .kv__scroll-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 100%;
        background: transparent; }
  @media screen and (max-width: 811px) {
    .kv__copy {
      width: 75vw; }
      .kv__copy img {
        width: 100%; } }
  .kv__text-01 {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    color: #fff; }
    @media screen and (max-width: 811px) {
      .kv__text-01 {
        font-size: 1.2rem; } }
  .kv__text-02 {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    color: #fff; }
    @media screen and (max-width: 811px) {
      .kv__text-02 {
        font-size: .8rem; } }

/* service
============================================================ */
.sec-service {
  position: relative;
  background: url("/html/assets/img/top/img-service-bg-01.png") no-repeat;
  background-position-y: -90px;
  top: -75px; }
  @media screen and (min-width: 1600px) {
    .sec-service {
      top: -100px; } }
  @media screen and (min-width: 1900px) {
    .sec-service {
      top: -120px; } }
  @media screen and (max-width: 811px) {
    .sec-service {
      background: none; } }
  .sec-service::after {
    content: "";
    position: absolute;
    background: url("/html/assets/img/top/img-service-bg-02.png") no-repeat;
    right: 0;
    bottom: -60px;
    width: 1274px;
    height: 844px;
    z-index: -2; }
    @media screen and (max-width: 811px) {
      .sec-service::after {
        background: url("/html/assets/img/top/img-service-bg-02-sp.png") no-repeat;
        width: 100%;
        height: 1600px;
        bottom: -30px; } }
  .sec-service__inner {
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1300px) {
      .sec-service__inner {
        width: 100%;
        padding-bottom: 0px; } }
    @media screen and (max-width: 811px) {
      .sec-service__inner {
        width: 90%;
        padding-bottom: 0; } }
    .sec-service__inner-01 {
      max-width: 1440px;
      margin: 0 auto;
      border-bottom: solid 1px #e6e6e6; }
      @media screen and (max-width: 811px) {
        .sec-service__inner-01 {
          width: 100%; } }
      .sec-service__inner-01 .sec-service__list {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 811px) {
          .sec-service__inner-01 .sec-service__list {
            display: block; } }
        .sec-service__inner-01 .sec-service__list-item {
          width: calc(100% / 3); }
          @media screen and (max-width: 811px) {
            .sec-service__inner-01 .sec-service__list-item {
              width: 100%; } }
          .sec-service__inner-01 .sec-service__list-item__img {
            height: 247px; }
            @media screen and (max-width: 811px) {
              .sec-service__inner-01 .sec-service__list-item__img {
                height: auto; } }
            .sec-service__inner-01 .sec-service__list-item__img img {
              width: 100%; }
          .sec-service__inner-01 .sec-service__list-item__block {
            border-right: solid 1px #e6e6e6;
            border-left: solid 1px #e6e6e6; }
          .sec-service__inner-01 .sec-service__list-item__text {
            padding: 40px;
            height: 120px; }
            @media screen and (max-width: 811px) {
              .sec-service__inner-01 .sec-service__list-item__text {
                padding: 5% 5% 0;
                height: auto; } }
            .sec-service__inner-01 .sec-service__list-item__text span {
              font-size: 20px;
              font-weight: bold;
              color: #005ead; }
              @media screen and (max-width: 811px) {
                .sec-service__inner-01 .sec-service__list-item__text span {
                  font-size: 1.1rem; } }
            .sec-service__inner-01 .sec-service__list-item__text p {
              font-size: 16px; }
              @media screen and (max-width: 811px) {
                .sec-service__inner-01 .sec-service__list-item__text p {
                  font-size: .8rem;
                  margin: 10px 0; } }
          .sec-service__inner-01 .sec-service__list-item__list ul {
            list-style-type: none;
            padding: 0 40px 40px; }
            @media screen and (max-width: 811px) {
              .sec-service__inner-01 .sec-service__list-item__list ul {
                padding: 0 5% 40px; } }
            .sec-service__inner-01 .sec-service__list-item__list ul a {
              position: relative;
              display: block;
              color: #333333;
              text-decoration: none;
              padding: 20px 0;
              border-bottom: solid 1px #e6e6e6; }
              @media screen and (max-width: 811px) {
                .sec-service__inner-01 .sec-service__list-item__list ul a {
                  padding: 10px 0; } }
              .sec-service__inner-01 .sec-service__list-item__list ul a::before {
                content: "";
                display: block;
                width: 0%;
                height: 100%;
                background-color: #f9f9f9;
                position: absolute;
                right: 0;
                top: 0;
                transition: 400ms;
                z-index: 0; }
              .sec-service__inner-01 .sec-service__list-item__list ul a:hover::before {
                width: 100%;
                left: 0;
                right: auto; }
              .sec-service__inner-01 .sec-service__list-item__list ul a::after {
                content: "";
                background: url("/html/assets/img/common/icon-arrow.png");
                width: 7px;
                height: 12px;
                display: inline-block;
                position: absolute;
                top: 25px;
                right: 0;
                margin-left: 20px; }
                @media screen and (max-width: 811px) {
                  .sec-service__inner-01 .sec-service__list-item__list ul a::after {
                    top: 13px; } }
              .sec-service__inner-01 .sec-service__list-item__list ul a li {
                position: relative;
                display: inline-block;
                z-index: 1; }
          .sec-service__inner-01 .sec-service__list-item__list-blank::after {
            content: "";
            background: url("/html/assets/img/common/icon-blank.png");
            width: 17px;
            height: 17px;
            display: inline-block;
            margin-left: 20px; }
    .sec-service__inner-02 {
      max-width: 1440px;
      margin: 0 auto; }
      @media screen and (max-width: 811px) {
        .sec-service__inner-02 {
          width: 100%; } }
      .sec-service__inner-02 .sec-service__list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        @media screen and (max-width: 811px) {
          .sec-service__inner-02 .sec-service__list {
            display: block; } }
        @media screen and (max-width: 811px) {
          .sec-service__inner-02 .sec-service__list-item {
            overflow: hidden; } }
        @media screen and (max-width: 350px) {
          .sec-service__inner-02 .sec-service__list-item {
            height: auto; } }
        @media screen and (max-width: 811px) {
          .sec-service__inner-02 .sec-service__list-item:first-child {
            border-bottom: solid 1px #e6e6e6; } }
        .sec-service__inner-02 .sec-service__list-item__inner {
          display: flex; }
        .sec-service__inner-02 .sec-service__list-item__img {
          height: 229px; }
          @media screen and (max-width: 1300px) {
            .sec-service__inner-02 .sec-service__list-item__img {
              height: 204px; } }
          @media screen and (max-width: 811px) {
            .sec-service__inner-02 .sec-service__list-item__img {
              height: auto; } }
          .sec-service__inner-02 .sec-service__list-item__img img {
            width: 360px; }
            @media screen and (max-width: 1380px) {
              .sec-service__inner-02 .sec-service__list-item__img img {
                width: 25vw; } }
                @media screen and (max-width: 1000px) {
                  .sec-service__inner-02 .sec-service__list-item__img img {
                    width: 20vw; } }
            @media screen and (max-width: 811px) {
              .sec-service__inner-02 .sec-service__list-item__img img {
                width: 36vw; } }
        .sec-service__inner-02 .sec-service__list-item__text {
          padding: 30px;
          height: 150px; }
          @media screen and (min-width: 1380px) {
            .sec-service__inner-02 .sec-service__list-item__text {
              width: 300px; } }
          @media screen and (max-width: 1380px) {
            .sec-service__inner-02 .sec-service__list-item__text {
              padding: 10px 20px; } }
          @media screen and (max-width: 811px) {
            .sec-service__inner-02 .sec-service__list-item__text {
              width: auto;
              height: auto;
              padding: 10px 3%; } }
          .sec-service__inner-02 .sec-service__list-item__text span {
            font-size: 20px;
            font-weight: bold;
            color: #005ead;
            text-decoration: none; }
            @media screen and (max-width: 811px) {
              .sec-service__inner-02 .sec-service__list-item__text span {
                font-size: .8rem; } }
          .sec-service__inner-02 .sec-service__list-item__text p {
            font-size: 16px;
            margin: 30px 0 0; }
            @media screen and (max-width: 1300px) {
              .sec-service__inner-02 .sec-service__list-item__text p {
                margin: 10px 0 0; } }
            @media screen and (max-width: 811px) {
              .sec-service__inner-02 .sec-service__list-item__text p {
                font-size: .8rem;
                margin: 10px 0 0; } }
          .sec-service__inner-02 .sec-service__list-item__text ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            @media screen and (max-width: 811px) {
              .sec-service__inner-02 .sec-service__list-item__text ul {
                line-height: 1.2; } }
            .sec-service__inner-02 .sec-service__list-item__text ul li {
              position: relative;
              display: block;
              color: #333333;
              text-decoration: none;
              border-bottom: solid 1px #e6e6e6; }
              @media screen and (max-width: 811px) {
                .sec-service__inner-02 .sec-service__list-item__text ul li {
                  font-size: .6rem;
                  padding: 6px 10px 6px 0; } }
              @media screen and (max-width: 811px) {
                .sec-service__inner-02 .sec-service__list-item__text ul li:last-child {
                  border-bottom: none;
                  padding-bottom: 0; } }
              .sec-service__inner-02 .sec-service__list-item__text ul li::after {
                content: "";
                background: url("/html/assets/img/common/icon-arrow.png");
                width: 7px;
                height: 12px;
                display: inline-block;
                position: absolute;
                top: 25px;
                right: 0;
                margin-left: 20px; }
                @media screen and (max-width: 1380px) {
                  .sec-service__inner-02 .sec-service__list-item__text ul li::after {
                    top: 15px; } }
                @media screen and (max-width: 811px) {
                  .sec-service__inner-02 .sec-service__list-item__text ul li::after {
                    top: 5px; } }
              .sec-service__inner-02 .sec-service__list-item__text ul li a {
                display: block;
                font-size: 16px;
                color: #333;
                padding: 20px 20px 20px 0;
                text-decoration: none; }
                @media screen and (max-width: 1380px) {
                  .sec-service__inner-02 .sec-service__list-item__text ul li a {
                    padding: 10px 10px 10px 0; } }
                @media screen and (max-width: 811px) {
                  .sec-service__inner-02 .sec-service__list-item__text ul li a {
                    font-size: .8rem;
                    padding: 0px 5px 0 0; } }
                .sec-service__inner-02 .sec-service__list-item__text ul li a::before {
                  content: "";
                  display: block;
                  width: 0%;
                  height: 100%;
                  background-color: #f9f9f9;
                  position: absolute;
                  right: 0;
                  top: 0;
                  transition: 400ms;
                  z-index: -1; }
                .sec-service__inner-02 .sec-service__list-item__text ul li a::after {
                  content: none; }
                .sec-service__inner-02 .sec-service__list-item__text ul li a:hover {
                  transform: scale(1);
                  padding: 20px 20px 20px 0;
                  box-shadow: none; }
                  @media screen and (max-width: 1380px) {
                    .sec-service__inner-02 .sec-service__list-item__text ul li a:hover {
                      padding: 10px 10px 10px 0; } }
                  .sec-service__inner-02 .sec-service__list-item__text ul li a:hover::before {
                    width: 100%;
                    left: 0;
                    right: auto; }
  .sec-service__lead {
    text-align: center; }
    .sec-service__lead-main {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      font-size: 32px;
      margin: 0;
      padding: 190px 0 20px;
      letter-spacing: 6px; }
      @media screen and (max-width: 811px) {
        .sec-service__lead-main {
          font-size: 1.6rem;
          letter-spacing: 3px;
          padding: 100px 0 5px; } }
      .sec-service__lead-main::before {
        content: "";
        background: #005ead;
        width: 25px;
        height: 1px;
        display: block;
        margin: 0 auto 20px;
        transform: rotate(-45deg); }
        @media screen and (max-width: 811px) {
          .sec-service__lead-main::before {
            width: 12px;
            margin: 0 auto 5px; } }
    .sec-service__lead-sub {
      font-size: 14px;
      margin: 0; }
      @media screen and (max-width: 811px) {
        .sec-service__lead-sub {
          margin-bottom: 10px; } }
    .sec-service__lead-txt {
      font-size: 24px;
      padding-bottom: 50px;
      margin: 0; }
      @media screen and (max-width: 811px) {
        .sec-service__lead-txt {
          font-size: .8rem;
          padding-bottom: 25px; } }
  .sec-service__line {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    z-index: 0; }
    .sec-service__line img {
      width: 100%;
      min-width: 1300px; }
      @media screen and (max-width: 811px) {
        .sec-service__line img {
          min-width: auto; } }
  .sec-service__img {
    position: absolute;
    top: -115px;
    right: 0;
    max-width: 793px;
    width: 50vw;
    z-index: 2; }
    @media screen and (max-width: 811px) {
      .sec-service__img {
        width: 40vw; } }
    @media screen and (max-width: 1100px) {
      .sec-service__img {
        width: 30vw; } }
    @media screen and (max-width: 811px) {
      .sec-service__img {
        position: relative;
        width: 100%; } }
    @media screen and (max-width: 811px) {
      .sec-service__img img {
        width: 100%; } }

/* customer
============================================================ */
.sec-customer {
  position: relative;
  background: url("/html/assets/img/top/img-lead-bg.jpg");
  background-size: cover; }
  .sec-customer__inner {
    width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 811px) {
      .sec-customer__inner {
        width: 100%; } }
  .sec-customer__lead {
    text-align: center; }
    .sec-customer__lead-main {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      font-size: 32px;
      margin: 70px 0 20px;
      letter-spacing: 6px; }
      @media screen and (max-width: 811px) {
        .sec-customer__lead-main {
          font-size: 1.6rem;
          letter-spacing: 3px;
          margin: 10px 0;
          padding: 0; } }
      .sec-customer__lead-main::before {
        content: "";
        background: #005ead;
        width: 25px;
        height: 1px;
        display: block;
        margin: 0 auto 20px;
        transform: rotate(-45deg); }
        @media screen and (max-width: 811px) {
          .sec-customer__lead-main::before {
            width: 12px;
            margin: 0 auto 5px; } }
    .sec-customer__lead-sub {
      font-size: 14px;
      margin: 0; }
      @media screen and (max-width: 811px) {
        .sec-customer__lead-sub {
          margin-bottom: 10px; } }
    .sec-customer__lead-txt {
      font-size: 24px;
      margin-bottom: 50px; }
      @media screen and (max-width: 811px) {
        .sec-customer__lead-txt {
          font-size: .8rem;
          padding-bottom: 0;
          margin-bottom: 25px; } }
  .sec-customer__inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px !important; }
  .sec-customer__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .sec-customer__list-item {
      position: relative;
      width: calc((100% / 4) - 4px);
      border: solid 1px #e6e6e6;
      text-align: center;
      height: 150px; }
      @media screen and (max-width: 811px) {
        .sec-customer__list-item {
          width: calc(50% - 2px);
          height: 75px; } }
      .sec-customer__list-item img {
        position: absolute;
        max-width: 200px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: inline;
        margin: auto;
        max-height: 100px; }
        @media screen and (max-width: 811px) {
          .sec-customer__list-item img {
            max-width: 70%;
            max-height: 60px; } }
  @media screen and (max-width: 811px) {
    .sec-customer__pagination {
      display: none; } }

/* news
============================================================ */
.sec-news {
  margin-bottom: 100px;
  position: relative;
  background: url("/html/assets/img/top/img-lead-bg.jpg");
  background-size: cover; }
  @media screen and (max-width: 811px) {
    .sec-news {
      margin-bottom: 40px; } }
  .sec-news__lead {
    text-align: center; }
    .sec-news__lead-main {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      font-size: 32px;
      margin: 110px 0 20px;
      letter-spacing: 6px; }
      @media screen and (max-width: 811px) {
        .sec-news__lead-main {
          font-size: 1.6rem;
          letter-spacing: 3px;
          margin: 0;
          padding: 0 0 5px; } }
      .sec-news__lead-main::before {
        content: "";
        background: #005ead;
        width: 25px;
        height: 1px;
        display: block;
        margin: 0 auto 20px;
        transform: rotate(-45deg); }
        @media screen and (max-width: 811px) {
          .sec-news__lead-main::before {
            width: 12px;
            margin: 0 auto 5px; } }
    .sec-news__lead-sub {
      font-size: 14px;
      margin: 0; }
      @media screen and (max-width: 811px) {
        .sec-news__lead-sub {
          margin-bottom: 10px; } }
    .sec-news__lead-txt {
      font-size: 24px;
      margin-bottom: 50px; }
      @media screen and (max-width: 811px) {
        .sec-news__lead-txt {
          font-size: .8rem;
          margin-bottom: 20px;
          padding-bottom: 0; } }
  .sec-news__inner {
    width: 1440px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 1300px) {
      .sec-news__inner {
        width: 100%; } }
    @media screen and (max-width: 811px) {
      .sec-news__inner {
        width: 100%;
        margin-bottom: 20px; } }
    .sec-news__inner-category {
      list-style: none;
      display: flex;
      justify-content: space-between;
      width: 900px;
      margin: 0 auto 50px; }
    .sec-news__inner-category li {
      cursor: pointer;
    }
      @media screen and (max-width: 811px) {
        .sec-news__inner-category {
          display: none; } }
      .sec-news__inner-category a {
        display: block;
        color: #333333;
        text-decoration: none;
        padding: 0 20px 20px;
        transition: 400ms; }
        .sec-news__inner-category a:hover {
          color: #005ead;
          border-bottom: solid 2px #005ead;
          transition: 400ms; }
      .sec-news__inner-category-current {
        color: #005ead !important;
        border-bottom: solid 2px #005ead; }
    .sec-news__inner-block {
      width: 1100px;
      margin: 0 auto;
      list-style: none;
      padding: 0; }
      @media screen and (max-width: 811px) {
        .sec-news__inner-block {
          width: 90%;
          border: solid 1px #005ead; } }
    @media screen and (max-width: 811px) {
      .sec-news__inner-list {
        padding: 0 5%; } }
    .sec-news__inner-list__item {
      position: relative;
      display: flex;
      color: #333333;
      text-decoration: none;
      border-top: solid 1px #e6e6e6;
      padding: 0 20px;
      transition: 400ms; }
      @media screen and (max-width: 811px) {
        .sec-news__inner-list__item {
          display: block;
          padding: 0; } }
      .sec-news__inner-list__item::before {
        content: "";
        display: block;
        width: 0%;
        height: 100%;
        background-color: #f9f9f9;
        position: absolute;
        right: 0;
        top: 0;
        transition: 400ms;
        z-index: -1; }
      .sec-news__inner-list__item:hover::before {
        width: 100%;
        left: 0;
        right: auto; }
      .sec-news__inner-list__item-date {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        margin-right: 30px; }
        @media screen and (max-width: 811px) {
          .sec-news__inner-list__item-date {
            font-size: .8rem; } }
      .sec-news__inner-list__item-category {
        width: 200px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        border: solid 1px #333333;
        line-height: 2; }
        @media screen and (max-width: 811px) {
          .sec-news__inner-list__item-category {
            width: 40vw;
            height: 20px;
            font-size: .8rem;
            line-height: 1.6; } }
      .sec-news__inner-list__item-title {
        max-width: 700px;
        margin-left: 40px;
        align-items: center;
        display: flex; }
        @media screen and (max-width: 811px) {
          .sec-news__inner-list__item-title {
            width: 95%;
            margin-left: 0; } }
        .sec-news__inner-list__item-title::after {
          content: "";
          background: url("/html/assets/img/common/icon-arrow.png");
          width: 7px;
          height: 12px;
          display: inline-block;
          position: absolute;
          right: 0;
          margin-left: 20px; }
    @media screen and (max-width: 811px) {
      .sec-news__inner-list:first-child .sec-news__inner-list__item {
        border-top: none; } }
    .sec-news__inner-list:last-child .sec-news__inner-list__item {
      border-bottom: solid 1px #e6e6e6; }
      @media screen and (max-width: 811px) {
        .sec-news__inner-list:last-child .sec-news__inner-list__item {
          border-bottom: none; } }
  .sec-news__btn a {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 290px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background: #005ead;
    background: -moz-linear-gradient(left, #005ead 15%, #006dc7 85%);
    background: -webkit-linear-gradient(left, #005ead 15%, #006dc7 85%);
    background: linear-gradient(to right, #005ead 15%, #006dc7 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ead', endColorstr='#006dc7',GradientType=1 );
    justify-content: center;
    transition: 400ms; }
    @media screen and (max-width: 811px) {
      .sec-news__btn a {
        width: 90%;
        padding: 10px 0; } }
    .sec-news__btn a:hover {
      transition: 400ms;
      transform: scale(1.05);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
    .sec-news__btn a::after {
      content: "";
      background: url("/html/assets/img/common/icon-arrow-white.png");
      width: 7px;
      height: 12px;
      display: inline-block;
      position: absolute;
      right: 20px; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }
  15% {
    -webkit-transform: translate3d(0, -98%, 0); }
  85% {
    -webkit-transform: translate3d(0, 98%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0); }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

/*# sourceMappingURL=top.css.map */
.disnon {
  display: none;
}
