/* .bg-wrapper {
  margin-bottom: 585px;
} */
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 669px;
  padding-bottom: 88px;
  padding-top: 160px;
  pointer-events: auto;
  background-image: url("../img/common/footer_background_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    0deg,
    rgba(230, 238, 241, 0),
    rgba(230, 238, 241, 1)
  );
  z-index: 0;
}
.footer__inner {
  position: relative;
  margin: 0 120px;
}
.footer__inner a {
  text-decoration: none;
}
.footer__desc {
  display: flex;
  flex-direction: column;
  gap: 20.57px;
}
.footer__desc .desc--text {
  color: #353c3e;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
}
::-webkit-full-page-media,
:future,
:root .footer__desc .desc--text {
  font-weight: 500;
}

.footer__newsletter {
  width: 315px;
}
.footer__newsletter .newsletter--headline {
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 24px;
}
.footer__newsletter .newsletter--form {
  width: 100%;
  margin-bottom: 16px;
}
.footer__newsletter .newsletter--form .mc4wp-form-fields {
  width: 100%;
  height: 32px;
  display: flex;
  border-bottom: #6c787a solid 1px;
  margin-bottom: 16px;
}
.footer__newsletter .newsletter--form .mc4wp-alert {
  display: inline-block;
  font-family: "Leida", serif;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.4px;
  padding: 4px 8px;
}
.footer__newsletter .newsletter--form .mc4wp-success {
  background-color: #9ed8f6;
}
.footer__newsletter .newsletter--form .mc4wp-error {
  background-color: #ee4242;
}
.footer__newsletter .newsletter--form .form--text {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: #23292a;
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 64px;
}
.footer__newsletter .newsletter--form .form--text::placeholder {
  color: #6c6e6f;
  font-family: "Leida", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.24px;
}
.footer__newsletter .newsletter--form .newsletter--form__submit {
  flex-basis: 3.75vw;
  position: relative;
}
.footer__newsletter .newsletter--form .newsletter--form__submit::before {
  content: "";
  display: block;
  background: url("../img/common/icon_arrow_r2.svg") center center no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s;
}
.footer__newsletter .newsletter--form .newsletter--form__submit:hover::before {
  transform: translate(0%, -50%);
}
.footer__newsletter .newsletter--form .newsletter--form__submit .form--submit {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.footer__newsletter .newsletter--caps {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", Meiryo,
    sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  color: #787878;
}
.footer__newsletter .newsletter--caps p:last-child {
  margin-top: 6px;
}
.footer__newsletter .newsletter--caps a {
  color: #787878;
  text-decoration: underline;
  transition: all 0.3s;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.footer__newsletter .newsletter--caps a:hover {
  opacity: 0.5;
}
.footer__links {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 160px;
  margin-bottom: 24px;
}
.footer__links_sub-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.footer__links li:last-of-type {
  margin-right: 0;
}
.footer__links li.is--hidden {
  pointer-events: none;
  opacity: 0.3;
}
.footer__links__container a {
  color: #fff;
}
.footer__links__container {
  height: 70px;
}
.footer__links a {
  text-decoration: none;
  color: #353e3f;
  font-family: "Leida", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.64px;
  transition: all 0.3s;
}
.footer__links a:hover {
  opacity: 0.5;
}
.footer__items__container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 113px;
}
.footer-vip {
  padding: 4px 16px 6px 16px;
  background: #7fa0ad;
}
.footer-vip span {
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: 0.14px;
}
.footer__sns {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 56px;
}
.footer__sns li {
  margin-right: 20px;
}
.footer__sns li:last-of-type {
  margin-right: 0;
}
.footer__sns li.sns--instagram img {
  width: 16px;
  height: auto;
}
.footer__sns li.sns--twitter img {
  width: 18px;
  height: auto;
}
.footer__sns li.sns--facebook img {
  width: 18px;
  height: auto;
}
.footer__sns a {
  display: block;
  line-height: 1em;
  transition: all 0.3s;
}
.footer__sns a:hover {
  opacity: 0.5;
}
.footer__copyright {
  color: #7fa0ad;
  font-family: "Leida", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
/* 1280px未満744以上（タブレット） */
@media screen and (max-width: 1279px) {
  .footer {
    padding-top: 120px;
    height: 810px;
    /* background-image: linear-gradient(
      180deg,
      rgba(230, 238, 241, 1),
      rgba(230, 238, 241, 0.7) 150px,
      rgba(230, 238, 241, 0)
    ); */
  }
  .footer__inner {
    position: relative;
    margin: 0 52px;
  }
  .footer__links {
    display: flex;
    margin-top: 160px;
    margin-bottom: 24px;
  }
  .footer__links__container {
    margin-bottom: 56px;
  }
  .footer__items__container {
    flex-direction: column;
    margin-top: 16px;
    align-items: flex-start;
  }
  .footer__newsletter .newsletter--headline {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.84px;
  }
  .footer__sns {
    margin-top: 56px;
  }
}
/* 画面幅 744未満 スマホ用 */
@media screen and (max-width: 743px) {
  .footer {
    z-index: 0;
    padding-top: 120px;
    padding-top: 30.769230769230769vw;
    padding-bottom: 56px;
    padding-bottom: 14.358974358974359vw;
    height: 875px;
    height: 224.358974358974359vw;
    margin-bottom: 0;
    /* transition: opacity 0.5s ease-in-out; */
    background-image: url("../img/common/footer_background_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(
      180deg,
      rgba(230, 238, 241, 1),
      rgba(230, 238, 241, 0.7) 150px,
      rgba(230, 238, 241, 0)
    ); */
  }
  .footer::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(
      0deg,
      rgba(230, 238, 241, 0),
      rgba(230, 238, 241, 1)
    );
    z-index: 0;
  }
  .footer__inner {
    position: relative;
    margin-left: 6.923076923076923vw;
    height: 100%;
  }
  .footer__items__container {
    flex-direction: column;
    margin-top: 16px;
    margin-top: 4.102564102564103vw;
    align-items: flex-start;
  }
  .footer__newsletter {
    margin-bottom: 20.512820512820513vw;
    width: 336px;
    width: 86.153846153846154vw;
  }
  .footer__newsletter .newsletter--headline {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.84px;
    margin-bottom: 24px;
    margin-bottom: 6.153846153846154vw;
  }
  .footer__newsletter .newsletter--caps {
    font-size: 10px;
    font-size: 2.564102564102564vw;
    font-weight: 300;
    line-height: 100%;
  }
  .footer__newsletter {
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20.512820512820513vw;
  }
  .footer__newsletter .newsletter--form {
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 4.2666666667vw;
  }
  .footer__newsletter .newsletter--form .mc4wp-form-fields {
    width: 100%;
    height: 8.2051282vw;
    display: flex;
    border-bottom: #647578 solid 1px;
    border-bottom: #647578 solid 0.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .footer__newsletter .newsletter--form .mc4wp-alert {
    display: inline-block;
    font-family: "Leida", serif;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 0.4px;
    letter-spacing: 0.1066666667vw;
    padding: 4px 8px;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .footer__newsletter .newsletter--form .mc4wp-success {
    background-color: #9ed8f6;
  }
  .footer__newsletter .newsletter--form .mc4wp-error {
    background-color: #ee4242;
  }
  .footer__newsletter .newsletter--form .form--text {
    flex-basis: 75.8974358974vw;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    color: #353e3f;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    line-height: 64px;
    line-height: 16.41025641025641vw;
  }
  .footer__newsletter .newsletter--form .form--text::placeholder {
    color: #6c6e6f;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 110%; /* 13.2px */
    letter-spacing: 0.24px;
  }
  .footer__newsletter .newsletter--form .newsletter--form__submit {
    flex-basis: 10.2564102564vw;
    position: relative;
  }
  .footer__newsletter .newsletter--form .newsletter--form__submit::before {
    content: "";
    display: block;
    background: url("../img/common/icon_arrow_r2.svg") center center no-repeat;
    background-size: cover;
    width: 16px;
    width: 4.2666666667vw;
    height: 9px;
    height: 2.4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: none;
  }
  .footer__newsletter
    .newsletter--form
    .newsletter--form__submit:hover::before {
    transform: translate(-50%, -50%);
  }
  .footer__newsletter
    .newsletter--form
    .newsletter--form__submit
    .form--submit {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .footer__newsletter .newsletter--caps {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", Meiryo,
      sans-serif;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1.5em;
    font-weight: 300;
    color: #787878;
  }
  .footer__newsletter .newsletter--caps a {
    color: #787878;
    text-decoration: underline;
    transition: all 0.3s;
    font-size: 10px;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
  .footer__newsletter .newsletter--caps a:hover {
    opacity: 1;
  }
  .footer__links__container {
    height: 106px;
    height: 27.179487179487179vw;
  }
  .footer__links {
    margin-top: 120px;
    margin-top: 30.769230769230769vw;
    gap: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    margin-bottom: 8.205128205128205vw;
  }
  .footer__links_sub-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer__links li {
    margin-right: 10.256410256410256vw;
  }
  .footer__links li:last-of-type {
    margin-right: 0;
  }
  .footer__links li.is--hidden {
    pointer-events: none;
    opacity: 0.3;
  }
  .footer__links a {
    text-decoration: none;
    color: #353e3f;
    font-family: "Leida", serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 110%;
    letter-spacing: 0.84px;
    letter-spacing: 0.215384615384615vw;
    transition: none;
  }
  .footer__links a:hover {
    opacity: 1;
  }
  .footer-vip {
    padding: 4px 16px 6px 16px;
    padding: 1.025641025641026vw 4.102564102564103vw 1.538461538461539vw
      4.102564102564103vw;
    background: #7fa0ad;
  }
  .footer-vip span {
    color: #fff;
    font-family: "Crimson Pro", serif;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 500;
    line-height: 132%; /* 18.48px */
    letter-spacing: 0.14px;
  }
  .footer__sns li {
    margin-right: 20px;
    margin-right: 5.128205128205128vw;
  }
  .footer__sns li.sns--instagram img {
    width: 16px;
    width: 4.2666666667vw;
    height: auto;
  }
  .footer__sns li.sns--twitter img {
    width: 18px;
    width: 4.8vw;
    height: auto;
  }
  .footer__sns li.sns--facebook img {
    width: 18px;
    width: 4.8vw;
    height: auto;
  }
  .footer__sns a {
    display: block;
    line-height: 1em;
    transition: none;
  }
  .footer__sns a:hover {
    opacity: 1;
  }
  .footer__copyright {
    color: #7fa0ad;
    font-family: "Leida", serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 155%;
  }
  .footer__sns {
    margin-top: 80px;
    margin-top: 20.512820512820513vw;
    margin-bottom: 24px;
    margin-bottom: 6.153846153846154vw;
    margin-top: 0;
  }
  .footer__desc img {
    width: 138px;
    width: 35.384615384615385vw;
    height: auto;
  }
  .footer__desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    gap: 6.153846153846154vw;
    margin-bottom: 120px;
    margin-bottom: 30.769230769230769vw;
  }
  .footer__desc .desc--text {
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 10.474px;
    font-size: 2.685641025641025vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 15.711px */
    letter-spacing: 0.628px;
  }
  /* .bg-wrapper {
    margin-bottom: 821px;
  } */
}
