/* ========= RESET ========= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro", "Noto Sans JP", sans-serif;
  font-weight: 100;
  background:
    radial-gradient(circle at 20% 30%, #f8e9eb 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, #e8f3f8 0%, transparent 40%),
    linear-gradient(135deg, #f3f3f6, #e6e8ee);
  overflow-x: hidden;
  color: #333;
}

@font-face {
  font-family: "URWClassico-Regular";
  src: url("../fonts/URWClassico-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========= WRAPPER ========= */
.lp-wrapper {
  display: flex;
  justify-content: center;
}

.lp {
  width: 100%;
  max-width: 420px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.header-inner {
  max-width: 420px;
  height: 65px;
  background-color: #F8E9EB;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.logo {
  text-align: center;
}

.fv__logo img {
  width: 100px;
}

.logo-ruby {
  font-size: 10px;
  margin-top: 2px;
}

/* ========= FV ========= */
.fv {
  background: #F8E9EB;
  position: relative;
}

.fv__visual {
  position: relative;
  height: calc(100dvh - 120px);
  max-height: 420px;
  overflow: hidden;
}

.fv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% top;
}

.fv__badges:nth-child(2) {
  position: absolute;
  right: 12px;
  top: 10px;
}

.fv__badges {
  position: absolute;
  right: 12px;
  top: 130px;
}

.fv__badges img {
  width: 120px;
  position: relative;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.35));
}

.fv__badges__text {
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  font-family:
    "Hiragino Maru Gothic ProN",
    "ヒラギノ丸ゴ ProN",
    "Hiragino Maru Gothic Pro",
    "ヒラギノ丸ゴ Pro",
    "Noto Sans JP",
    sans-serif;
  text-align: center;
  width: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #734A1A;
}

.fv__copy {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.35));
}

.fv__bottom {
  background: linear-gradient(180deg,
      #F8E9EB 0%,
      #F4ECFD 40%,
      #F5EBFD 100%);
}

.fv__lead {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  padding: 20px 0 5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 1px solid #cbb982;
  left: 50%;
  transform: translateX(-50%);
}

.fv__points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 0 10px;
}

.fv__point {
  text-align: center;
  position: relative;
  z-index: 9;
}

.fv__point img {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
}

.fv__point p {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  font-size: 10px;
  width: 90px;
}

.fv__point:nth-child(2) p,
.fv__point:nth-child(3) p,
.fv__point:nth-child(4) p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  font-size: 11px;
  width: 90px;
}

.producer {
  text-align: center;
  margin: 20px 0 0;
}

/* 上テキスト */
.producer-sub {
  display: block;
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  position: relative;
}

.producer-sub::after {
  content: "";
  display: block;
  width: 340px;
  height: 1px;
  background: #cbb982;
  margin: 0 auto;
}

/* メイン */
.producer-main {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.pink {
  color: #D89CB6;
}

.fv__cta {
  padding: 24px 16px;
  text-align: center;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.35));
}

/* ========= 共通 ========= */
.livers-section__title {
  text-align: center;
  font-size: 32px;
  font-family: "URWClassico", serif;
  padding: 24px 0;
  font-weight: 100;
}

.livers-section__title span {
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro", "Noto Sans JP", sans-serif;
  font-size: 28px;
}

/* ========= Top Livers ========= */
.top-livers {
  background: #fff;
}

.top-livers__visual {
  position: relative;
}

.top-livers__visual img {
  width: 100%;
}

/* ========= Livers ========= */
.livers {
  padding: 24px 16px;
  background: #fff;
}

.livers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 25px;
}

.livers__item {
  text-align: center;
}

.livers__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.livers__item p {
  margin-top: 8px;
  font-size: 14px;
}

/* MORE */
.livers__more {
  text-align: right;
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.cta {
  background: #F8E9EB;
  padding: 16px 0;
}


/* ========= like meとは ========= */
.about {
  background: linear-gradient(180deg, #f6eef4 0%, #eae6f3 100%);
  padding: 40px 16px 60px;
  text-align: center;
}

/* ========= 見出し ========= */
.about__header {
  background: #F3AECC;
  color: #fff;
  padding: 16px 0 28px;
  position: relative;
}

/* ▼三角 */
.about__header::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #F3AECC;
}

/* 見出し */
.about__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 24px;
}

