@charset "utf-8";
/*
Theme Name: ミレー・マウンテン・グループ・ジャパン株式会社
Theme URI: https://www.millet.jp
Description:
Author: 株式会社ワンプルーフ
Version: 1.1
*/

/* loadingアニメーション */
.load-bounce {
    width: 100%;
    text-align: center;
    padding: 50px 0 100px;
  }
  .load-bounce .line:nth-last-child(1) {animation: loadingC .6s .1s linear infinite;}
  .load-bounce .line:nth-last-child(2) {animation: loadingC .6s .2s linear infinite;}
  .load-bounce .line:nth-last-child(3) {animation: loadingC .6s .3s linear infinite;}
  .line {
    display: inline-block;
    width:8px;
    height:8px;
    margin-right: 5px;
    border-radius: 15px;
    background-color: #dbdbdb;
  }
  @keyframes loadingC {
    0% {transform: translate(0,0);}
    50% {transform: translate(0,8px);}
    100% {transform: translate(0,0);}
  }
 