@charset "UTF-8";
/* リキッドレイアウト対応 */

body {
  font-family: '';
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  word-wrap: break-word;
}

.inner {
  max-width: 1450px;
  max-width: 90.625rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

body.p-lp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #e0e5ec;
  color: #333;
  line-height: 1.6;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

body.p-lp .container {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
}

/* ニューモーフィズムカード */
.neumorphic-card {
  background: #e0e5ec;
  border-radius: 1.875rem;
  padding: 60px 40px;
  padding: 3.75rem 2.5rem;
  -webkit-box-shadow: 0.75rem 0.75rem 1.5rem rgba(163, 177, 198, .6), -0.75rem -0.75rem 1.5rem rgba(255, 255, 255, .5);
          box-shadow: 0.75rem 0.75rem 1.5rem rgba(163, 177, 198, .6), -0.75rem -0.75rem 1.5rem rgba(255, 255, 255, .5);
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}

/* ヘッダー */
.header {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.thumbnail,
#thumbnail-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
          box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
}

.hero-copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  line-height: 1.4;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .hero-copy {
    margin-bottom: 4.375rem;
  }
}

.catchcopy {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #555;
  line-height: 1.8;
}

/* デモ動画 */
.demo-video {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .demo-video {
    margin-bottom: 4.375rem;
  }
}

.demo-video h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #2c3e50;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.demo-video p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.demo-video__text {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.demo-video__player {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
          box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
}
.demo-video__player video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

