:root {
  --theme-pj-1: #c20004;
  --theme-pj-2: #222222;
  --theme-pj-3: #f0eef6;
  --theme-bg-body: #dcdae6;
  --pj-grad: linear-gradient(90deg, #f03a00 0%, #cd0003 26%, #7c2c97 100%);
}

html {
  font-size: clamp(13.95px, 3.72vw, 16px);
  font-family: var(--font-sans);
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(90deg, #F9EEEC 0%, #F6E8E8 26.6%, #F1E5F7 100%);
}

.main {
  max-width: 640px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  overflow: hidden;
}

a {
  color:var(--theme-pj-1);
  text-decoration: underline;
}

sup {
  top: -0.5em;
  margin-left: -6px;
  margin-right: -4px;
}

.sup2 {
  font-size: 12px;
  margin: 0;
}

/* ─── Musubii補完 ─── */
.text.is-pj-1     { color: var(--theme-pj-1); }
.text.is-pj-2     { color: var(--theme-pj-2); }
.text.is-light    { color: #fff; }
.text.is-weight-regular  { font-weight: 400; }
.text.is-weight-medium   { font-weight: 500; }
.text.is-weight-semibold { font-weight: 600; }
.text.is-weight-bold     { font-weight: 700; }
.button.is-pj-1 {
  background: var(--pj-grad);
  color: #fff;
  transition: opacity .25s;
}
.button.is-pj-1:hover { opacity: .8; }
.is-bg-pj-2 { background-color: var(--theme-pj-2); }
.is-bg-pj-3 { background-color: var(--theme-pj-3); }
.is-smd { font-size: 93.75%; }
.is-font-size-10px { font-size: 10px; }
.spacer { display: block; height: var(--h, 1px); }
.slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
.slide  { flex: 0 0 auto; scroll-snap-align: center; }
.is-min-width-auto    { min-width: auto; }
.is-width-fit-content { width: fit-content; }
.is-width-120px       { width: 120px; }
.is-min-height-60px   { min-height: 60px; }
.is-flex.is-nowrap > * { min-width: auto; }

/* ─── CTA共通ボタン ─── */
.cta-btn {
  display: block;
  width: 100%;
  padding: 18px 8px;
  background: var(--pj-grad);
  color: #fff;
  font-weight: 700;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity .25s;
  line-height: 1.4;
}
.cta-btn:hover { opacity: .8; }
.cta-btn small {
  display: block;
  font-size: 75%;
  font-weight: 500;
  margin-top: 2px;
}

/* ─── Header ─── */
.sec-header {
  background-color: #2a3768;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  gap: 12px;
}

.header-text {
  text-align: right;
}

.header-sub {
  color: #ffffff;
  font-size: min(3.2vw, 13px);
  font-weight: 500;
  margin-bottom: 2px;
}

.header-main {
  color: #ffffff;
  font-size: min(4.4vw, 19px);
  font-weight: 700;
  line-height: 1.3;
}

.header-free {
  font-size: min(3.4vw, 14px);
  font-weight: 500;
  color: #ffff00;
}

.header-icon {
  flex-shrink: 0;
  width: 48px;
}

.header-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* ─── FV ─── */
.sec-fv {
  background: var(--pj-grad);
  padding-bottom: 0;
  padding-top: 20px;
}
.fv-card {
  margin: 0 12px;
  overflow: hidden;
}
.fv-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 4px;
}
.fv-icons {
  display: flex;
  gap: 0;
  padding: 16px 8px 24px;
}
.fv-icon-item {
  flex: 1;
  text-align: center;
  padding: 0 4px;
}
.fv-icon-item img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 6px;
}
.fv-icon-title {
  font-size: 75%;
  font-weight: 700;
  color: var(--theme-pj-1);
  line-height: 1.3;
  margin-bottom: 4px;
}
.fv-icon-desc {
  font-size: 65%;
  line-height: 1.4;
  color: #444;
}

.button-sub {
  display: flex;
  justify-content: center;
}

.button-sub a {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 20px;
  border: 1px solid #ffffff;
  border-radius: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: none;
}

.button-sub a::after {
  content: '›';
  font-size: 18px;
  line-height: 1;
}

/* ─── Slider（FV内） ─── */
.sec-slider {
  padding: 20px 0 10px;
  overflow: hidden;
}
.sec-slider .slider-label {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
  margin-bottom: 10px;
  padding: 0 16px;
}
.sec-slider .slider-note {
  text-align: right;
  font-size: 70%;
  color: rgba(255,255,255,.9);
  padding: 6px 16px 0;
}

/* ─── CTA ─── */
.sec-cta {
  padding: 24px;
}

.cta-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.sec-cta a {
  color: #fff;
  text-decoration: none;
}

.sec-cta a.fac {
  color: var(--theme-pj-1);
  text-decoration: underline;
}

a.fac2 {
  display: contents;
}

a.fac2 a {
  text-decoration: underline;
}

.sec-cta a.attention {
  color: inherit;
  text-decoration: underline;
}

.cta-wrap {
  text-align: center;
}

.cta-btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(to right, #f03a00, #cd0003, #7c2c97);
  border-radius: 9999px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0px 4px 6px 0px rgb(205 0 3 / 35%);
}

.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn::after {
  content: '›';
  font-size: 22px;
  text-align: right;
}

.cta-label-bottom {
  display: block;
  color: #cd0003;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

.cta-label-top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #cd0003;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  align-items: stretch;
}

.cta-label-text {
  display: inline;
}

.cta-label-top::before,
.cta-label-top::after {
  content: '';
  width: 1px;
  background-color: #cd0003;
  flex-shrink: 0;
}

.cta-label-top::before {
  transform: rotate(-30deg);
}

.cta-label-top::after {
  transform: rotate(30deg);
}

.cta-label-top sup {
  left: 8px;
  display: inline-block;
}

/* ─── About ─── */
.sec-about {
  background: #fff;
}

.about-hero {
  position: relative;
  width: 100%;
}

.about-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.about-hero-bottom {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

.about-hero-line {
  display: block;
  width: 100%;
  height: auto;
}

.about-hero-chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}

.about-hero-chara img {
  width: 100%;
  height: auto;
}

.about-head {
  position: relative;
  margin-top: 40px;
}

.about-head-arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #cd0003;
  margin: 0 auto;
  transform: rotate(-180deg);
  margin-bottom: -8px;
}

