/* SNS-icon
------------------------------------------------------------*/
.social a{
  color: #fff;
  text-decoration: none;
}

.social {
  position: fixed;
  top: 100px;
  left:-230px;
  background:red;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 165px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background:black;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 22px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.twitter-bck:hover{
  background:#00aced;
}
.fb-bck:hover{
  background:#305097;
}
.line-bck:hover{
  background:#5ae628;
}
.pocket-bck:hover{
  background:#ee4056;
}
.twitter{
  color:#00aced;
}
.fb{
  color:#305097;
}
.line{
  color:#5ae628;
}
.pocket{
  color:#ee4056;
}
.social-m li{
  text-align: center;
  float:left;
  margin:0 10px;
}
.social-m i{
  text-align: center;
}
.fa-size{
  font-size:30px;
}
  /* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 799px){
/* social-m--*/
.social-m li{
  margin:0 8px;
}
.fa-size{
  font-size:24px;
}
/* social--*/
.social ul li {
  width: 245px;
  display:none;
}
.social ul li i {
  width: 14px;
  height: 14px;
  font-size: 22px;
}
.social ul li {
  pointer-events: none;
}
.social a {
  pointer-events: none;
}
.social i {
  pointer-events: none;
}