    footer {
        background-color: #1b1b1b;
        color: white;
        }

    footer a{
    
    }

    footer .inner {
    height: 380px;
    box-sizing: border-box;
    }
    footer .inner > div {
    }
    footer .inner .left {
      
    }
    footer .inner .left h1 {
      
    }
    footer .inner .left h1 a {
    background-image: url(../img/f_logo.png);
    font-size: 0px;
    width: 113px;
    height: 30px;
    display: block;
    }
    footer .inner .left address {
    margin-top: -100px;
    color: #cbcbcb;
    }
    footer .inner .left p.copyrighy {
    color: #cccc;
    }
    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: #cccc;
    }
    footer .inner .right .bottom {
    gap: 50px;
    }
    footer .inner .right .bottom ul.sns {
    gap: 20px;
    align-items: center;
    }
    footer .inner .right .bottom ul.sns li {
    border-radius: 50%;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.36), inset 0px 4px 10.8px 2.2px rgba(73, 73, 73, 0.11);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    footer .inner .right .bottom ul.sns li a {
    color: white;
    font-size: 0px;
    background-image: url(../img/logo-instagram.svg);
    width: 30px;
    height: 30px;
    display: block;

    }

    footer .inner .right .bottom ul.sns li 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-h.svg);
    }

    footer .inner .right .bottom ul.sns li:nth-child(2) a:hover{
        background-image: url(../img/logo-youtube.svg);
    }

   footer .inner .right .bottom ul.sns li:nth-child(3) a{
        background-image: url(../img/logo-twitter-h.svg);
    }

    footer .inner .right .bottom ul.sns li:nth-child(3) a:hover{
            background-image: url(../img/logo-twitter.svg);
        }

  footer .inner .right .bottom > a {
   color: white;
   border-radius: 40px;
   box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.36), inset 0px 4px 10.8px 2.2px rgba(73, 73, 73, 0.11);
   width: 355px;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
    }

  footer .inner .right .bottom > a::before {
    content:"";
    background-image: url(../img/flag_store.png);
    width: 64px;
    height: 50px;
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
    background-repeat: no-repeat;
    }

    footer .inner .right .bottom a .fstore{
        color: #5f5f5f;
    }