/* 横線 */
.about__line {
  position: relative;
  width: 40px;
  height: 1px;
  background: #fff;
  top: -10px;
}

/* ロゴ＋ふりがな */
.title-ruby {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ロゴ */
.title-ruby img {
  position: relative;
  height: 40px;
}

/* 白ロゴ化（重要） */
.logo-white {
  filter: brightness(0) invert(1);
}

/* ふりがな */
.title-ruby .logo-ruby {
  position: absolute;
  bottom: 15px;
  font-size: 10px;
  margin-top: 2px;
}

/* 「とは」 */
.about__text {
  margin-left: 4px;
}

/* ========= スマホ画像 ========= */
.about__visual {
  margin-top: 10px;
}

.about__visual img {
  width: 60%;
  max-width: 280px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.35));
}

/* ========= カード ========= */
.about__card {
  background: #fff;
  margin-top: -24px;
  padding: 24px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}

/* 見出し */
.about__lead {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}

/* テキスト */
.about__card p {
  line-height: 2.4;

  background-image: repeating-linear-gradient(to bottom,
      transparent 0,
      transparent calc(2.4em - 1px),
      #e5e5e5 calc(2.4em - 1px),
      #e5e5e5 2.4em);

  background-size: 100% 2.4em;
  background-repeat: repeat-y;
}

.oya {
  position: relative;
}

.ko {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-30%);
  font-size: 8px;
  width: 100%;
}

/* 強調 */
.highlight {
  color: #D88CF2;
}


.reason {
  padding: 48px 16px;
  background: linear-gradient(180deg,
      #F8E9EB 0%,
      #F4ECFD 50%,
      #F5EBFD 100%);
}

.reason__header {
  text-align: center;
  margin-bottom: 40px;
}

.reason__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  margin-bottom: 60px;
}

.reason__title img {
  width: 130px;
}

/* テキスト */
.reason__title .reason__text {
  margin-left: 4px;
  font-size: 24px;
  margin-top: 10px;
}

/* ルビ */
.reason__title .title-ruby {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
}

.reason__title .logo-ruby {
  font-size: 10px;
  margin-top: 2px;
  bottom: -10px;
}

/* カード */
.reason__card {
  position: relative;
  background: #fff;
  padding: 24px 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 80px 0;
}

.reason__card:last-child {
  margin-bottom: 0;
}

/* 内側の細線 */
.reason__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  /* ← 内側に余白作る */
  border: 1px solid #999;
  pointer-events: none;
}

/* ダイヤ */
.reason__badge {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 85px;
}

.reason__badge img {
  width: 100%;
  display: block;
}

/* テキスト中央配置 */
.reason__badge-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.reason__badge-text span {
  font-size: 10px;
  margin-top: -10px;
}

.reason__badge-text strong {
  font-size: 32px;
  margin-top: -10px;
}

.reason__lead {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
}

/* アイコン */
.reason__icon img {
  width: 100px;
  margin: 12px auto 20px;
}

/* テキスト */
p.reason__text {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

/* アクセント */
.u-accent {
  border-bottom: 2px solid #D88CF2;
}

p.reason__text .pink {
  color: #D88CF2;
  font-weight: bold;
}

/* NGボックス */
.reason__note {
  display: flex;
  background: #F5E9F9;
  overflow: hidden;
  margin-top: 15px;
}

/* 左（×） */
.reason__note-left {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: -5px;
}

/* ← 縦点線 */
.reason__note-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom,
      #fff,
      #fff 2px,
      transparent 2px,
      transparent 6px);
}

