.is-pc {
  display: initial;
}
@media screen and (max-width: 780px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .is-sp {
    display: initial;
  }
}

footer {
  margin: initial;
  padding: initial;
}

.is_normal .footer_normal {
  display: flex !important;
}
.is_normal .footer_mofuwa {
  display: none !important;
}

.is_mofuwa .footer_normal {
  display: none !important;
}
.is_mofuwa .footer_mofuwa, .is_mofuwa.footer_mofuwa {
  display: block !important;
}

.footer img {
  width: auto;
}
.footer__wrapper {
  background-color: #cbaca2;
  display: flex;
  flex-direction: row;
  height: fit-content;
  justify-content: space-between;
  margin-top: 11.7vw;
  padding-bottom: 2.8vw;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .footer__wrapper {
    margin-top: 31.5vw;
    flex-direction: column-reverse;
  }
}
.footer__left {
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-left: 4.6vw;
}
@media screen and (max-width: 780px) {
  .footer__left {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer__icon {
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 3.8vw;
  margin-top: 8.6vw;
  gap: 1.6vw;
}
.footer__icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer__icon:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  .footer__icon {
    margin-top: 10.8vw;
    padding-right: 0;
  }
}
.footer__icon-img {
  width: 11.7vw !important;
}
@media screen and (max-width: 780px) {
  .footer__icon-img {
    width: 46vw !important;
  }
}
.footer__icon-text {
  font-size: 0.72vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .footer__icon-text {
    text-align: center;
    margin-top: 5.6vw;
    font-size: 3.38vw;
  }
}
.footer__sns {
  display: flex;
  flex-direction: row;
  margin-top: 11.55vw;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .footer__sns {
    margin-top: 8.8vw;
    justify-content: center;
  }
}
.footer__sns-text {
  font-size: 1.1vw;
  letter-spacing: -0.05vw;
  margin-right: 1.1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .footer__sns-text {
    font-size: 4.4vw;
    letter-spacing: 0.6vw;
    margin-right: 7.6vw;
  }
}
.footer__sns-list {
  display: flex;
  flex-direction: row;
  gap: 0.6vw;
}
.footer__sns-icon {
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 2.4vw;
}
.footer__sns-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer__sns-icon:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  .footer__sns-icon {
    height: 11.8vw;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  margin-right: 6.3vw;
  margin-top: 3.6vw;
}
@media screen and (max-width: 780px) {
  .footer__right {
    margin-top: 11.4vw;
    margin-right: 0;
  }
}
.footer__links {
  display: flex;
  gap: 3vw;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .footer__links {
    gap: 0rem;
    flex-direction: column;
    margin-left: 4.4vw;
    margin-right: 4.4vw;
  }
}
.footer__links-list {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  margin-top: 2rem;
}
@media screen and (max-width: 780px) {
  .footer__links-list {
    gap: 0;
    margin-top: 0rem;
  }
  .footer__links-list:nth-child(2) {
    border-bottom: 1px solid;
  }
}
.footer__links-link {
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 0.348vw;
}
.footer__links-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer__links-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  .footer__links-link {
    gap: 3.8vw;
    flex-direction: row;
    padding: 8vw 4vw 8.8vw;
    align-items: center;
    border-top: 1px solid;
    width: 100%;
  }
}
.footer__links-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.23vw;
}
@media screen and (max-width: 780px) {
  .footer__links-title {
    font-size: 4.09vw;
  }
}
.footer__links-text {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 0.65vw;
}
@media screen and (max-width: 780px) {
  .footer__links-text {
    font-size: 3vw;
  }
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.9vw;
  margin-left: 6.3vw;
}
@media screen and (max-width: 780px) {
  .footer__buttons {
    margin-left: 0;
    align-items: center;
    margin-top: 8.4vw;
  }
}
.footer__buttons-icon {
  height: 0.9vw;
  margin-right: 10%;
}
@media screen and (max-width: 780px) {
  .footer__buttons-icon {
    height: 3.4vw;
    margin-right: 16.6%;
  }
}
.footer__buttons-magnifier {
  position: absolute;
  height: 1.2vw;
  right: 1.4vw;
  top: 0.92vw;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .footer__buttons-magnifier {
    height: 34.1%;
    right: 11%;
    top: 33%;
  }
}
.footer__buttons-btn {
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 0.4vw;
  border: none;
  color: white;
  cursor: pointer;
  /* font-family: "Hiragino Kaku Gothic Pro W6"; */
  font-family: "Noto Sans JP";
  font-size: 0.8vw;
  font-weight: bold;
  width: 13vw;
  height: 2.8vw;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .footer__buttons-btn {
    font-size: 4vw;
    width: 80vw;
    height: 16.4vw;
    border-radius: 2vw;
  }
}
.footer__buttons-btn::after {
  content: ">";
  position: absolute;
  right: 1vw;
  color: white;
}
@media screen and (max-width: 780px) {
  .footer__buttons-btn::after {
    right: 4.8vw;
  }
}
.footer__buttons-btn.is-register {
  background-color: #c48570;
}
@media screen and (max-width: 780px) {
  .footer__buttons-btn.is-register {
    padding-right: 4.2vw;
    letter-spacing: 0.4vw;
  }
}
.footer__buttons-btn.is-login {
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  padding-left: 24%;
}
.footer__buttons-btn.is-search {
  border-radius: 10vw;
  background-color: white;
  color: #3c3c3c;
  padding-right: 25%;
  letter-spacing: 0.06vw;
  padding-left: 2vw;
}
@media screen and (max-width: 780px) {
  .footer__buttons-btn.is-search {
    border-radius: 10vw;
    padding-right: 25%;
    padding-left: 4vw;
    margin-top: 0.8vw;
  }
}
.footer__buttons-btn.is-search::after {
  content: none;
}
.footer__legals {
  display: flex;
  flex-direction: row;
  margin-top: 4.8vw;
  justify-content: end;
  gap: 1.2vw;
  padding-right: 0;
}
@media screen and (max-width: 780px) {
  .footer__legals {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    flex-direction: column;
    gap: 4.5vw;
    margin-top: 9.6vw;
    padding-bottom: 8.8vw;
    padding-left: 7.2vw;
    padding-top: 8.8vw;
  }
}
.footer__legals-item {
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: 0.81vw;
  color: #3c3c3c;
  /* font-family: "Hiragino Kaku Gothic Pro W3"; */
  font-family: "Noto Sans JP";
  cursor: pointer;
}
.footer__legals-item:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer__legals-item:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  .footer__legals-item {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
  }
}

