<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
|---------------------------------------------------------------
| はじめての方へ
|---------------------------------------------------------------
*/
/* reset */
.fs-l-main,
.fs-l-pageMain {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768.02px) {
  .fs-l-main {
    padding: 15px 0;
    padding: clamp(15px, 1.95vw, 25px) 0;
  }
}

.fs-c-breadcrumb {
  max-width: 1142px;
}

/*
 * Main
------------------------------------------------*/
.fp-howtouse {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.5;
}
@media screen and (min-width: 768.02px) {
  .fp-howtouse {
    font-size: 20px;
  }
}
.fp-howtouse__header {
  display: block;
  width: 100%;
}
.fp-howtouse__header__title {
  display: block;
  width: 100%;
}
.fp-howtouse__header__nav {
  display: block;
  width: 100%;
}
.fp-howtouse__body {
  display: block;
  width: 100%;
}
.fp-howtouse__group {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* color */
.fp-howtouse .bg-light {
  background-color: #F3F3F3;
}
.fp-howtouse .bg-beige {
  background-color: #F1EFDF;
}

/*
 * Container
------------------------------------------------*/
.fht-container {
  width: 100%;
  max-width: 624px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (min-width: 768.02px) {
  .fht-container {
    max-width: 1186px;
    padding: 0 30px;
  }
}

/*
 * Title
------------------------------------------------*/
.fht-title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: clamp(19px, 5.13vw, 39px);
  font-weight: bold;
  text-align: center;
  border: 0;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
}
@media screen and (min-width: 768.02px) {
  .fht-title {
    font-size: 25px;
    text-align: left;
    border-bottom: 1px solid #000000;
    padding: 0.6em 0;
  }
}

/*
 * 汎用文章
------------------------------------------------*/
.fht-document {
  display: block;
  position: relative;
  padding: 0.5em 0;
}
.fht-document p,
.fht-document ul,
.fht-document ol,
.fht-document dl {
  margin: 0 0 1.5em;
}
.fht-document dl dt {
  font-weight: bold;
  margin: 0;
}
.fht-document dl dd {
  margin: 0;
}

/*
 * Section
------------------------------------------------*/
.fht-section {
  display: block;
  width: 100%;
  padding: 25px 0;
  padding: clamp(25px, 3.26vw, 50px) 0;
}
.fht-section__header {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (min-width: 768.02px) {
  .fht-section__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
  }
}
.fht-section__body {
  display: block;
  width: 100%;
}

.fht-section-title {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: clamp(17px, 4.62vw, 35px);
  font-weight: bold;
  text-align: left;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #FF6D0F;
  margin: 0 0 0.5em;
  padding: 0 0 0 0.5em;
}
@media screen and (min-width: 768.02px) {
  .fht-section-title {
    width: auto;
    max-width: 100%;
    font-size: 26px;
    border-width: 0 0 0 6px;
  }
}

/*
 * Lead
------------------------------------------------*/
.fp-howtouse-lead {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  text-align: left;
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fp-howtouse-lead {
    font-size: 18px;
  }
}
.fp-howtouse-lead p {
  display: block;
  width: 100%;
}

/*
 * Nav
------------------------------------------------*/
.fp-howtouse-nav {
  display: block;
  width: 100%;
}
.fp-howtouse-nav__list {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  counter-reset: howtouse-nav;
}
.fp-howtouse-nav__list__item {
  display: block;
  width: 100%;
  counter-increment: howtouse-nav;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768.02px) {
  .fp-howtouse-nav__list {
    width: auto;
    margin: 0 -32px;
    display: flex;
    flex-wrap: wrap;
  }
  .fp-howtouse-nav__list__item {
    display: flex;
    border: 0;
    width: auto;
    margin: 10px 0;
    padding: 0 32px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.fp-howtouse-nav-link {
  display: block;
  width: 100%;
  color: #000000 !important;
  background-color: #ffffff;
  text-decoration: none !important;
  font-size: 14px;
  font-size: clamp(13px, 3.59vw, 28px);
  font-weight: bold;
  padding: 0.86em 0.25em;
}
.fp-howtouse-nav-link::before {
  content: counter(howtouse-nav) ".";
}
@media screen and (min-width: 768.02px) {
  .fp-howtouse-nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    text-align: center;
    border: 1px solid #707070;
  }
  .fp-howtouse-nav-link::before {
    display: none;
  }
}
.fp-howtouse-nav-link[href] {
  padding-right: 2.09em;
  position: relative;
}
.fp-howtouse-nav-link[href]::after {
  content: "";
  width: 0.71em;
  height: 0.71em;
  border-width: 1px 1px 0 0;
  border-color: CurrentColor;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.1em;
  bottom: 0;
  margin: auto;
}
.fp-howtouse-nav-link[href]:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768.02px) {
  .fp-howtouse-nav-link[href] {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
  .fp-howtouse-nav-link[href]::after {
    width: 0.5em;
    height: 0.5em;
  }
}
.fp-howtouse-nav-link__text {
  display: inline-block;
}

/*
 * いますぐ無料会員登録
------------------------------------------------*/
.fht-cta {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  padding: clamp(15px, 1.95vw, 30px) 0;
}
.fht-cta__title {
  display: block;
  width: 100%;
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 18px;
  font-size: clamp(17px, 4.62vw, 35px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768.02px) {
  .fht-cta__title {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
}
.fht-cta__nav {
  display: block;
  width: 100%;
}
.fht-cta__aside {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  margin-top: clamp(10px, 1.3vw, 25px);
}

.fht-cta-btn {
  display: block;
  width: 21.79em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.93em 0.5em;
  color: #ffffff !important;
  background: #FF6D0F;
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  font-size: clamp(13px, 3.59vw, 28px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768.02px) {
  .fht-cta-btn {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 0.73em;
    padding-bottom: 0.73em;
  }
}
.fht-cta-btn[href]:hover {
  opacity: 0.8;
}

.fht-cta-note {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 11px;
  font-size: clamp(11px, 2.82vw, 22px);
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768.02px) {
  .fht-cta-note {
    font-size: 18px;
  }
}

/*
 * 1. 取扱商品
------------------------------------------------*/
.fht-items {
  display: block;
  width: 100%;
}
.fht-items__lead {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.67;
}
@media screen and (min-width: 768.02px) {
  .fht-items__lead {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
.fht-items__content {
  display: block;
  width: 100%;
}

.fht-items-item {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  padding: 0 0 0 2.14em;
  position: relative;
  font-size: 14px;
  font-size: clamp(13px, 3.59vw, 28px);
  line-height: 1.43;
}
.fht-items-item::before {
  content: "";
  display: block;
  width: 1.43em;
  height: 1.43em;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgdmlld0JveD0iMCAwIDM1IDM1Ij48cmVjdCB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIGZpbGw9IiNmZjZkMGYiLz48cGF0aCBkPSJNMTgsMCw1LjQsMTBaTTAsNWw1LjQsNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgMTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768.02px) {
  .fht-items-item {
    margin: 0 0 1.5em;
    padding: 0 0 0 3.33em;
    font-size: 18px;
  }
  .fht-items-item::before {
    width: 1.94em;
    height: 1.94em;
  }
}
.fht-items-item dt {
  display: block;
  width: 100%;
  font-size: 1.29em;
  font-weight: bold;
}
@media screen and (min-width: 768.02px) {
  .fht-items-item dt {
    font-size: 1.11em;
  }
}
.fht-items-item dd {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
}

/*
 * 2. メンテナンスサービスに関して
------------------------------------------------*/
.fht-maintenance {
  display: block;
  width: 100%;
}
.fht-maintenance__lead {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-maintenance__lead {
    font-size: 20px;
    margin-bottom: 2em;
  }
}
.fht-maintenance__content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fht-maintenance__content {
    width: auto;
    margin: 0 -12px;
  }
}
@media screen and (min-width: 768.02px) {
  .fht-maintenance__content {
    margin: 50px 0;
  }
}
.fht-maintenance__aside {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}

.fht-maintenance-banners {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.fht-maintenance-banner {
  display: block;
  width: 100%;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
.fht-maintenance-banner[href] {
  text-decoration: underline;
}
.fht-maintenance-banner[href]:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768.02px) {
  .fht-maintenance-banner {
    max-width: 390px;
    margin: 0 auto;
  }
}
.fht-maintenance-banner__image {
  display: block;
  width: 100%;
}
.fht-maintenance-banner__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fht-maintenance-banner__image figcaption {
  display: block;
  width: 100%;
  margin: 4px 0 0;
  padding: 0 0.5em;
}
.fht-maintenance-banner__image figcaption::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.25em 0 0;
  background: CurrentColor;
}

.fht-maintenance-note {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-size: clamp(12px, 3.08vw, 24px);
  line-height: 1.67;
}
@media screen and (min-width: 768.02px) {
  .fht-maintenance-note {
    font-size: 16px;
  }
}

/*
 * 3. 登録会員様限定サイト
------------------------------------------------*/
.fht-membership {
  display: block;
  width: 100%;
}
.fht-membership__lead {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-membership__lead {
    font-size: 20px;
    margin-bottom: 2em;
  }
}
.fht-membership__content {
  display: block;
  width: 100%;
  line-height: 1.88;
}

.fht-membership-example {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  margin-bottom: clamp(25px, 3.26vw, 50px);
}
.fht-membership-example__lead {
  margin: 0;
}
.fht-membership-example__lead::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  background: CurrentColor;
  margin: 0 0.25em 0 0;
}
.fht-membership-example__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.fht-membership-example__list &gt; li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1em;
  font-weight: bold;
}
.fht-membership-example__list &gt; li &gt; span {
  display: block;
  margin-right: 0.25em;
}
.fht-membership-example__list &gt; li &gt; small {
  display: block;
  font-size: 1em;
  font-weight: normal;
}

.fht-membership-attention ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
}
.fht-membership-attention ul li {
  padding-left: 1.5em;
  position: relative;
}
.fht-membership-attention ul li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: CurrentColor;
  position: absolute;
  top: 0.45em;
  left: 0.5em;
  margin: auto;
}

/*--------------- Section ---------------*/
.fht-membership-section {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  margin-bottom: clamp(25px, 3.26vw, 50px);
  padding: 25px 3.55%;
}
@media screen and (max-width: 768px) {
  .fht-membership-section {
    padding: 15px 15px;
    border-radius: 5px;
    overflow: hidden;
    color: #000000;
    background: #F1EFDF;
  }
}
.fht-membership-section__title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.fht-membership-section__body {
  display: block;
  width: 100%;
  overflow: hidden;
}

.fht-membership-process {
  width: 100%;
}
.fht-membership-process__item {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768.02px) {
  .fht-membership-process {
    width: auto;
    margin-right: -19px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 19px 6px;
  }
  .fht-membership-process__item {
    display: flex;
    padding-right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .fht-membership-process__item {
    --border-width: 1px;
    --border-color: #ffffff;
  }
  .fht-membership-process__item + .fht-membership-process__item {
    border-top: var(--border-width) solid var(--border-color);
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }
  .fht-membership-process__item + .fht-membership-process__item::before {
    content: "";
    display: block;
    border-width: 12px 12px 0 12px;
    border-color: #F1EFDF transparent transparent transparent;
    border-style: solid;
    filter: drop-shadow(0 var(--border-width) 0 var(--border-color));
    position: absolute;
    top: calc(-1 * var(--border-width));
    right: 10px;
    margin: auto;
  }
}

.fht-membership-step {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768.02px) {
  .fht-membership-step {
    position: relative;
    padding: 25px 30px;
    border-radius: 5px;
    color: #000000;
    background: #F1EFDF;
  }
  .fht-membership-step::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 0 20px 19px;
    border-color: transparent transparent transparent #F1EFDF;
    border-style: solid;
    position: absolute;
    left: calc(100% - 1px);
    bottom: 19px;
    margin: auto;
  }
  .fht-membership-process__item:last-child .fht-membership-step::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fht-membership-step {
    padding-left: 60px;
    position: relative;
  }
}
.fht-membership-step__head {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: clamp(13px, 3.59vw, 28px);
  font-weight: bold;
  margin: 0;
}
.fht-membership-step__head img {
  display: block;
  width: 46px;
  height: auto;
}
.fht-membership-step__head span {
  display: block;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .fht-membership-step__head img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768.02px) {
  .fht-membership-step__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    margin: 0 0 1em;
  }
  .fht-membership-step__head img {
    flex-shrink: 0;
    width: 69px;
    height: auto;
    /* margin-right: 22px; */
  }
}
.fht-membership-step__body {
  display: block;
  width: 100%;
}
.fht-membership-step__body p {
  margin: 0 0 1em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  font-weight: bold;
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-membership-step__body p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768.02px) {
  .fht-membership-step__body p span {
    display: block;
  }
}

/*
 * 4. 仕入掛率、価格、会員ランク
------------------------------------------------*/
.fht-memberrank {
  display: block;
  width: 100%;
}
.fht-memberrank__content {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-memberrank__content {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2em;
  }
}
.fht-memberrank__content &gt; dl {
  display: block;
  width: 100%;
  margin: 0;
}
.fht-memberrank__content &gt; dl &gt; dt {
  display: inline;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.fht-memberrank__content &gt; dl &gt; dt::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.15em;
  background: CurrentColor;
}
.fht-memberrank__content &gt; dl &gt; dt::after {
  content: "：";
}
.fht-memberrank__content &gt; dl &gt; dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.fht-memberrank__image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768.02px) {
  .fht-memberrank__image {
    margin-bottom: 50px;
  }
}

