/* ==============================================================================
# mobileFont
============================================================================== */
.footer {
  width: 100%;
  height: 350px;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer {
    height: 855px;
  }
}
.footer .footer__inner {
  background-color: #fff;
  width: inherit;
  height: inherit;
  padding: 0 60px 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  gap: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner {
    padding: 0 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer .footer__inner .footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner .footer__top {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer .footer__inner .footer__top p {
    text-align: center;
    margin-top: 27px;
  }
}
.footer .footer__inner .footer__top--right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .footer__inner .footer__top--right .tel {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #de244a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__inner .footer__top--right .tel img {
  width: 23px;
}
.footer .footer__inner .footer__top--right .text a {
  font-size: 25px;
  font-family: "Jost";
  font-weight: 500;
}
.footer .footer__inner .footer__top--right .text p {
  font-size: 13px;
  font-weight: 400;
}
.footer .footer__inner .footer__logo {
  width: 100%;
  display: flex;
  gap: 45px;
  max-width: 1000px;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner .footer__logo {
    flex-direction: column;
    align-items: center;
    gap: 41px;
    padding-top: 30px;
  }
}
.footer .footer__inner .footer__logo .logo {
  display: block;
  width: 192px;
  transition: all 0.3s;
}
.footer .footer__inner .footer__logo .logo:hover {
  opacity: 0.7;
}
.footer .footer__inner .footer__logo .logo img {
  width: inherit;
}
.footer .footer__inner .footer__logo .insta {
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  background-color: #fafafa;
  border: 1px solid #efefef;
  transition: all 0.3s;
  border-radius: 50%;
}
.footer .footer__inner .footer__logo .insta:hover {
  opacity: 0.7;
}
.footer .footer__inner .footer__logo .insta img {
  width: 29px;
}
.footer .footer__inner .footer__logo .andfans {
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  transition: all 0.3s;
  border-radius: 50%;
  margin: auto;
  margin-left: -20px;
}
.footer .footer__inner .footer__logo .andfans:hover {
  opacity: 0.7;
}
.footer .footer__inner .footer__logo .andfans img {
  width: 43px;
}
.footer .footer__inner .nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 61px;
  list-style: none;
  padding-bottom: 11px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner .nav__list {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    gap: 27px;
    margin-top: 0px;
    border-bottom: 0;
  }
}
.footer .footer__inner .nav__list .nav__item {
  display: flex;
  align-items: center;
  height: inherit;
}
.footer .footer__inner .nav__list .nav__item.nav__item--media a {
  gap: 8px;
  white-space: nowrap;
}
.footer .footer__inner .nav__list .nav__item.nav__item--media .footer-media-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.footer .footer__inner .nav__list .nav__item.nav__item--media .footer-media-icon path {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer .footer__inner .nav__list .nav__item.nav__item--media:hover .footer-media-icon path {
    fill: rgb(232, 60, 92);
  }
}
@media (max-width: 768px) {
  .footer .footer__inner .nav__list .nav__item.nav__item--media:active .footer-media-icon path {
    fill: rgb(232, 60, 92);
  }
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner .nav__list .nav__item {
    height: 30px;
  }
}
.footer .footer__inner .nav__list .nav__item:last-child a::before {
  display: none;
}
.footer .footer__inner .nav__list .nav__item a {
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 35px;
  transition: all 0.3s;
  position: relative;
}
.footer .footer__inner .nav__list .nav__item a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 29px;
  top: 50%;
  right: -30px;
  background-color: #efefef;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__inner .nav__list .nav__item a::before {
    display: none;
  }
}
.footer .footer__inner .nav__list .nav__item a:hover {
  color: rgb(232, 60, 92);
}
.footer .footer__inner .nav__list .nav__item a:hover::before {
  opacity: 1;
}
.footer .footer__inner .nav__list .nav__item:nth-child(7) a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.footer .footer__inner .nav__list .nav__item:nth-child(7) a:hover .arrow::before {
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
.footer .footer__inner .nav__list .nav__item:nth-child(7) a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.footer .footer__inner .nav__list .nav__item:nth-child(7) a .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
}
.footer .footer__inner .nav__list .nav__item:nth-child(7) a .arrow img {
  width: 8px;
  position: relative;
}
.footer .comp {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.footer small {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-align: center;
  color: #888888;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer small {
    display: block;
  }
}
.footer .tel {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #de244a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .tel img {
  width: 23px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer .footer__bottom .insta {
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    transition: all 0.3s;
    border-radius: 50%;
    margin: auto;
  }
  .footer .footer__bottom .insta:hover {
    opacity: 0.7;
  }
  .footer .footer__bottom .insta img {
    width: 29px;
  }
  .footer .footer__bottom .andfans {
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    transition: all 0.3s;
    border-radius: 50%;
    margin: auto;
  }
  .footer .footer__bottom .andfans:hover {
    opacity: 0.7;
  }
  .footer .footer__bottom .andfans img {
    width: 43px;
  }
}
.footer .bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.footer .bottom img {
  width: 100%;
}
.footer .text a {
  font-size: 25px;
  font-family: "Jost";
  font-weight: 500;
}
.footer .text p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 !important;
}/*# sourceMappingURL=footer.css.map */