footer.wp-block-template-part {
  background: #EBEBEB;
  margin-block-start: 0;
  position: relative;
  z-index: 99;
  margin-top: var(--ic-footer-top-spacing);
}

.footer-wrapper {
  width: 100%;
  overflow: hidden;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.footer-wrapper .footer-product__title {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  padding-top: clamp(48px, 40.2330097087px + 2.071197411 * 1vw, 80px);
  margin-bottom: clamp(24px, 18.1747572816px + 1.5533980583 * 1vw, 48px);
}
.footer-wrapper .footer-product__group {
  padding-bottom: clamp(24px, 18.1747572816px + 1.5533980583 * 1vw, 48px);
}
.footer-wrapper .footer-product__type {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 16px;
}
.footer-wrapper .footer-product__list {
  display: flex;
  flex-direction: row;
  gap: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  flex-wrap: wrap;
}
.footer-wrapper .footer-product__item {
  text-decoration: none;
  cursor: pointer;
}
.footer-wrapper .footer-product__item-image {
  --width-ratio: clamp(0.44px, 0.5208808657px + -0.0215682309 * 1vw, 0.1067708333px);
  --ratio: clamp(0.5575757576px, 0.568590475px + -0.002937258 * 1vw, 0.512195122px);
  height: calc(100vw * var(--width-ratio) * var(--ratio));
  width: clamp(165px, 155.2912621359px + 2.5889967638 * 1vw, 205px);
  border-bottom-right-radius: clamp(30px, 27.572815534px + 0.6472491909 * 1vw, 40px);
  margin-bottom: clamp(12px, 11.0291262136px + 0.2588996764 * 1vw, 16px);
}
.footer-wrapper .footer-product__item-brand {
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 6px;
}
.footer-wrapper .footer-product__item-title {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.footer-wrapper .footer-link {
  margin-block-start: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.footer-wrapper .footer-link__site-title {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.5px;
  padding-bottom: clamp(24px, 17.6893203883px + 1.6828478964 * 1vw, 50px);
}
.footer-wrapper .footer-link__site-list {
  display: flex;
  gap: clamp(34px, 33.0291262136px + 0.2588996764 * 1vw, 38px);
  flex-direction: column;
}
.footer-wrapper .footer-link__site-item {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-link__site-image {
  width: 125px;
  height: auto;
}
.footer-wrapper .footer-link__site-target {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 44px;
  gap: 16px;
}
.footer-wrapper .footer-link__site-link {
  --ic-icon-size: 20px;
  text-decoration: none;
}
.footer-wrapper .footer-link__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(24px, 18.1747572816px + 1.5533980583 * 1vw, 48px);
}
.footer-wrapper .footer-link__nav a {
  font-family: Futura PT;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none;
}
.footer-wrapper .footer-link__copy {
  margin-block-start: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding-top: clamp(96px, 78.0388349515px + 4.7896440129 * 1vw, 170px);
  padding-bottom: clamp(48px, 40.2330097087px + 2.071197411 * 1vw, 80px);
}
.footer-wrapper .footer-link__copy-logo {
  display: flex;
  height: 40px;
}
.footer-wrapper .footer-link__copy-logo .wp-block-image a {
  height: 100%;
}
.footer-wrapper .footer-link__copy-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 650px) {
  .footer-wrapper .footer-link {
    flex-direction: column;
  }
  .footer-wrapper .footer-link__copy {
    flex-direction: column;
  }
}
@media (max-width: 1734px) {
  .footer-wrapper {
    margin-left: var(--ic-page-spacing-main) !important;
    margin-right: var(--ic-page-spacing-main) !important;
    max-width: unset;
    width: auto;
  }
}
