@import url("https://beauty-life.biz/wp/wp-content/themes/jin/css/root.css");

/***************************************
---------------- FOOTER ----------------
***************************************/
footer {
  position: relative;
}

footer .footer_bg .container {
  background: url(https://beauty-life.biz/img/bg_footer.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 0 80px 0;
}

@media (max-width: 599px) {
  footer .footer_bg .container {
    padding: 8% 0 10% 0;
    background: url(https://beauty-life.biz/img/sp_footerbg.jpg) no-repeat center center/cover;
  }
}

footer .footer_bg .container .ft_menu {
  padding: 0 15px;
}

footer .footer_bg .container .ft_menu ul li.arrow:before {
  border-left: 8px solid #5660bc;
  top: 3px;
}

footer .footer_bg .container .ft_menu ul li a {
  color: #000000;
}

footer .footer_bg .container .ft_menu ul li.lower {
  padding-left: 25px;
  position: relative;
}

footer .footer_bg .container .ft_menu ul li.lower::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: 5px;
  right: auto;
  margin: auto;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

footer .container .ft_menu {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto 0;
}

.footerttl001 {
  font-size: clamp(24px, 35 / 1200 * 100vw, 35px);
  font-weight: bold;
  padding: 0 90px;
  display: table;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #000000;
  padding-bottom: 12px;
}

@media (max-width : 767px) {
  .footerttl001 {
    margin-bottom: 30px;
    font-weight: bold;
    padding: 0 30px;
    padding-bottom: 5px;
  }

}

.footer_bg {
  width: 100%;
  height: inherit;
  background: var(--footer-bg02);
  display: flex;
  flex-wrap: wrap;
}

.ft_logo {
  padding: 22px 15px;
  text-align: center;
  width: 100%;
  background: #100169;
}


.ft_logo a {
  display: block;
  width: min(75%, 400px);
  margin: auto;
}

.ft_logo p {
  font-size: min(8vw, 3.6rem);
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
}

.ft_menu {
  width: 92%;
  margin: auto;
}

.ft_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 1051px) {

  .ft_menu .spleft,
  .ft_menu .spright {
    display: flex;
    gap: 10px;
  }

  .ft_menu .spleft .ft_menu--block,
  .ft_menu .spright .ft_menu--block {
    width: calc(100% - 5px);
  }
}

@media (max-width: 1050px) {
  .ft_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  .ft_menu .spleft,
  .ft_menu .spright {
    width: 49%;
  }

  .ft_menu .spleft .ft_menu__menu04,
  .ft_menu .spright .ft_menu__menu04 {
    margin: 0;
    margin-top: 10px;
  }

  .ft_menu .spleft .ft_menu__menu02,
  .ft_menu .spright .ft_menu__menu02 {
    margin-top: 10px;
  }
}

.ft_menu--block {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.ft_menu--block li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 1050px) {
  .ft_menu--block li a {
    font-size: 1.5rem;
  }
}

.ft_menu--block li a:hover {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .ft_menu__menu04 {
    margin-top: 2.25em;
  }
}

footer .arrow {
  position: relative;
  padding-left: 15px;
}

footer .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

footer .lower {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 1em;
}

.copyright {
  font-size: 1.4rem;
  margin: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #1f2777;
}

@media screen and (max-width: 599px) {
  .copyright {
    padding-bottom: 17vw;
  }
}

@media screen and (max-width: 599px) {
  .ft_logo {
    flex-wrap: nowrap;
  }

  .ft_logo img{
    max-width: 60vw;
    display: table;
    margin:0 auto;
  }

  .ft_logo p {
    margin-left: min(2vw, 20px);
    font-size: min(6vw, 3.6rem);
  }

  .footer_bg {
    width: 100%;
    background-size: contain;
    background-position: bottom;
  }
}

/*# sourceMappingURL=footer.css.map */