/* 価格セクション */
.pricing {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.price-badge {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: medium;
  letter-spacing: 0.05em;
  color: #fff;
  background: #e67e22;
  padding: 5px 16px 3px;
  padding: 0.3125rem 1rem 0.1875rem;
  border-radius: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.price {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.price__original {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #999;
  text-decoration: line-through;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.price__current {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  color: #ff6b6b;
}

.price__tax {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.price-note {
  font-size: 16px;
  font-size: 1rem;
  color: #7f8c8d;
}

/* icon画像（neumorphic-card直下） */
.icon-image {
  display: block;
  width: 30%;
  max-width: 30%;
  height: auto;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
          box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
}
@media screen and (max-width: 767px) {
  .icon-image {
    margin-bottom: 4.375rem;
  }
}

.cta-note {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7f8c8d;
  margin-top: -12px;
  margin-top: -0.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/* CTAボタン（ニューモーフィズム） */
.cta-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #e67e22;
  background: #e0e5ec;
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* 浮き上がり影（通常時） */
}
.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0.75rem 0.75rem 1.5rem rgba(163, 177, 198, .6), -0.75rem -0.75rem 1.5rem rgba(255, 255, 255, .5);
          box-shadow: 0.75rem 0.75rem 1.5rem rgba(163, 177, 198, .6), -0.75rem -0.75rem 1.5rem rgba(255, 255, 255, .5);
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta-button {
  /* 沈み込み影（ホバー・アクティブ時） */
}
.cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  -webkit-box-shadow: inset 0.375rem 0.375rem 0.75rem rgba(163, 177, 198, .4), inset -0.375rem -0.375rem 0.75rem rgba(255, 255, 255, .4);
          box-shadow: inset 0.375rem 0.375rem 0.75rem rgba(163, 177, 198, .4), inset -0.375rem -0.375rem 0.75rem rgba(255, 255, 255, .4);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta-button:hover {
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}
.cta-button:hover::before {
  opacity: 0;
}
.cta-button:hover::after {
  opacity: 1;
}
.cta-button:active {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

/* 製作者セクション */
.author {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.author__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2c3e50;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.author__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  background: #e0e5ec;
  border-radius: 1.25rem;
  padding: 30px;
  padding: 1.875rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
          box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .4), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .3);
}

.author__img {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .3);
          box-shadow: 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .3);
}

.author__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.author__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.author__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  color: #2c3e50;
  background: #e0e5ec;
  border-radius: 50%;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .3);
          box-shadow: 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author__sns-link--x:hover {
  color: #fff;
  background: #000;
  -webkit-box-shadow: inset 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, .2), inset -0.1875rem -0.1875rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: inset 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, .2), inset -0.1875rem -0.1875rem 0.375rem rgba(0, 0, 0, .1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.author__sns-link--yt:hover {
  color: #fff;
  background: #ff0000;
  -webkit-box-shadow: inset 0.1875rem 0.1875rem 0.375rem rgba(200, 0, 0, .2), inset -0.1875rem -0.1875rem 0.375rem rgba(200, 0, 0, .1);
          box-shadow: inset 0.1875rem 0.1875rem 0.375rem rgba(200, 0, 0, .2), inset -0.1875rem -0.1875rem 0.375rem rgba(200, 0, 0, .1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 注意書き */
.notice {
  background: #e0e5ec;
  border-radius: 1.25rem;
  padding: 30px;
  padding: 1.875rem;
  -webkit-box-shadow: inset 0.375rem 0.375rem 0.75rem rgba(163, 177, 198, .3), inset -0.375rem -0.375rem 0.75rem rgba(255, 255, 255, .4);
          box-shadow: inset 0.375rem 0.375rem 0.75rem rgba(163, 177, 198, .3), inset -0.375rem -0.375rem 0.75rem rgba(255, 255, 255, .4);
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .notice {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}

.notice h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #e74c3c;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notice h3::before {
  content: "⚠️";
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.notice p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.6;
}

/* 追従CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  overflow: visible;
  background: rgba(224, 229, 236, .95);
  -webkit-box-shadow: 0 -0.25rem 1rem rgba(163, 177, 198, .2);
          box-shadow: 0 -0.25rem 1rem rgba(163, 177, 198, .2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sticky-cta__button {
  display: block;
  max-width: 400px;
  max-width: 25rem;
  margin: 0 auto;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #e67e22;
  background: #e0e5ec;
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sticky-cta__button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .6), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .5);
          box-shadow: 0.5rem 0.5rem 1rem rgba(163, 177, 198, .6), -0.5rem -0.5rem 1rem rgba(255, 255, 255, .5);
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sticky-cta__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  -webkit-box-shadow: inset 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), inset -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .4);
          box-shadow: inset 0.25rem 0.25rem 0.5rem rgba(163, 177, 198, .4), inset -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, .4);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sticky-cta__button:hover {
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}
.sticky-cta__button:hover::before {
  opacity: 0;
}
.sticky-cta__button:hover::after {
  opacity: 1;
}
.sticky-cta__button:active {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

/* 注意書きリンク */
.notice a {
  color: #e74c3c;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.notice a:hover {
  opacity: 0.7;
}

/* フッター */
.footer {
  text-align: center;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  color: #7f8c8d;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__nav {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.footer__nav a {
  color: #7f8c8d;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav a:hover {
  opacity: 0.7;
}
.footer__nav a + a {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.footer__nav a + a::before {
  content: "｜";
  margin-right: 8px;
  margin-right: 0.5rem;
  text-decoration: none;
  display: inline-block;
  color: #b0b8c1;
}

/* 下層ページ */
.sub-page {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.sub-page__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d0d5dc;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.legal-table th,
.legal-table td {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  border-bottom: 1px solid #d0d5dc;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.legal-table th {
  width: 30%;
  font-weight: bold;
  color: #2c3e50;
  background: rgba(163, 177, 198, .1);
}

.sub-page__section {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.sub-page__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 4px solid #7f8c8d;
}

.sub-page__subheading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.sub-page__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.sub-page__text a {
  color: #e74c3c;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sub-page__text a:hover {
  opacity: 0.7;
}

.sub-page__list {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.sub-page__list li {
  list-style: disc;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.sub-page__back {
  text-align: center;
}
.sub-page__back a {
  color: #7f8c8d;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sub-page__back a:hover {
  opacity: 0.7;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .neumorphic-card {
    padding: 2.5rem 1.25rem;
    border-radius: 1.25rem;
  }
  .hero-copy {
    font-size: 1.75rem;
  }
  .catchcopy {
    font-size: 1.375rem;
  }
  .description {
    font-size: 1rem;
  }
  .price__original {
    font-size: 1.25rem;
  }
  .price__current {
    font-size: 2.25rem;
  }
  .cta-button {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
  .sticky-cta__button {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
  .sticky-cta {
    padding: 0.75rem 1rem;
  }
  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .legal-table th {
    border-bottom: none;
    padding-bottom: 0.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