.about-head-title {
  background-color: #cd0003;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  border-radius: 6px;
}

.about-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

.about-point:last-of-type {
  border-bottom: none;
}

.about-point-body {
  flex: 1;
}

.about-point-badge {
  display: inline-block;
  background-color: var(--theme-pj-1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.about-point-title {
  font-size: min(5.4vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}

.about-point-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-point-icon img {
  height: auto;
}

/* ─── Price ─── */
.sec-price {
  background: #fff;
  padding: 32px 24px;
  margin-bottom: 64px;
}

.price-card {
  width: min(384px, 100%);
  margin: 0 auto;
  border: 4px solid var(--theme-pj-1);
  border-radius: 16px;
  font-family: var(--font-sans);
  position: relative;
}

/* 上部：白背景エリア */
.price-top {
  padding: 24px 24px 20px;
  text-align: center;
}

.price-label {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-pj-1);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}

.price-month {
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-pj-1);
}

.price-num {
  font-size: 48px;
  font-weight: 900;
  color: var(--theme-pj-1);
  line-height: 1;
  letter-spacing: 1.2px;
}

.price-yen {
  font-size: 22px;
  color: var(--theme-pj-1);
  font-weight: 700;
}

.price-tax {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-pj-1);
}

/* 下部：赤背景エリア */
.price-bottom {
  background: var(--theme-pj-1);
  padding: 20px 24px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}

