/*!**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.footer_wrap {
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.footer_wrap ul , .footer_wrap ol , .footer_wrap li {
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.footer_wrap a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.l-footer {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (max-width: 719px) {
  .l-footer {
    flex-direction: column;
    padding: 40px 30px 30px;
  }
}
.l-footer__info {
  flex: 1;
  max-width: 400px;
}
@media screen and (max-width: 719px) {
  .l-footer__info {
    order: 2;
  }
}
.l-footer__info__newsletter {
  margin-bottom: 60px;
}
.l-footer__info__newsletter__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__title {
    font-size: 16px;
  }
}
.l-footer__info__newsletter__lead {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__lead br {
    display: none;
  }
}
.l-footer__info__store__logo {
  max-width: 180px;
  margin-bottom: 20px;
}
.l-footer__info__store__sns {
  margin-bottom: 20px;
}
.l-footer__info__store__sns__item {
  transition: 0.4s;
}
.l-footer__info__store__sns__item:hover {
  opacity: 0.4;
}
.l-footer__info__store__sns__item:not(:last-child) {
  margin-right: 20px;
}
.l-footer__info__store__sns__item i {
  font-size: 18px;
}
.l-footer__info__store__copyright {
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__store__copyright {
    font-size: 12px;
  }
}
.l-footer__menu {
  display: flex;
}
@media screen and (max-width: 719px) {
  .l-footer__menu {
    display: block;
  }
}
.c-footer_menu {
  margin-left: 60px;
}
@media screen and (max-width: 719px) {
  .c-footer_menu {
    margin-left: 0;
    padding: 0 10px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
  }
}
.c-footer_menu__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  .c-footer_menu__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .c-footer_menu__title {
    margin-bottom: 20px;
  }
}
.c-footer_menu__list__item:not(:last-child) {
  margin-bottom: 14px;
}
.c-footer_menu__list__item__inner {
  font-size: 12px;
  transition: 0.4s;
}
@media screen and (max-width: 719px) {
  .c-footer_menu__list__item__inner {
    font-size: 12px;
  }
}
.c-footer_menu__list__item__inner:hover {
  opacity: 0.4;
}

.footer_bg {
  background: #f5f5f5;
}
.footer_head {
  color: #494949;
}
.footer_link {
  color: #494949;
}
.footer_body {
  color: #494949;
}