.fv {
  width: 100%;
}

.fv-image img {
  width: 100%;
  height: auto;
  display: block;
}


.fv-cta-area {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #E5D4C2;
  padding: 40px 16px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  width: 100%;
}

/* 吹き出し */
.balloon {
  text-align: center;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
  margin-top: -75px;
}

.balloon img {
  width: 80%;
  max-width: 320px;
  height: auto;
}


.cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(to bottom,
      #F3FBAD,
      #D3AA5B,
      #6A4908,
      #553A05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-sub {
  font-size: 12px;
  font-weight: 700;
  color: #2C0B14;
  line-height: 1.2;
}

.cta-main {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.4;
}

.cta-arrow {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-left: 12px;
}


.cta-arrow {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.cta-note {
  color: #000;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.members-about {
  width: 100%;
  background-color: #ffffff;
}

.members-about img {
  width: 100%;
  height: auto;
  display: block;
}



.members-section {
  padding: 40px 40px;
  background-image: url("../img/bg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.members-title {
  text-align: center;
}

.members-title__line {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.members-title__text {
  margin: 12px 0;
  font-size: clamp(20px, 5vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  color: #7E0020;
  letter-spacing: 0.05em;
}

.members-catch {
  margin-top: 46px;
  font-size: clamp(24px, 8vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #7E0020;
}

.members-image {
  margin-top: 24px;
}

.members-image img {
  width: 100%;
  height: auto;
  display: block;
}

.members-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #2C0B14;
  text-align: left;
  letter-spacing: -1px;
}

.members-text__free {
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {

  .pc-fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }

  .balloon {
    margin-bottom: -10px;
  }

  .balloon img {
    width: 50%;
    max-width: 170px;
  }

  .pc-cta-bg {
    background-color: #E5D4C2;
    padding: 16px 0 1px;
  }

  .fv-cta-area {
    position: relative;
    box-shadow: none;
    padding-bottom: 0;
  }

  .members-title__text {
    font-size: 21px;
  }

  .pc-cta-inner {
    width: 450px;
    margin: 0 auto;
  }

  .pc-footer {
    background-color: #000;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta-note br {
    display: none;
  }

  .cta-button {
    padding: 12px 16px;
    border-radius: 10px;
    margin: 0 auto;
    width: 80%;
  }

  .cta-sub {
    font-size: 11px;
  }

  .cta-main {
    font-size: 20px;
  }

  .cta-arrow {
    font-size: 18px;

  }
}

@media (min-width:1024px) {
  .cta-note {
    margin-top: 5px;
  }
}