/* 右（テキスト） */
.reason__note-right {
  flex: 1;
  padding: 12px 14px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.cta {
  padding: 0px 10px 20px;
  text-align: center;
  background: linear-gradient(180deg,
      #F4ECFD 0%,
      #F5EBFD 100%);
}

.cta__inner {
  position: relative;
}

/* 矢印 */
.cta__arrow {
  position: absolute;
  top: -10px;
  left: 48%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* V */
.cta__arrow span {
  position: relative;
  width: 32px;
  height: 20px;
}

/* 線 */
.cta__arrow span::before,
.cta__arrow span::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 20px;
  height: 2px;
  background: #D88CF2;
}

/* 左（頂点に寄せる） */
.cta__arrow span::before {
  left: 55%;
  transform-origin: right center;
  transform: translateX(-100%) rotate(60deg);
}

/* 右（頂点に寄せる） */
.cta__arrow span::after {
  left: 55%;
  transform-origin: left center;
  transform: rotate(-60deg);
}

.cta__title {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}

.cta__btn img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.cta__btn {
  display: block;
  transition: 0.2s;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.35));
}

.cta__btn:active {
  transform: scale(0.96);
}

/* ===== 背景 ===== */
.anxiety {
  background: repeating-linear-gradient(90deg,
      #E8EFF9 0px,
      #E8EFF9 5px,
      #fff 6px,
      #fff 20px);
  padding: 30px 0px 80px;
  overflow: hidden;
}

.anxiety__inner {
  margin: 0 auto;
  position: relative;
}

/* ===== タイトル ===== */
.anxiety__top {
  position: relative;
  text-align: center;
}

.anxiety__illust--top {
  position: absolute;
  left: -10px;
  top: -30px;
  width: 170px;
  z-index: 2;

}

.anxiety__title {
  font-size: 22px;
  line-height: 1.4;
  left: 50px;
  z-index: 2;
  position: relative;
}

.anxiety__title span {
  position: relative;
  font-size: 32px;
}

.anxiety__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 6px;
  background: #d9a6ff;
}

