.footerSearchWrap {
  width: 90%;
  margin: 2rem auto 3rem;
  max-width: 1024px;
}

.footerSearchTitles {
  text-align: center;
  margin: 2rem 0;
}
.footerSearchTitles .mainTitle {
  font-size: 1.5rem;
  margin: 2rem 0;
}
.footerSearchTitles .subTitle {
  line-height: 1.7;
  margin: 2rem 0;
}

.footerSearchBlocks {
  flex-wrap: wrap;
  row-gap: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerSearchBlocks .block {
  width: 100%;
}
@media (min-width: 480px) {
  .footerSearchBlocks .block {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .footerSearchBlocks .block {
    width: 32%;
  }
}
.footerSearchBlocks .block img {
  width: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.footerTop {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
}

.footerCard {
  background: #d0c5ae url(/AB/common/ec_hp/images/bg.png) no-repeat center
    center;
  background-size: cover;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 48px 24px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1024px;
  margin: auto;
}
.footerCard .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 40%;
}
@media (min-width: 480px) {
  .footerCard .item {
    width: 20%;
  }
}
.footerCard .item .icon {
  width: 24px;
  margin-bottom: 1rem;
}
.footerCard .item .icon img {
  width: 100%;
}
.footerCard .item .content {
  line-height: 1.7;
}
/* editByWilon For kuroha 251218 */
.footerSearch {
  padding-bottom: 2rem;
}
.footerInfo {
  box-shadow: 0px 0px 0px 90px #ffffff;
  margin-top: 90px;
}
.footerInfo .infoItem {
  font-size: 0.9rem;
}
/* editByWilon For kuroha 251218 */
.footerInfoWrap {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  gap: 3rem;
}
@media (min-width: 480px) {
  .footerInfoWrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    column-gap: 6rem;
    /* justify-content: space-between; */
    justify-content: flex-start;
  }
}
.footerInfoWrap .infoBlock {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footerInfoWrap .infoBlock .infoItem {
  line-height: 1.7;
  color: rbga(28, 28, 28, 0.65);
}
.footerInfoWrap .logo {
  width: 150px;
}
.footerInfoWrap .logo img {
  width: 100%;
}
.footerInfoWrap .subscriptionBox {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 2rem;
  line-height: 1.7;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .footerInfoWrap .subscriptionBox {
    width: 250px;
  }
}
@media (min-width: 1920px) {
  .footerInfoWrap .subscriptionBox {
    width: 400px;
  }
}
.footerInfoWrap .subscriptionBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.footerInfoWrap .subscriptionBlock .title {
  color: rgb(230, 157, 164);
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .input {
  width: 100%;
  text-align: start;
  border-width: 1px;
  transition: border-color 0.1s ease-in-out;
  padding: 1rem 0.5rem;
}
.footerInfoWrap .subscriptionBlock .subButton {
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .subButton button {
  background-color: rgb(203, 43, 43);
  height: 60px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 16px 0;
  border-radius: 2.5rem;
}
.footerInfoWrap .subscriptionBlock .lineFriend {
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .lineFriend img {
  width: 100%;
}
.footerInfoWrap .socialMedia {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.footerInfoWrap .socialMedia .block {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .footerInfoWrap .socialMedia {
    justify-content: flex-start;
  }
  .footerInfoWrap .socialMedia .block {
    width: 36px;
    height: 36px;
  }
}
.footerInfoWrap .copyRightANDpayment {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footerInfoWrap .copyRightANDpayment .payment {
  display: flex;
  gap: 2rem;
}
.footerInfoWrap .copyRightANDpayment .block {
  width: 100px;
  margin: auto;
}
.footerInfoWrap .copyRightANDpayment img {
  width: 100%;
}
@media (min-width: 1024px) {
  .footerInfoWrap .copyRightANDpayment {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footerBottom {
  width: 100%;
}
.footerBottom img {
  height: 100%;
  width: 100%;
}
