#remofasfooter {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}
#remofasfooter .remofasfooter-wrap {
  padding-top: 60px;
}
#remofasfooter .remofasfooter-logo {
  max-width: 120px;
  width: 100%;
  margin: auto;
  margin-bottom: 150px;
}
#remofasfooter .remofasfooter-list-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 0;
}
#remofasfooter .remofasfooter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#remofasfooter .remofasfooter-list:first-child{
  flex: 0 0 100%;
}
#remofasfooter .remofasfooter-list:first-child li:last-child::after{
  display: none;
}
#remofasfooter .remofasfooter-list li {
  position: relative;
}
#remofasfooter .remofasfooter-list li a {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  letter-spacing: 0.2em;
}
#remofasfooter .remofasfooter-list-parent .remofasfooter-list:last-child li:last-child::after {
  display: none;
}
#remofasfooter .remofasfooter-list li::after {
  content: "";
  padding-right: 9px;
  background-image: url(../img/footer/slash.png);
  background-repeat: no-repeat;
  background-size: 9px 15px;
  background-position: center;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#remofasfooter .remofasfooter-twitter {
  max-width: 27px;
  width: 100%;
}
#remofasfooter .remofasfooter-facebook {
  max-width: 27px;
  width: 100%;
}
#remofasfooter .remofasfooter-instagram {
  max-width: 24px;
  width: 100%;
}
#remofasfooter .remofasfooter-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 80px;
}
#remofasfooter .remofasfooter-sns li {
  padding: 0 20px;
}
#remofasfooter .remofasfooter-small {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
#remofasfooter .remofasfooter-search {
  background-image: url(../img/footer/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 120px 0;
}
#remofasfooter .remofasfooter-search-more {
  color: #333333;
  background-color: #fff;
  max-width: 372px;
  width: 100%;
  margin: auto;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: 5px 6px;
  background-position: center right 20px;
  margin-top: 35px;
}
#remofasfooter .remofasfooter-search-txt {
  font-size: 32px;
}

@media (hover: hover) {
  #remofasfooter .remofasfooter-list-li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1160px) {
  #remofasfooter .remofasfooter-wrap {
    padding-top: 40px;
  }
  #remofasfooter .remofasfooter-list-parent {
    display: block;
  }
  #remofasfooter .remofasfooter-list li {
    margin-bottom: 15px;
  }
  #remofasfooter .remofasfooter-list li a {
    font-size: 10px;
    padding: 0 7px;
    text-align: center;
  }
  #remofasfooter .remofasfooter-list li::after {
    right: -5px;
    padding-right: 11px;
    background-image: url(../img/footer/slash_sp.png);
    background-size: 7px 11px;
  }
  #remofasfooter .remofasfooter-list li:last-child::after {
    display: none;
  }
  #remofasfooter .remofasfooter-logo {
    max-width: 63px;
    margin-bottom: 50px;
  }
  #remofasfooter .remofasfooter-sns li {
    padding: 0 8px;
  }
  #remofasfooter .remofasfooter-small {
    font-size: 10px;
  }
  #remofasfooter .remofasfooter-search {
    background-image: url(../img/footer/footer_bg_sp.jpg);
    padding-top: 60px;
    padding-bottom: 75px;
  }
  #remofasfooter .remofasfooter-search-more {
    margin-top: 20px;
  }
  #remofasfooter .remofasfooter-search-txt {
    font-size: 20px;
  }
  #remofasfooter .remofasfooter-search-more-parent {
    padding: 0 20px;
  }
  #remofasfooter .remofasfooter-search-more {
    font-size: 12px;
    height: 60px;
  }
  #remofasfooter .remofasfooter-sns {
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
