@charset "utf-8";

html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;

  font-size: 19px;
  line-height: 1.618;

  font-feature-settings: "palt";
  letter-spacing: .06em;
}

body { /* フェートイン */
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
  margin-top: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
}

p {
  text-align: left;
  /* text-align: justify; */
  /* text-justify: inter-ideograph; */
}

img {
  max-width: 100%;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  border-collapse: collapse;
}

figure {
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

fieldset {
  border: 0;
}

input[type="text"],
input[type="email"],
textarea {
  font-family: monospace;
}

.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media(max-width: 768px) {
  html,body{
    width: 100%;
    min-width: 100%;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
  }
}

/* ==========================================================================
   メディアクエリによる表示／非表示
   ========================================================================== */

.pc {display: block;}
.sp {display: none !important;}

@media(max-width: 599px) {
  .pc {display: none;}
  .sp {display: block !important;}
}

/* ==========================================================================
   レイアウト
   ========================================================================== */

/* 幅 */

.l-width {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}

/* 部品 */

.l-module {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media(max-width: 800px) {
  .l-width {
    width: 100%;
  }
  .l-module {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   背景
   ========================================================================== */

body {
  background: #fff;
}

/* ==========================================================================
   カウントダウン
   ========================================================================== */

.header__countdown {
  margin: 0 auto;
  padding: 15px 0;
  background-color: #003366;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}

.header__countdown strong {
  color: #ff6;
}

@media(max-width: 599px) {
  .header__countdown {
    padding: 12px;
    font-size: 18px;
    line-height: 1;
  }
  .header__countdown strong {
    display: block;
    margin-bottom: 6px;
  }
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */

.headline {
  text-align: center;
  line-height: 1;

}
.headline img {
  font-size: 0;
}

.headline-1 {
  margin: 0;
  padding: 20px 0;
  background: #036 url("img/headline-1-bg.jpg") no-repeat center center;
  background-size: cover;

  color: #fff;
  font-size: 30px;
  letter-spacing: .1em;
  text-indent: .1em;
}

.headline-1 strong {
  color: #ff0;
}

.headline-2 {
  margin: 0;
  padding: 50px 20px 50px;
  background: transparent url("img/headline-2-bg.jpg") no-repeat center top;
}

@media(max-width: 768px) {
  .headline {
    background: none;
  }
}

/* 画像を別で用意する場合 */

.header-narrow {
  display: none;
}

@media(max-width: 768px) {
  .header-wide {
    display: none;
  }
  .header-narrow {
    display: block;
  }
}

/* ==========================================================================
   メイン
   ========================================================================== */

.main {
  margin: 0 auto;
}

.main > *:first-child {
  /*margin-top: 0;*/
}
.main > *:last-child {
  margin-bottom: 0;
}

@media(max-width: 768px) {
  .main {
    padding: 0 20px 20px;
  }
}

/* ==========================================================================
   タイポグラフィー
   ========================================================================== */

.main > p {
  margin: 0 0 1em;
}

.main > ul,
.main > ol {
  margin: 0 0 1em 1em;
}

@media(max-width: 768px) {
  .main p br {
    display: none;
  }
}

/* 小見出し H3
   ========================================================================== */

.main > h3:not([class]) {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #369;
  border-bottom: 1px solid #369;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;

  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

@media(max-width: 599px) {
  .main > h3:not([class]) {
    margin: 20px -20px;
    padding: 1em 20px;
    font-size: 20px;
  }
}

/* 小見出し H4
   ========================================================================== */

h4.h4 {
  margin: 40px auto 1em;
  padding: 1em 0 0;
  border-top: 1px solid #ccc;
  font-size: 24px;
  line-height: 1.333;
  font-weight: normal;
}

@media(max-width: 599px) {
  h4.h4 {
  margin: 2em auto 1em;
    font-size: 18px;
  }
}

/* メディア掲載実績
   ========================================================================== */

.media {
  border: 15px solid #e5e2da;
  padding: 40px;
}

.media__head {
  text-align: center;
  /*border-top: 2px solid #004c97;*/
  /*border-bottom: 2px solid #004c97;*/
  /*background-color: #004c97;*/
  /*padding: .5em;*/
  font-size: 1.5em;
  line-height: 1.333;
  margin-top: -.2em;
}

.media__img {
  margin-bottom: -15px;
}

@media(max-width: 599px) {
  .media {
    border: 10px solid #e5e2da;
    padding: 20px;
  }
  .media__head {
    font-size: 1em;
  }
}

/* キャプション
   ========================================================================== */

.caption,
.main p.caption {
  color: #666;
  font-size: .75em;
  line-height: 1.25;
}

/* イメージカット
   ========================================================================== */

.img-cut {
  text-align: center;
}

@media(max-width: 599px) {
  .img-cut {
/*
    margin-left: 30px;
    margin-right: 30px;
*/
  }
}

/* ビデオ
   ========================================================================== */

.video {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 599px) {
  .video {
    margin: 20px auto;
  }
}

/* サイン
   ========================================================================== */

p.sign {
  margin: 1em 0;
  text-align: right;
  font-size: 1.3em;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  letter-spacing: .3em;
}
  p.sign img {
    max-width: 50%;
  }

@media(max-width: 599px) {
  .main p.sign {
    margin: 20px 0 ;
  }
  .main p.sign img {
    max-width: 50%;
  }
}

/* ==========================================================================
   お客様の声
   ========================================================================== */

.testimonials {
}

.testimonials ul {
  margin: 0 -100px;
  padding: 0 20px;
  list-style-type: none;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;

  /*text-align: center;*/
}

.testimonials li {
  margin: 0;
  padding: 0;
  line-height: 1;

  /*margin: 0 auto 40px;*/
}

@media(max-width: 599px) {
  .testimonials ul {
    margin: 0 30px;
    display: block;

    margin: 0 10px;
  }
  .testimonials li {
    margin: 0 auto 20px;
  }
}

/* ==========================================================================
   フォーム
   ========================================================================== */

.form {
  position: relative;
  margin: 40px 0 25px;
  padding: 40px;
  background: #f2eee6;
  text-align: center;

  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.form__item {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 33%);
  border-radius: 2px;
}

.form__title {
  margin: -40px -40px 40px;
  padding: 1em 1em;
  background: #004c97;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
}
.form__title > strong {
  color: #ff0;
}

/* カウントダウン */

.countdown {
  margin: -.4em auto 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: .05em;
  text-indent: .05em;
}

.countdown > span {
  color: #c00;
}

/* form */

.form input[type="text"],
.form input[type="email"] {
  display: block;
  margin: 0 auto 20px;
  padding: .75em;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  box-shadow: 0 3px 3px rgba(0,0,0,.1) inset;
}

.form__button {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.form p.form__note {
  overflow-y: scroll;
  margin-bottom: 0;
  padding: .5em;
  height: 4.6em;
  background-color: #f3f3f3;
  color: #666;
  font-size: 13px;
  line-height: 1.333;
}

.form p.form__note:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .form {
    margin: 20px -20px;
    padding: 20px;
  }
  .form__item {
    padding: 20px;
  }
  .form__title {
    margin: -20px -20px 15px;
    padding: 15px 21px;
    font-size: 1em;
  }
  /* カウントダウン */
  .countdown {
    margin: 0 auto 10px;
    font-size: 1.1em;
  }
  .countdown > span {
    display: block;
  }
  /* form */
  .form input[type="text"],
  .form input[type="email"] {
    margin: 0 0 15px;
    font-size: 15px;
  }
  .form__button {
    margin: 0 0 15px;
    max-width: 100%;
  }
  .form p.form__note {
    font-size: 10px;
  }

  body div.submit {
    padding: 0;
  }
  body .form_input_input {
    max-width: 100%;
  }
}

/* ==========================================================================
   真実
   ========================================================================== */

.truth {
}

.truth__item {
  margin: 40px auto;
}

.truth__head {
  margin: 0;
  padding: 30px;
  background-color: #004c97;
  color: #fff;

  font-size: 1.25em;

  display: grid;
  grid-template-columns: 90px auto ;
  grid-gap: 1em;
  align-items: center;
}

.truth__thatswhy {
  margin: 0;
  padding: 30px;
  background-color: #f5f2eb;

  font-size: 1.15em;

  display: grid;
  grid-template-columns: 90px auto ;
  grid-gap: 1em;
  align-items: center;
}

.truth h4 {
  margin: -.25em 0;
  line-height: 1.5;
}
.truth p {
  margin: -.25em 0;
}

@media(max-width: 599px) {
  .truth__item {
    margin: 20px auto;
  }
  .truth__head {
    padding: 20px;
    font-size: 1em;
    display: block;
  }
  .truth__head > div {
    margin-bottom: .5em;
  }
  .truth__head > div img {
    width: 55px;
    height: auto;
  }
  .truth__thatswhy {
    padding: 20px;
    font-size: 1em;
    display: block;
  }
  .truth__thatswhy > div {
    margin-bottom: .5em;
  }
  .truth__thatswhy > div img {
    width: 85px;
    height: auto;
  }
}

/* ==========================================================================
   ステップ
   ========================================================================== */

.step {
  margin: 40px auto;
  padding: 40px;
  background-color: #f5f2eb;

  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.step__item {
  margin-bottom: 40px;
  padding: 40px;
  border-top: 10px solid #004c97;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 33%);
  border-radius: 2px;
}

.step__item:last-child {
  margin-bottom: 0;
}

.step__item h4 {
  margin: -.2em 0 1em;
  padding: 0 0 1em;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}

.step__item h4 > strong {
  display: inline-block;
  margin-right: .75em;
  padding: .5em 1em;
  border-radius: 999px;
  background-color: #004c97;
  vertical-align: middle;

  color: #fff;
  text-align: center;
  text-indent: .1em;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: .65em;
}

.step__item ul {
  margin: 0 0 -.4em;
  padding: 0;
  list-style-type: none;
}

.step__item li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 36px;
}
.step__item li:last-child {
  margin-bottom: 0;
}

.step__item li:before {
  position: absolute;
  top: .2em;
  left: 0;
  display:inline-block;
  width: 24px;
  height: 24px;
  background: url("img/bullet-check-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  content:" ";
  vertical-align: middle;
}

@media(max-width: 599px) {
  .step {
    margin: 20px -20px;
    padding: 20px;
  }
  .step__item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .step__item h4 {
    margin: 0 0 1em;
    padding: 0 0 1em;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    line-height: 1;
  }
  .step__item h4 > strong {
    margin-bottom: .75em;
  }
}

/* ==========================================================================
   特典
   ========================================================================== */

ul.bonus__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.bonus__ul li {
}

/* ==========================================================================
   追伸
   ========================================================================== */

.ps {
  padding: 40px;
  background-color: #f5f2eb;
  border-radius: 2px;
}

.main .ps *:first-child {
  margin-top: 0;
}

.main .ps *:last-child {
  margin-bottom: -.4em;
}

@media(max-width: 599px) {
  .ps {
    padding: 20px;
  }
}

/* ==========================================================================
   プロフィール
   ========================================================================== */

.profile {
  margin: 40px auto;
  padding: 40px;
  background-color: #f5f2eb;

  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.profile__item {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 33%);
  border-radius: 2px;

  color: #333;
  font-size: .95em;
}
  .profile:last-child { margin-bottom: 0 !important; }
  .profile > *:last-child { margin-bottom: 0 !important; }

.profile__headline {
  margin: -40px -40px 40px;
}

.profile__title {
  margin-bottom: 1em;
}

.profile__name-j {
  margin-bottom: .5em;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  font-feature-settings: "palt";
}

.profile__name-e {
  margin-bottom: 1em;
  color: #95844a;
  letter-spacing: .25em;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  font-feature-settings: "palt";
}

.profile__photo {
  float: right;
  margin: 0 0 40px 40px;
  width: 150px;
}

.main 
.profile h4 {
  margin: 1.5em 0 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  font-size: 18px;
}

/* 画像 */

.profile__img--4 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.profile__img--5 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.profile__img--6 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

@media(max-width: 599px) {
  .profile {
    margin: 20px -20px;
    padding: 20px;
  }
  .profile__item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .profile__headline {
    margin: -20px -20px 20px;
  }
  .profile__photo {
    display: block;
    float: none;
    margin: 1em auto;
    width: 50%;
  }
  .profile__title {
    text-align: center;
  }
  .profile__name-j {
    text-align: center;
    font-size: 18px;
  }
  .profile__name-e {
    text-align: center;
    font-size: 15px;
  }
  /* 画像 */
  .profile__img--4,
  .profile__img--5,
  .profile__img--6 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ==========================================================================
   フッター
   ========================================================================== */

.footer {
  overflow: hidden;
  margin: 40px auto 0;
  padding: 40px 0;
  font-size: 14px;
  color: #eee;
  background-color: #444;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer small {
  font-style: normal;
  font-size: inherit;
}

@media(max-width: 768px) {
  .footer {
    margin: 0 auto 0;
    padding: 20px 0;
    font-size: 12px;
  }
}

/* ==========================================================================
   このページの先頭へ戻る
   ========================================================================== */

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  clear: both;
  text-align: right;
}

.back-to-top a {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAABhlBMVEUAAADMzMzd3d2AgIDd3d3d3d3c3Nzb29vc3NzV1dXc3Nzc3Nzd3d3d3d3c3Nzb29vc3Nzc3Nze3t7c3NzW1tbb29vd3d3d3d3d3d3c3Nzc3Nzf39/d3d3d3d3b29va2trc3NzGxsbb29vc3Nzd3d3d3d3c3Nzc3Ny/v7/c3Nzd3d3c3NzR0dHY2Njc3Nzc3Nzc3Nzc3Nzc3Nzb29vY2Nja2trc3Nzc3NzZ2dnc3Nze3t7d3d3c3Nzc3Nzc3NzX19fc3Nzc3Nzc3Nzd3d3b29vc3Nzc3Nzb29vV1dXd3d3c3NzV1dXd3d3c3Nzc3Nzd3d3c3Nzc3Nzd3d3d3d3c3Nzc3Nzb29vc3Nzd3d3d3d3d3d3c3Nzd3d3d3d3////o6Oj9/f329vbm5ub8/Pz5+fn4+Pj+/v7w8PDj4+Py8vLx8fHv7+/i4uL4+fnk5OTs7Ozd3d339/ekpqrt7e3u7u6doKS3ubzLzM6+wMLr6+vf39/6+vrl5uexs7bR09WqrbDr7O3e3+Ej3aiqAAAAXnRSTlMACuEC35y4FXYMFunx9NtH60j0px9NeHCUUCT+WchcKewJB2y70VjzCKjX2gsh1m2Yk9yPDUXV5RTG79DjkL0g+eTinV3FHUYS3r8G7d2+b/KZ4NK3dZ5RSlJ3SVq5/bnMpQAAAw1JREFUeF6t2WVz4lAUgOGDU6SFFipABaruLluVdXe58eBWddl/vjPMMGXTJpwk9/0Bz6ebKydQp6X53va+Ce9gafP1m/6+9t75JTCeJTy7GuUvkpwosERmr0QuecFHV2fDFiOaranFzydF8igxyftbmmw6uYY2eyojEJWETMHe1gD44l8CTJloVmYC7jjWG7AyIqmbyFgHUFzoc4ojqLiUM1Tf6/IdywSZfOzrAu2GdnIS0ZGU+zqk5XmWGZboimWWPere+EyR6K44M67mdS9miYGyi91Pe5G1NDFUei3ylOdqTBKDZRpdj71XnUfEcEedCVDmYIiJGIfS68qxZkA2p1jhIZ9ETCX5QlCb85iYLOus9QZSsllQTsUePIuVI6bjrBao5mYIhRh31WsIiDRAsad6KkwyhErMJFSyvZDogJLdVgGbUoRShWAFbMnQAjPDlTXTLNACheYxAOjgCbX4DgCYStIDk1MAMCoigPztXwwojgJ4LhHe9eHJyV0eIV56IMjjPJzI/4LWIspDisVWcGQwHlZMO+AZh/DQIvcWRq4QHlq8GgGvgPDQouCF9yzKuztEiewglHBe/honlmAT5/2Ha4I9LM7Diewg2AU1774K3FQAlCh44ZPqsjmt8RTirfqy0VjYhw+eUjxXA7mX4EirgWcPnlK8Vv/0NDaH/GnVU4pnWptDkNfYVW/O8kTR/fmpxl7Lf0dtsPguPQCNIg7AHgHwgfIhRf8YHaN90MMw5asIBAuUL0s2O63r3Ecb5Qvnu+qVuIfulZj+pR0s1rJ5r1zzrIAYjYfPb6jJmTULZv9AbRvmH4+KycOu2eftLuUH+A4oS5gbEQw9NcTIUB1iAES2jI5ZtiIqg6BtY4Og7W5QaX/ByKhqYR9Ue76nf5i29xw0SkzrHfdNJ0C7bys6BpLZlR9Qt5BTx8h0AzDFsEPdGCCLuwOMpM1JTOBnHPDNtdkLdQbjcxRH982K0T02S3i9P8oX05woyITIgsili3y0fz1sAeO5Diq/P/ylkt870dfee+AC7f4Bnw1DMsoy0tsAAAAASUVORK5CYII=") no-repeat center center;
  background-size: contain;
  line-height: 100px;
}

.back-to-top a:active {
  outline: 0 none black;
}

/* ==========================================================================
   スティッキーバナー
   ========================================================================== */

.sticky-footer-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;

  padding: 15px;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.3);
  text-align: center;
  transform: translate(-50%);

  line-height: 1;
}

.sticky-footer-btn img {
  height: 90px;
}

.footer {
  padding-bottom: 130px;
}

@media(max-width: 599px) {
  .sticky-footer-btn img {
    height: auto;
  }
  .footer {
    padding-bottom: 100px;
  }
}

/* ==========================================================================
   強調文字
   ========================================================================== */

.a-bold ,
p.a-bold {
  font-weight: bold;
}

.a-big ,
p.a-big {
  font-size: 21px;
}

.a-big1 ,
p.a-big1 {
  font-size: 24px;
}

.a-big2 ,
p.a-big2 {
  font-size: 27px;
}

.a-big3 ,
p.a-big3 {
  font-size: 30px;
}

.a-center ,
p.a-center {
  text-align: center;
}

.a-marker ,
p.a-marker {
  background: #FFEB3B;
  background: linear-gradient(transparent 33%, #FFEB3B 33%) repeat scroll 0% 0% transparent;
}

.a-red ,
p.a-red {
  color: #c00;
}

.a-underline ,
p.a-underline {
  text-decoration: underline;
}

@media(max-width: 768px) {
  .a-big ,
  p.a-big {
    font-size: 5vw;
  }

  .a-big1 ,
  p.a-big1 {
    font-size: 19px;
  }

  .a-big2 ,
  p.a-big2 {
    font-size: 21px;
  }

  .a-big3 ,
  p.a-big3 {
    font-size: 7vw;
  }
}

/* 点滅 */
.a-blinking {
  -webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
