*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #676566;
  background-color: white;
  display: block;
  width: 100%;
}

a {
  width: 100%;
  text-decoration: none !important;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: transparent;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

figure,
figure img {
  width: 100%;
  margin: 0;
}

figure:not(:first-of-type) img {
  margin: -1px 0 0;
}

.cta {
  position: relative;
  margin-top: -1px;
}
.cta a {
  width: 94%;
  bottom: 5.5%;
  left: 4%;
  position: absolute;
}
.cta a img {
  width: 98%;
}
.cta-2 a {
  bottom: 21%;
}
.cta-3 a {
  bottom: 15%;
}
.cta-4 a {
  bottom: 6.5%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pc-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.pc-back__bg-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../images/pc-background.png) no-repeat center center;
  background-size: cover;
  width: 1176px;
  height: 581px;
  border-radius: 90px;
  border: 1px solid #666467;
}
@media screen and (max-width: 1280px) {
  .pc-back__bg-inner {
    width: calc(100% - 104px);
  }
}
@media screen and (max-width: 599px) {
  .pc-back__bg-inner {
    display: none;
  }
}
.pc-back__copy {
  position: fixed;
  left: auto;
  right: calc(50% + 610px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
@media screen and (max-width: 1280px) {
  .pc-back__copy {
    right: auto;
    left: 18px;
  }
}
@media screen and (max-width: 599px) {
  .pc-back__copy {
    display: none;
  }
}
.pc-back__logo {
  width: 214px;
  height: 214px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: calc(50% + 290px);
}
@media screen and (max-width: 1280px) {
  .pc-back__logo {
    right: auto;
    left: clamp(55px, 41vw + -387.8px, 137px);
  }
}
@media screen and (max-width: 1079px) {
  .pc-back__logo {
    display: none;
  }
}
.pc-back__cta {
  width: 298px;
  height: 308px;
  position: fixed;
  top: 50%;
  translate: 0 -50%;
  right: auto;
  left: calc(50% + 245px);
}
@media screen and (max-width: 1280px) {
  .pc-back__cta {
    left: auto;
    right: clamp(80px, 8vw + -6.4px, 96px);
  }
}
@media screen and (max-width: 1079px) {
  .pc-back__cta {
    right: calc((100vw - 100px - 393px - 298px - 52px) / 2 + 52px);
  }
}
@media screen and (max-width: 900px) {
  .pc-back__cta {
    display: none;
  }
}
.pc-back__cta a {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 11.5%;
  width: 255px;
  height: 67px;
}

.content,
.fixed_btn {
  max-width: 393px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .content,
  .fixed_btn {
    margin-left: clamp(270px, 82vw + -615.6px, 434px);
  }
}
@media screen and (max-width: 1079px) {
  .content,
  .fixed_btn {
    margin-left: 100px;
  }
}
@media screen and (max-width: 900px) {
  .content,
  .fixed_btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .content,
  .fixed_btn {
    max-width: 100%;
  }
}

.content {
  background-color: white;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
  .content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1280px) {
  .fixed_btn {
    left: 0;
    -webkit-transform: revert;
            transform: revert;
  }
}
@media screen and (max-width: 900px) {
  .fixed_btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

footer {
  padding-bottom: 120px;
  text-align: center;
}
footer .footer_links {
  margin-top: 22px;
}
footer a {
  font-size: 12px;
  display: block;
  line-height: 25px; /* 208.333% */
}
footer .footer_copy {
  font-size: 7px;
  line-height: 25px; /* 357.143% */
  margin-top: 26px;
  display: block;
}