@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?37wqoh') format('truetype'),
    url('fonts/icomoon.woff?37wqoh') format('woff'),
    url('fonts/icomoon.svg?37wqoh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-line:before {
  content: "\e900";
}
.fa-google-plus:before {
  content: "\ea8b";
}

.sns-box{
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
.sns-box a{
  text-align:center;
  color:#fff;
  width: 120px;
  font-size:1.4em;
}
.b-twitter{
  /*background: #55acee;*/
  background: #000;
}
.b-twitter .fa.fa-twitter:before{
  content: '𝕏' !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
.b-facebook {
  background: #3b5998;
}
.b-line{
  background: #1dcd00;
}