footer {
  background-color: #1b1b1b;
  color: #fff;
  }
footer a{
  color: #eee;
}
  footer .inner {
  height: 300px;
  box-sizing: border-box;
  }
  footer .inner > div {

  }
  footer .inner .left {
   
  }
  footer .inner .left h1 {
   
  }
  footer .inner .left h1 a {
  color: #eee;
  font-size: 0;
  background-image: url(../img/f_logo.png);
  width: 113px;
  height: 30px;
  display: block;
  }
  footer .inner .left address {
  color: #cbcbcb;
  transform: translateY(-30px);
  }
  footer .inner .left p.copyrighy {
   
  color: #898585;
  }
  footer .inner .right {
  align-items: end;
  }
  footer .inner .right ul.personal {
  gap: 20px;
  }
  footer .inner .right ul.personal li {
   
  }
  footer .inner .right ul.personal li a {
  color: #999;
  }
  footer .inner .right .bottom {
  gap: 50px;
  }
  footer .inner .right .bottom ul.sns {
  gap: 20px;
  align-items: center;
  }
  footer .inner .right .bottom ul.sns li {
   
  }
  footer .inner .right .bottom ul.sns li a {
  color: #eee;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  }
  footer .inner .right .bottom ul.sns li:nth-child(1) a {
  background-image: url(../img/logo-instagram.svg);
  }
  footer .inner .right .bottom ul.sns li:nth-child(1) a:hover{
    background-image: url(../img/logo-instagram-h.svg);
  }
  footer .inner .right .bottom ul.sns li:nth-child(2) a{
    background-image: url(../img/logo-youtube.svg);
  }
  footer .inner .right .bottom ul.sns li:nth-child(2) a:hover{
    background-image: url(../img/logo-youtube-h.svg);
  }
  footer .inner .right .bottom ul.sns li:nth-child(3) a{
    background-image: url(../img/logo-twitter.svg);
  }
  footer .inner .right .bottom ul.sns li:nth-child(3) a:hover{
    background-image: url(../img/logo-twitter-h.svg);
  }
  footer .inner .right .bottom > a {
  color: #8b8b8b;
  }
footer .inner .right .bottom > a::before{
  content: "";
  background-image: url(../img/flag_store.png);
  width: 64px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}


  footer .inner .right .bottom > a strong{
    color: #eee;  
  }