.price-free-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.price-free-main {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.price-sup {
  font-size: 50%;
  font-weight: 700;
  top: -0.6em;
  margin-left: 2px;
}

.price-icon {
  display: block;
  position: absolute;
  bottom: -30px;
  margin: 8px auto 0;
  height: auto;
  width: min(140px, 40%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* ─── Steps ─── */
.sec-steps {
  background-color: #ece5c1;
  position: relative;
  margin: 32px 0;
}

.steps-wave-top {
  position: absolute;
  width: 100%;
  top: -30px; 
}

.steps-wave-bottom {
  position: absolute;
  width: 100%;
  bottom: -30px; 
  transform: rotate(180deg);
}

.steps-num {
  font-size: 200%;
  font-weight: 900;
}

.steps-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.steps-card-img {
  flex-shrink: 0;
  width: 120px;
}

.steps-card-img img {
  width: 100%;
  height: auto;
}

.steps-card-body {
  flex: 1;
}

.steps-badge {
  display: inline-block;
  color: var(--theme-pj-1);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.padding-none {
  padding: 0;
}

.add-img-padding {
  padding-top: 16px;
  margin-right: 16px;
}

.add-txt-padding {
  padding: 16px 16px 16px 0;
}

.steps-arrow {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid #fff;
  margin: 0 auto;
  margin-top: 0;
}

.is-space-md>.steps-arrow {
  margin-top: -10px;
}

/* ─── 施設一覧 ─── */
.sec-fac {
  margin: 32px 0;
}

.fac-tabs input[type="radio"] {
  display: none;
}

.fac-tab-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.fac-tab {
  display: block;
  padding: 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}

.fac-content {
  display: none;
  margin-top: 16px;
}

#tab-hokkaido:checked ~ .fac-tab-labels label[for="tab-hokkaido"],
#tab-kanto:checked    ~ .fac-tab-labels label[for="tab-kanto"],
#tab-hokuriku:checked ~ .fac-tab-labels label[for="tab-hokuriku"],
#tab-kansai:checked   ~ .fac-tab-labels label[for="tab-kansai"],
#tab-tokai:checked    ~ .fac-tab-labels label[for="tab-tokai"],
#tab-chugoku:checked  ~ .fac-tab-labels label[for="tab-chugoku"],
#tab-kyushu:checked   ~ .fac-tab-labels label[for="tab-kyushu"] {
  background: var(--theme-pj-1);
  color: #fff;
  border-color: var(--theme-pj-1);
}

#tab-hokkaido:checked ~ .fac-contents #content-hokkaido,
#tab-kanto:checked    ~ .fac-contents #content-kanto,
#tab-hokuriku:checked ~ .fac-contents #content-hokuriku,
#tab-kansai:checked   ~ .fac-contents #content-kansai,
#tab-tokai:checked    ~ .fac-contents #content-tokai,
#tab-chugoku:checked  ~ .fac-contents #content-chugoku,
#tab-kyushu:checked   ~ .fac-contents #content-kyushu {
  display: block;
}

.fac-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fac-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 8px 0px rgba(53, 53, 53, 0.30);
  margin-bottom: 8px;
}

.fac-item-link {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 0 12px 0 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.fac-item-thumb {
  flex-shrink: 0;
  width: 100px;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}

.fac-item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fac-item-body {
  flex: 1;
  padding: 16px 0;
}

.fac-item-body p {
  margin-bottom: 4px;
}

.fac-item-arrow {
  color: #333;
  font-size: 18px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.sec-fac a {
  color: inherit;
}

/* ─── コメント ─── */
.sec-comment {
  background-color: #ece5c1;
  position: relative;
  margin: 32px 0;
}

.comment-wave-top {
  display: block;
  width: 100%;
  position: absolute;
  top: -18px;
}

.comment-wave-bottom {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -18px;
  transform: rotate(180deg);
}

.comment-chara {
  text-align: center;
  margin-bottom: 12px;
}

.comment-chara img {
  width: 80px;
  height: auto;
}

.comment-title {
  text-align: center;
  font-weight: 700;
  color: var(--theme-pj-1);
  margin-bottom: 24px;
}

.comment-editor {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}

.comment-editor-text {
  flex: 1;
  line-height: 1.5;
}

.comment-editor-name {
  font-weight: 600;
  margin-top: 8px;
}

.comment-editor-img {
  flex-shrink: 0;
  width: 90px;
}

.comment-editor-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.comment-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.comment-card p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.comment-card p:last-child {
  margin-bottom: 0;
}

.comment-from {
  font-size: 78%;
  font-weight: 700;
  color: #555;
}

.sec-comment-inner {
  padding-bottom: 40px;
}

.comment-icon {
  margin: 0 auto;
}

/* ─── FAQ ─── */
.sec-faq {
  background: #fff;
  margin: 32px 0;
}

.faq-chara {
  text-align: center;
  margin-bottom: 8px;
}

.faq-chara img {
  width: 70px;
  height: auto;
}

.faq-title {
  text-align: center;
  font-weight: 700;
  color: var(--theme-pj-1);
  margin-bottom: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.faq-list::before {
  content: '';
  position: absolute;
  top: -62px;
  left: 0px;
  width: 100px;
  height: 100px;
  background-image: url(../images/faq-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item {
  border: 1px solid var(--theme-pj-1);
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 16px 0 16px;
}

.faq-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 16px 0;
  list-style: none;
  background: #fff;
}

.faq-summary::-webkit-details-marker { display: none; }

.faq-q-num {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 900;
  color: var(--theme-pj-1);
  min-width: 28px;
}

.faq-q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme-pj-1);
}

.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-answer {
  font-size: 14px;
  line-height: 1.7;
  transition: height 0.3s ease;
}

.faq-answer-inner {
  border-top: 1px dotted var(--theme-pj-1);
}

.faq-answer p {
  padding-top: 16px;
  padding-bottom: 16px;
}

span.add {
  color: var(--theme-pj-1);
}

/* ─── 注意事項 ─── */
.sec-notes {
  background: #fff;
  padding: 40px 24px;
}

.sec-notes h2 { 
  font-weight: 700; 
  margin-bottom: 20px;
  text-align: center;
  color: var(--theme-pj-1);
}

.notes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.notes-item {
  font-size: 12px;
  line-height: 1.8;
}

.notes-heading {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.notes-sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.notes-sub li {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
}

.notes-sub li.notes-kome {
  font-size: 10px;
}

.notes-kome::before {
  content: '※';
  flex-shrink: 0;
}

.notes-dot::before {
  content: '・';
  flex-shrink: 0;
}

.notes-plain::before {
  content: '・';
  flex-shrink: 0;
}

/* ─── Footer ─── */
.sec-footer {
  background: var(--theme-pj-2);
  padding: 36px 32px 40px;
  text-align: center;
}
.sec-footer img { display: block; margin: 0 auto 20px; }
.sec-footer .links { 
  margin: 40px 0; 
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-footer .links a { color: #fff; font-size: 96%; text-decoration: underline; }
.sec-footer .links span { color: #fff; margin: 0 8px; }
.sec-footer .copy { color: #fff; font-size: 80%; }

/* ─── 固定CTA ─── */
.sec-cta-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 640px;
  background: #fff;
  padding: 12px 24px 12px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  box-shadow: 0px -7px 10px -6px rgba(90, 90, 90, 0.3);
}

.sec-cta-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.sec-cta-fixed a.cta-btn {
  font-size: 16px;
  padding: 12px 24px;
}

.sec-cta-fixed .cta-label-top {
  font-size: 13px;
}

.sec-cta-fixed .cta-label-bottom {
  font-size: 11px;
}

.sec-cta-fixed .cta-btn::after {
  line-height: 0.8;
}

/* ─── PC幅 ─── */
@media (min-width: 641px) {
  .pc-pd {
    padding-left: 54px;
    padding-right: 54px;
  }
  .pc-pdv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header-inner {
    padding: 12px 24px;
    gap: 16px;
  }

  .header-sub {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .header-main {
    font-size: 26px;
  }

  .header-free {
    font-size: 18px;
  }

  .header-icon {
    width: 64px;
  }
  .fv-card {
    margin: 0px 36px;
  }
  .about-hero-bottom {
    bottom: -50px;
  }

  .sec-cta {
    padding: 54px;
  }

  .cta-2 {
    padding: 24px 54px;
  }

  .cta-label-top {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .cta-label-bottom {
    font-size: 18px;
    margin-top: 8px;
  }

  .sec-about p.pc-adj {
    font-size: 18px;
  }

  .about-head {
    padding: 0 54px;
  }

  .about-point {
    padding-bottom: 32px;
  }

  .about-point-badge {
    font-size: 18px;
  }

  .about-point-title {
    font-size: 24px;
    line-height: 1.6;
  }

  .steps-badge {
    font-size: 20px;
  }

  .steps-card-body p {
    font-size: 22px;
  }

  .steps-card {
    gap: 28px
  }

  .sec-steps p.pc-adj {
    font-size: 20px;
  }

  .fac-tab {
    font-size: 16px;
    padding: 14px 8px;
  }

  .fac-contents p.pc-adj {
    font-size: 18px;
  }

  .fac-item-thumb {
    width: 140px;
  }

  .fac-item-body {
    padding: 20px 0;
  }

  .sec-fac a.pc-adj {
    font-size: 18px;
  }

  .sec-comment p.pc-adj {
    font-size: 16px;
  }

  .sec-price {
    padding: 32px 24px 50px;
  }

  .price-card {
    width: 384px;
  }

  .price-icon {
    width: 150px;
  }

  .sec-comment-inner {
    padding-bottom: 0;
  }

  .faq-list::before {
    top: -74px;
    left: 0px;
    width: 120px;
    height: 120px;
  }

  .sec-faq {
    margin-bottom: 0;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .notes-heading {
    font-size: 14px;
  }

  .notes-sub li {
    font-size: 14px;
  }

  .cta-label-top::before,
  .cta-label-top::after {
    
  }

  /* ─── 固定CTA ─── */
  .sec-cta-fixed {
    padding: 16px 24px 16px;
  }

  .sec-cta-fixed a.cta-btn {
    font-size: 20px;
    padding: 16px 32px;
  }

  .sec-cta-fixed .cta-label-top {
    font-size: 16px;
  }

  .sec-cta-fixed .cta-label-bottom {
    font-size: 14px;
  }

  .sec-cta-fixed .cta-btn::after {
    line-height: 1;
  }
}