.support-section {
  position: relative;
  height: 580.8px;
  overflow: hidden;
  background: #fff;
}

.support-copy {
  position: absolute;
  top: 0;
  left: 243px;
  width: 880px;
  height: 440.8px;
  color: #000;
  text-align: center;
}

.support-copy h2 {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 71px;
}

.support-rule {
  position: absolute;
  top: 69.8px;
  left: 16.9px;
  width: 846.9px;
  height: 1px;
  background: #000;
}

.support-heading {
  position: absolute;
  top: 108.8px;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: var(--mincho);
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 1.05px;
  white-space: nowrap;
}

.support-description {
  position: absolute;
  top: 192.1px;
  left: 54.5px;
  width: 771px;
  margin: 0;
  font-family: var(--gothic);
  font-size: 18px;
  font-weight: 500;
  line-height: 32.4px;
  letter-spacing: .54px;
}

.lower-text-link {
  height: 41.98px;
  border-bottom: 1px solid #000;
  font-family: var(--gothic);
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: .72px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.lower-text-link img {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 26px;
  height: 22px;
}

.lower-text-link:focus-visible,
.related-card:focus-visible {
  outline: 3px solid #173a69;
  outline-offset: 4px;
}

.support-copy .lower-text-link {
  position: absolute;
  right: 256px;
  bottom: 0;
  width: 368px;
}

.catalog-cta {
  position: relative;
  height: 502px;
  overflow: hidden;
  background: #8c9f76;
  color: #fff;
  text-align: center;
}

.catalog-cta p {
  margin: 0;
  padding-top: 132px;
  font-family: var(--mincho);
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: .75px;
  white-space: nowrap;
}

.catalog-cta-button {
  position: absolute;
  top: 279px;
  left: calc(50% - 195px);
  width: 390px;
  height: 77px;
  padding: 0;
  border: 0;
  border-radius: 60px;
  background: #fff;
  color: #4d6c27;
  font-family: var(--gothic);
  font-size: 20px;
  font-weight: 700;
  line-height: 77px;
  text-decoration: none;
  white-space: nowrap;
}

.catalog-cta:not(.catalog-cta-bottom) .catalog-cta-button {
  color: #6c7c6c;
}

.catalog-cta-button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 5px;
}

.catalog-cta-button:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.catalog-cta-button:hover img {
  filter: brightness(0) invert(1);
}

.catalog-cta-button img {
  position: absolute;
  top: 29px;
  right: 28px;
  width: 20px;
  height: 17px;
}

@media (min-width: 768px) {
  .catalog-cta .catalog-cta-button {
    border: 1px solid var(--accent);
    color: var(--accent);
    background: #fff;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
  }

  .catalog-cta:not(.catalog-cta-bottom) .catalog-cta-button {
    color: var(--accent);
  }

  .catalog-cta .catalog-cta-button img {
    filter: none;
    transition: filter .2s ease;
  }

  .catalog-cta .catalog-cta-button:hover {
    border-color: #fff;
    color: #fff;
    background: #8c9f76;
  }

  .catalog-cta .catalog-cta-button:hover img {
    filter: brightness(0) invert(1);
  }
}

.qa-section {
  position: relative;
  width: var(--canvas-width);
  height: auto;
  margin: 40px auto 0;
  padding: 84.5px 100px 88px;
  overflow: visible;
  background: #fbfffb;
}

.qa-section h2 {
  position: static;
  width: auto;
  margin: 0;
  color: #6c7c6c;
  font-family: var(--mincho);
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.qa-list {
  position: static;
  margin-top: 84px;
}

.qa-item {
  position: static;
  height: auto;
  border-bottom: 1px solid #bfc9bf;
  font-family: var(--gothic);
}

.qa-item h3 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: normal;
}

.qa-item h3 button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 24px 14px 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.qa-item h3 button:focus-visible {
  outline: 3px solid #173a69;
  outline-offset: 3px;
}

.qa-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: normal;
}

.qa-item [role="region"] {
  padding: 4px 30px 24px;
}

.qa-item span {
  position: static;
  flex: 0 0 auto;
  margin-left: auto;
  color: #85986e;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: transform .2s ease;
}