.fht-memberrank-image {
  display: block;
  width: 100%;
  max-width: 655px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fht-memberrank-image {
    width: auto;
    margin: 0 -12px;
  }
}
.fht-memberrank-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 5. ポイントシステム
------------------------------------------------*/
.fht-point {
  display: block;
  width: 100%;
}
.fht-point__image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768.02px) {
  .fht-point__image {
    margin-bottom: 60px;
  }
}
.fht-point__content {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-point__content {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2em;
  }
}
.fht-point__content &gt; dl {
  display: block;
  width: 100%;
  margin: 0;
}
.fht-point__content &gt; dl &gt; dt {
  display: inline;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.fht-point__content &gt; dl &gt; dt::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.15em;
  background: CurrentColor;
}
.fht-point__content &gt; dl &gt; dt::after {
  content: "：";
}
.fht-point__content &gt; dl &gt; dd {
  display: inline;
  margin: 0;
  padding: 0;
}

.fht-point-image {
  display: block;
  width: 100%;
  max-width: 655px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fht-point-image {
    width: auto;
    margin: 0 -12px;
  }
}
.fht-point-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 6. 決済方法
------------------------------------------------*/
.fht-payment {
  display: block;
  width: 100%;
}
.fht-payment__lead {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: clamp(15px, 4.1vw, 32px);
  line-height: 1.88;
}
@media screen and (min-width: 768.02px) {
  .fht-payment__lead {
    font-size: 20px;
    margin-bottom: 2em;
  }
}
.fht-payment__content {
  display: block;
  width: 100%;
}

.fht-payment-methods {
  display: block;
  width: 100%;
}
.fht-payment-methods &gt; dl {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  margin-bottom: clamp(15px, 1.95vw, 40px);
}
.fht-payment-methods &gt; dl &gt; dt {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.25em 0;
  border-bottom: 2px solid #707070;
  font-size: 1em;
  font-weight: bold;
}
.fht-payment-methods &gt; dl &gt; dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
.fht-payment-methods &gt; dl table {
  width: auto;
  max-width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}
.fht-payment-methods &gt; dl table th, .fht-payment-methods &gt; dl table td {
  border: 0;
  padding: 0 1em;
  line-height: inherit;
  vertical-align: baseline;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}
.fht-payment-methods &gt; dl table th {
  white-space: nowrap;
}

/*
 * 画面下部固定（フローティング）
------------------------------------------------*/
.fht-floatCta {
  display: none;
  width: 100%;
  padding: 15px 0;
  padding: clamp(15px, 1.95vw, 40px) 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .fht-floatCta {
    display: block;
  }
}
</pre></body></html>