.footer__inner {
  background-image: url("../../images/bg_footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width:640px) {
    footer#footer {
        margin-top: 16px;
    }

  .footer__inner {
    background-image: none;
    background-color: #ebe4d7;
  }

}

.footer__list-wrapper {
  width: 80%;
  max-width: 94rem;
  margin: 0 auto;
  transform: translateY(-2.4rem);
  margin-bottom: 4.6rem;
}

@media(max-width:740px) {
  .footer__list-wrapper {
    width: 85%;
    max-width: none;
  }
}

@media(max-width:640px) {
  .footer__list-wrapper {
    width: auto;
    max-width: 580px;
    transform: translateY(-4rem);
    margin-bottom: 4rem;
    padding: 0 2%;
  }
}

.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}

.footer__list-item .common-btn {
  font-size: 1.4rem;
  font-weight: 400;
  color: #7c7467;
  background-color: #fff;
  width: 22rem;
  height: 5rem;
  box-sizing: border-box;
  border: solid .1rem #aaa398;
  margin-bottom: 2rem;
  transition: .3s ease-out;
}

@media(max-width:740px) {
  .footer__list-item .common-btn {
    width: 26rem;
    height: 8rem;
  }
}

.footer__list-item .common-btn::before {
  border-bottom: 1rem solid #b6aea6;
  right: .4rem;
  bottom: .4rem;
}

@media (hover: hover) and (pointer: fine) {
  .footer__list-item .common-btn:hover {
    color: #fff;
    background-color: #7c7467;
    border: none;
  }

  .footer__list-item .common-btn:hover::before {
    border-bottom: 1rem solid #fff;
  }
}

@media(max-width:640px) {
    li.footer__list-item {
        width: 49%;
    }
}

@media(max-width:640px) {
  .footer__list-item .common-btn {
    font-size: 2.4rem;
    width: 100%;
    height: 8rem;
    border: solid .2rem #aaa398;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .footer__list-item .common-btn::before {
    border-left: 1.2rem solid transparent;
    border-bottom: 1.2rem solid #b6aea6;
    right: .8rem;
    bottom: .8rem;
  }
}

.footer__contents-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6.6rem;
}

@media(max-width:640px) {
  .footer__contents-wrapper {
    padding-bottom: 2.8rem;
  }
}

.footer__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
}

@media(max-width:640px) {
  .footer__contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.4rem;
  }
}

.footer__logo-txt {
  font-size: 12px;
  letter-spacing: .05em;
  margin-bottom: 2.3rem;
}

@media(max-width:640px) {
  .footer__logo-txt {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
    text-align: center;
	line-height: 1.8;
  }
}

.footer__logo {
  width: 14.8rem;
  mix-blend-mode: multiply;
  margin: 0 0 -0.3rem -0.4rem;
}

@media(max-width:640px) {
  .footer__logo {
    width: 24.8rem;
    margin: 0 auto 64px;
  }
}

.sns-area {
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.footer__line {
  margin-right: 32px;
  width: 160px;
}
@media(max-width:1300px) {
	.footer__line {
	  width: 14vw;
	}
}
@media(max-width:640px) {
	.sns-area {
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 0;
	}
	.sns-area p {
		margin-bottom: 24px;
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-size: 3rem;
		text-align: center;
	}
	.footer__line {
	  margin-right: 0;
	  width: 34vw;
	}
}
.footer__sns {
  width: 37rem;
  height: 5rem;
  background-color: #da6d8a;
  border-radius: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.2rem;
}
@media(max-width:640px) {
	.footer__sns {
		justify-content: center;
		width: 28rem;
		height: 5.5rem;
	}
}

	.footer__sns p {
	  font-family: 'Noto Serif JP', serif;
	  font-size: 1.6rem;
	  letter-spacing: .1em;
	  color: #fff;
	}

.footer__icon-wrapper {
  display: flex;
  align-items: center;
}

.footer__icon {
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .footer__icon:hover {
    transform: scale(1.2);
  }
}

.footer__icon:nth-of-type(1) {
  width: 3rem;
  margin-right: 2.5rem;
}

.footer__icon:nth-of-type(2) {
  width: 3rem;
  margin-right: 2.6rem;
}

.footer__icon:nth-of-type(3) {
  width: 3rem;
  margin-right: 2.4rem;
}

.footer__icon:nth-of-type(4) {
  width: 3rem;
  /* margin-right: 2.1rem; */
}

/* .footer__icon:nth-of-type(5) {
  width: 2.4rem;
} */
@media(max-width:640px) {
	.footer__icon:nth-of-type(1),
	.footer__icon:nth-of-type(2),
	.footer__icon:nth-of-type(3),
	.footer__icon:nth-of-type(4) {
	  width: 4rem;
	}
}

.footer__nav {
  display: flex;
  white-space: nowrap;
}

@media(max-width:1320px) {
  .footer__nav {
    justify-content: space-between;
  }
}

.footer__nav-sp {
  display: none;
}

@media(max-width:640px) {
  .footer__nav {
    display: none;
  }

  .footer__nav-sp {
    display: inline-block;
  }
}

.footer__nav-list {
  margin-bottom: -3rem;
}

@media(max-width:640px) {
  .footer__nav-list {
    margin-bottom: 0;
  }
}

.footer__nav-list:nth-of-type(1) {
  margin-right: 10.4rem;
}

.footer__nav-list:nth-of-type(2) {
  margin-right: 18.1rem;
}

.footer__nav-list:nth-of-type(3) {
  margin-right: 19.4rem;
}

@media(max-width:1320px) {
  .footer__nav-list:nth-of-type(1),
  .footer__nav-list:nth-of-type(2),
  .footer__nav-list:nth-of-type(3) {
    margin-right: 0;
  }
}

@media(max-width:640px) {
  .footer__nav-list:nth-of-type(1) {
    margin-right: 3.6rem;
  }

  .footer__nav-list:nth-of-type(2) {
    margin-right: 0;
  }
}

.footer__nav-item {
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-bottom: 3rem;
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .footer__nav-item:hover {
    color: #808080;
  }
}

@media(max-width:640px) {
  .footer__nav-item {
    font-size: 2.2rem;
    letter-spacing: .025em;
    margin-bottom: 2.4rem;
  }
}

.footer__copyright {
  font-size: 10px;
  letter-spacing: .1em;
  color: #fff;
  background-color: #b7a89a;
  text-align: center;
  padding: 2rem 0;
}

@media(max-width:640px) {
  .footer__copyright {
    font-size: 1.8rem;
    letter-spacing: .05em;
    padding: 3rem 0 3.2rem;
  }
}

.footer__line a:hover {
	opacity: 0.7;
}