/* ===== 波 ===== */
.anxiety__wave {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wave-triangle {
  position: relative;
  z-index: 2;
  margin-top: 0px;

}

/* ===== リード ===== */
.anxiety__lead {
  width: 100%;
  text-align: center;
  font-size: 16px;
  bottom: 0;
  z-index: 3;
  background: #E8EFF9;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 0 10px;
}

/* ===== ピンク帯 ===== */
.anxiety__band {
  background: #F8E9EB;
  padding: 50px 10px;
  margin-top: -50px;
  text-align: center;
  z-index: 0;

  clip-path: polygon(0% 0%,
      /* 左上 */
      100% 0%,
      /* 右上 */
      100% 80%,
      /* 右下の曲がり角 */
      50% 100%,
      /* 真下の中央（頂点） */
      0% 80%
      /* 左下の曲がり角 */
    );
}

.anxiety__band::after {
  bottom: -15px;
  border-radius: 0 0 50% 50%;
}

.anxiety__band p {
  font-size: 20px;
  font-weight: 900;
  color: #F0AACD;
  padding-top: 20px;
  position: relative;
  display: inline-block;
}

.anxiety__band span {
  font-size: 10px;
  position: absolute;
  bottom: -10px;
  left: 20px;
  font-weight: 100;
}

.anxiety__band {
  position: relative;
  text-align: center;
}

.band-line {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 26px;
}

/* 左 */
.band-line.left {
  left: calc(50% - 160px);
}

/* 右（反転） */
.band-line.right {
  right: calc(50% - 160px);
  transform: translateY(-50%) scaleX(-1);
}

/* ===== 下 ===== */
.anxiety__bottom {
  margin-top: 30px;
}

.left-top {
  position: relative;
}

.left-top .anxiety__img {
  width: 140px;
}

.bubble--large {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 280px;
}

.left-top .bubble-text {
  position: absolute;
  top: 14px;
  right: 40px;
  width: 200px;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.left-bottom {
  position: relative;
  top: 30px;
  right: 10px;
}

.left-bottom .anxiety__img {
  width: 200px;
  position: relative;
  right: -60%;
}

/* 吹き出し */
.left-bottom .bubble {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 280px;
}

/* テキスト */
.left-bottom .bubble-text {
  position: absolute;
  top: 37px;
  left: 100px;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.voice {
  position: relative;
  padding: 0 0 80px;
  margin: 0 auto;
  background: linear-gradient(180deg,
      #F8E9EB 0%,
      #F4ECFD 50%,
      #F5EBFD 100%);
}

.voice .anxiety__band {
  padding: 0;
}

.voice .anxiety__band .band-line {
  top: 60%
}

/* タイトル */
.voice__title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  margin: -50px 0 40px;
}

/* カード共通 */
.voice__card {
  position: relative;
  padding: 15px 30px;
  margin: 20px auto 170px;
  width: 85%;
}

.voice__card:nth-of-type(odd) {
  margin: 20px auto 50px;
}

.voice__card:nth-of-type(4),
.voice__card:nth-of-type(5) {
  font-family: "Zen Maru Gothic", sans-serif;
}


/* 外枠 */
.voice__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(#555, #555) top / calc(100% - 44px) 1.5px no-repeat,
    linear-gradient(#555, #555) bottom / calc(100% - 44px) 1.5px no-repeat,
    linear-gradient(#555, #555) left / 1.5px calc(100% - 44px) no-repeat,
    linear-gradient(#555, #555) right / 1.5px calc(100% - 44px) no-repeat,

    radial-gradient(circle at top left,
      transparent 22px,
      #555 22px,
      #555 23.5px,
      transparent 23.5px),

    radial-gradient(circle at top right,
      transparent 22px,
      #555 22px,
      #555 23.5px,
      transparent 23.5px),

    radial-gradient(circle at bottom left,
      transparent 22px,
      #555 22px,
      #555 23.5px,
      transparent 23.5px),

    radial-gradient(circle at bottom right,
      transparent 22px,
      #555 22px,
      #555 23.5px,
      transparent 23.5px);
}

/* 内枠（二重線） */
.voice__card::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;

  background:
    linear-gradient(#555, #555) top / calc(100% - 36px) 1px no-repeat,
    linear-gradient(#555, #555) bottom / calc(100% - 36px) 1px no-repeat,
    linear-gradient(#555, #555) left / 1px calc(100% - 36px) no-repeat,
    linear-gradient(#555, #555) right / 1px calc(100% - 36px) no-repeat,

    radial-gradient(circle at top left,
      transparent 18px,
      #555 18px,
      #555 19px,
      transparent 19px),

    radial-gradient(circle at top right,
      transparent 18px,
      #555 18px,
      #555 19px,
      transparent 19px),

    radial-gradient(circle at bottom left,
      transparent 18px,
      #555 18px,
      #555 19px,
      transparent 19px),

    radial-gradient(circle at bottom right,
      transparent 18px,
      #555 18px,
      #555 19px,
      transparent 19px);
}

.voice__card p {
  line-height: 2.5;
  font-size: 15px;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  text-decoration-thickness: 1px;
  text-underline-offset: 14px;
}

/* ズラし */
.card--top {
  transform: translateX(40px);
  width: 70%;
}

.card--middle {
  transform: translateX(-40px);
  width: 70%;
}

.card--bottom {
  transform: translateX(50px);
  width: 70%;
}

.card--last {
  transform: translateX(-10px);
  width: 90%;
  padding: 15px 30px;
}

/* イラスト共通 */
.voice__img {
  position: absolute;
  width: 180px;
  z-index: 1;
  pointer-events: none;
}

/* 配置 */
.img1 {
  top: 210px;
  left: -20px;
  width: 200px;
}

.img2 {
  top: 450px;
  right: -10px;
  width: 150px;
}

.img3 {
  top: 900px;
  left: -25px;
  width: 200px;
}

.img4 {
  bottom: -20px;
  right: -20px;
}

.marker {
  text-align: center;
  margin-bottom: 50px;
}

/* 上段 */
.marker__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.marker__top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 60%;
  height: 15px;
  background: #F0A7CB;
  border-radius: 6px;
  z-index: -1;
}

/* ロゴ */
.marker .title-ruby {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  line-height: 1;
  position: relative;
}

.marker .logo {
  width: 150px;
}

.marker .logo-ruby {
  font-size: 10px;
  margin-top: 5px;
  bottom: -10px;
  left: 50px;
}

/* なら */
.marker__nara {
  font-size: 32px;
  margin-top: 5px;
}

/* 下段（マーカー） */
.marker__bottom {
  display: inline-block;
  font-size: 32px;
  margin-top: 8px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

/* ピンクのマーカー */
.marker__bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 100%;
  height: 15px;
  background: #F0A7CB;
  border-radius: 6px;
  z-index: -1;
}

.cta04 {
  padding: 20px 10px 50px;
}

/* タイトル */
.flow__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  position: relative;
}

.flow__title .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #666;
  margin: 7px 10px;
}

.flow {
  position: relative;
  padding: 40px 0;
  background: url("../images/step-bg.png") no-repeat center/cover;
}

/* 縦ライン */
.flow__list {
  position: relative;
}

.flow__list .cta__arrow {
  position: relative;
  left: 45%;
  transform: translateX(0%);
}

/* 各ステップ */
.flow__item {
  position: relative;
  margin-bottom: 40px;
}

/* カード画像 */
.flow__card {
  display: block;
  width: 85%;
  margin: 0 auto;
}

/* アイコン中央 */
.flow__icon {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 40px;
  transform: translate(-50%, -80%);
}

/* テキスト */
.flow__text {
  position: absolute;
  bottom: 37%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.flow__text .ko {
  bottom: -10px;
}

.faq {
  padding: 40px 20px;
  background-image:
    linear-gradient(#ddd 1px, transparent 1px),
    linear-gradient(90deg, #ddd 1px, transparent 1px);
  background-size: 24px 24px;
}

/* タイトル */
.faq__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.faq__title span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #888;
  margin: 5px 10px;
}

/* リスト */
.faq__item {
  margin-bottom: 16px;
}

/* 質問 */
.faq__question {
  width: 100%;
  background: linear-gradient(90deg, #D88CF2, #c776fa);
  color: #fff;
  border: none;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__question h3 {
  font-size: 16px;
  text-align: left;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro", "Noto Sans JP", sans-serif;
  font-weight: 100;
}

/* ＋アイコン */
.faq__icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background: #fff;
}

.faq__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq__icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 開いた状態 */
.faq__item.active .faq__icon::after {
  display: none;
  /* → －になる */
}

/* 回答 */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
  padding: 0 20px;
  line-height: 2;
}

.faq__item.active .faq__answer {
  max-height: 200px;
  padding: 16px 20px;
}

.cta05 {
  padding: 40px 20px;
  background: url("../images/step-bg.png") no-repeat center/cover;
}

.footer-links {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  background-color: #F0F0F0;
}

/* リンク */
.footer-links a {
  color: #222;
  text-decoration: none;
  position: relative;
  padding: 0 8px;
}

/* 区切り */
.footer-links .divider {
  margin: 0 8px;
  color: #888;
}

a:hover {
  filter: brightness(1.05);
}

.cta-fixed {
  position: fixed;
  left: 50%;
  bottom: 0px;
  padding: 10px;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 420px;
  display: block;
  background: url("../images/step-bg.png") no-repeat center / cover;
  transition: opacity 0.3s, transform 0.3s;
}

.cta-fixed img {
  width: 100%;
  height: auto;
  display: block;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.cta-fixed:active {
  transform: translateX(-50%) scale(0.97);
}

.cta-fixed.is-hidden {
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
}

@media screen and (max-width: 500px) {
  .lp {
    border-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  .fv__visual {
    position: relative;
    height: calc(100dvh - 120px);
    max-height: 420px;
    overflow: hidden;
  }

  .bubble--large {
    right: 0;
  }

  .left-top .bubble-text {
    right: 20px;
  }

  .left-bottom .bubble {
    left: 20px;
  }

  .left-bottom .bubble-text {
    left: 70px;
  }

  .img3 {
    bottom: 490px;
  }

}

@media screen and (max-width: 375px) {
  .faq__question h3 {
    font-size: 15px;
  }

  .voice__img.img3 {
    top: 970px;
  }
}