#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  #footer {
    gap: 0;
  }
}
#footer .footer_ban_recruit, #footer .footer_ban_contact {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit, #footer .footer_ban_contact {
    width: 50%;
  }
}
#footer .footer_ban_recruit img, #footer .footer_ban_contact img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/380;
}
@media (max-width: 768px) {
  #footer .btn_box_footer_ban a.btn_01 {
    max-width: 160px;
    padding: 5px;
    font-size: 15px;
  }
}
#footer .btn_box_footer_ban.sp_center a.btn_01 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #footer .btn_box_footer_ban.sp_center a.btn_01 {
    margin-right: auto;
  }
}
#footer .footer_bg {
  width: 100%;
  background: #000D26;
}
#footer .footer_bg .footer_logo_wrapp {
  text-align: center;
}
#footer .footer_bg a {
  text-decoration: none;
  color: #D9D9D9;
}
#footer .footer_bg a:hover {
  opacity: 0.7;
}
#footer .footer_bg a.logo_box {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-left: 0;
  margin-bottom: 4.5em;
}
@media (max-width: 999px) {
  #footer .footer_bg a.logo_box {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
@media (max-width: 999px) {
  #footer .footer_bg a.logo_box figure {
    margin-bottom: 1em;
  }
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box figure {
    width: auto;
  }
}
#footer .footer_bg a.logo_box figure img {
  width: 104px;
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box .logo_txt {
    padding-left: 3rem;
  }
}
#footer .footer_bg a.logo_box .logo_txt p {
  margin-bottom: 0;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_hair-salon {
  font-size: 1.5rem;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_group {
  font-size: 2.4rem;
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box .logo_txt p.txt_group {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box .logo_txt {
    width: auto;
  }
}
#footer .footer_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 4em 0 0;
}
@media (min-width: 1000px) {
  #footer .footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  #footer .footer_inner {
    text-align: center;
  }
}

dl.footer_shop-info {
  margin: 0;
  padding: 0;
  margin-bottom: 5rem;
}
dl.footer_shop-info dt, dl.footer_shop-info dd {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  dl.footer_shop-info {
    display: none;
  }
}
@media (max-width: 999px) {
  dl.footer_shop-info {
    text-align: center;
  }
  dl.footer_shop-info dt {
    color: #D9D9D9;
    font-size: 2rem;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 5px;
  }
  dl.footer_shop-info dd {
    font-size: 1.8rem;
  }
  dl.footer_shop-info dd.dd-phone {
    margin-bottom: 2rem;
  }
  dl.footer_shop-info dd.dd-web a {
    display: block;
    width: 50%;
    padding: 1rem;
    border: solid 1px #D9D9D9;
    margin: 0 auto;
  }
}

ul.footer_nav_sp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
}
ul.footer_nav_sp a {
  display: block;
  padding: 1em 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
ul.footer_nav_sp li {
  width: 50%;
  text-align: center;
  border-bottom: solid 1px #fff;
}
ul.footer_nav_sp li:first-child {
  width: 100%;
}
ul.footer_nav_sp li:nth-child(even) {
  border-right: solid 1px #fff;
}
@media (min-width: 1000px) {
  ul.footer_nav_sp {
    display: none;
  }
}

.footer_nav_pc {
  display: none;
}
@media (min-width: 1000px) {
  .footer_nav_pc {
    width: 100%;
    display: flex;
    gap: 2.439%;
    margin-bottom: 3em;
  }
  .footer_nav_pc dl {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .footer_nav_pc dl dt, .footer_nav_pc dl dd {
    margin: 0;
    padding: 0;
  }
  .footer_nav_pc dl.dl-01 {
    width: 16%;
    max-width: 170px;
  }
  .footer_nav_pc dl.dl-01 dt, .footer_nav_pc dl.dl-01 dd {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  .footer_nav_pc dl.dl-01 dt::before, .footer_nav_pc dl.dl-01 dd::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 {
    width: 19%;
    max-width: 200px;
  }
  .footer_nav_pc dl.dl-02 dt, .footer_nav_pc dl.dl-02 dd {
    margin-bottom: 1rem;
  }
  .footer_nav_pc dl.dl-02 dt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dt::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 dd {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dd::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list dt span {
    display: inline-block;
    padding-left: 2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd::before {
    display: none;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table {
    border-collapse: collapse;
    width: 100%;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr th, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr th {
    padding-right: 3rem;
    text-align: left;
    font-weight: normal;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td {
    padding: 0 0 1rem;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td.web, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td.web {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop {
    position: relative;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.phone, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.phone {
    letter-spacing: 0.2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd > div, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd > div {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 {
    padding-right: 5rem;
  }
}

.footer_sns_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 999px) {
  .footer_sns_wrapp {
    margin-top: 3rem;
  }
}

.copyright {
  padding: 50px 20px 10px;
  color: #D9D9D9;
  font-size: 10px;
}
@media (min-width: 1000px) {
  .copyright {
    padding: 1em 20px;
    text-align: center;
    font-size: 1.3rem;
  }
}