.qa-item h3 button[aria-expanded="false"] span {
  transform: rotate(-90deg);
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .qa-item span { transition: none; }
}

.catalog-cta-bottom { height: 502px; }

.related-section {
  position: relative;
  height: 736px;
  overflow: hidden;
  background: #edf1f7;
}

@media (min-width: 768px) {
  .related-section { background: #edf0f5; }
}

.related-link {
  position: absolute;
  top: 116.02px;
  left: calc(50% - 164px);
  width: 328px;
  text-align: left;
  font-weight: 500;
}

.related-card {
  position: absolute;
  top: 278px;
  width: 667px;
  height: 330px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

.related-magazine-card { left: calc(50% - 672px); }
.related-simulation-card { right: auto; left: calc(50% + 6px); }

.related-magazine-logo {
  position: absolute;
  top: 63px;
  left: 70px;
  width: 268px;
  height: 147px;
  object-fit: contain;
}

.related-magazine-phone {
  position: absolute;
  top: 49px;
  left: 416px;
  width: 166px;
  height: 461px;
  border: 8px solid #3b3636;
  border-radius: 15px;
  object-fit: cover;
}

.related-magazine-card p {
  position: absolute;
  top: 244px;
  left: 45px;
  width: 318px;
  margin: 0;
  color: #000;
  font-family: var(--gothic);
  font-size: 10px;
  font-weight: 500;
  line-height: 19.4px;
  letter-spacing: .3px;
  text-align: center;
  white-space: nowrap;
}

.related-simulation-card img {
  position: absolute;
  top: 0;
  left: 60px;
  display: block;
  width: 548px;
  height: 330px;
}

/* Official Sweden House common footer (common.css, scoped to this LP). */
.ft,
.ft *,
.ft *::before,
.ft *::after {
  box-sizing: border-box;
}

.ft {
  position: sticky;
  left: 0;
  width: 100vw;
  margin: 120px 0 0;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.ft p,
.ft ul {
  padding: 0;
  margin: 0;
}

.ft ul {
  font-size: 0;
  font-weight: 400;
  list-style: none;
}

.ft li {
  font-size: 14px;
  font-weight: 400;
}

.ft a {
  color: #111;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.ft img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

.ft .en {
  font-family: "Roboto", sans-serif !important;
}

.ft .sp_show {
  display: none !important;
}

.ft .inrS {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.ft .inrL {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
}

.ft .hover:hover,
.ft .hover:focus-visible {
  opacity: .8;
}

.ft a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.ft .subLink {
  overflow: hidden;
  zoom: 1;
  letter-spacing: 0;
  font-size: 0;
}

.ft .subLink .linkList {
  width: calc(100% - 325px);
  float: right;
  margin-top: 15px;
}

.ft .subLink .linkList > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  line-height: 1;
}

.ft .subLink .linkList > li.last {
  margin-right: 0;
}

.ft .subLink .linkList > li a {
  display: inline-block;
  font-size: 12px;
}

.ft .subLink .linkList > li a:hover,
.ft .subLink .linkList > li a:focus-visible {
  text-decoration: underline;
}

.ft .subLink .linkList > li a.link {
  padding-right: 12px;
  background: url("../assets/lower/official-footer/icon_link.png") no-repeat center right / 9px 9px;
}

.ft .subLink .snsList {
  width: 325px;
  float: right;
  text-align: right;
}

.ft .subLink .snsList > li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.ft .subLink .snsList > li.tx {
  margin-right: 20px;
  font-size: 12px;
}

.ft .mainLink {
  padding: 60px 0;
  margin-top: 20px;
  background: #eff2f7;
}

.ft .mainLink .ttl {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.ft .mainLink .linkList {
  margin-top: 8px;
  font-size: 0;
  text-align: center;
}

.ft .mainLink .linkList > li {
  display: inline-block;
  margin: 3px 15px;
  line-height: 1.55;
  vertical-align: middle;
}

.ft .mainLink .linkList > li a {
  display: block;
  font-size: 14px;
}

.ft .mainLink .linkList > li a:hover,
.ft .mainLink .linkList > li a:focus-visible {
  opacity: .8;
}

.ft .copy {
  padding: 20px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
