/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver5.0

html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  color: #333;
  height: 100%;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
  max-width: 640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.9;
}

/*======main=====*/
img {
  display: block !important;
  width: 100%;
  vertical-align: bottom;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

video {
  display: block !important;
  width: 100%;
  vertical-align: bottom;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  clip-path: inset(2px);
}

/* アニメーション用 */
@keyframes fall {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* --- ベースレイアウト --- */
.scroll-question {
  background-color: #e0c6de;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 624px;
  padding-bottom: 20px;
}

.scroll-question-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 1em 0;
  /* 上下の余白のみ */
  box-sizing: border-box;
  overflow: hidden;
  /* はみ出したスライドを隠す */
}

/* --- スライドのラッパー --- */
.scroll-question-wrap {
  display: flex;
  flex-wrap: nowrap;
  /* 折り返し禁止 */
  flex-direction: row;
  gap: 0;
  /* 隙間ゼロ */
  width: 100%;
  box-sizing: border-box;
  /* JSで transform: translateX(...) を制御 */
}

/* --- 個別のスライド枠 --- */
.scroll-question-item {
  background-color: transparent;
  padding: 0 10px;
  /* 左右に余白 */
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  margin: 0;
}

/* --- カードの中身 --- */
.scroll-question-inner {
  background-color: #fff;
  /* 背景色 */
  border-radius: 0.5em;
  /* 角丸 */
  padding: 1em;
  /* 内側の余白 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}

/* 質問タイトル */
.scroll-question-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}

.scroll-question-title .num {
  width: 2.5em;
  height: 2.5em;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}

.scroll-question-title .text {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
  color: #aa4d6c;
}

/* --- アンケート選択肢の共通設定 --- */
.scroll-question-content {
  display: flex;
  flex-wrap: wrap;
  /* 折り返しOK */
  gap: 10px;
  /* 選択肢同士の隙間 */
}

/* --- 基本はすべて2列（約50%幅） --- */
.scroll-question-content .answer {
  flex: 0 0 calc(50% - 5px);
  /* 横に2つ並ぶ設定 */
  width: calc(50% - 5px);
  box-sizing: border-box;
}

/* --- Q5（5番目の質問アイテム）だけ縦1列にする --- */
.scroll-question-item:nth-of-type(5) .scroll-question-content .answer {
  flex: 0 0 100%;
  /* 横幅いっぱい使う */
  width: 100%;
}

/* --- ボタン内の文字中央寄せ＆高さ統一 --- */
.scroll-question-content .answer label {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 2行になっても大丈夫な高さ */
  height: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.3;
}

/* --- Q4（特定の質問）を縦2行（1カラム）にする設定 --- */
/* HTMLでQ4のアイテムに class="is-q4" を足すと制御しやすいで */
.scroll-question-item:nth-of-type(1) .scroll-question-content,
.scroll-question-item:nth-of-type(5) .scroll-question-content {
  display: flex;
  flex-direction: column;
  /* 縦に並べる */
  gap: 10px;
  /* ボタン同士の隙間 */
}

.scroll-question-item:nth-of-type(1) .answer,
.scroll-question-item:nth-of-type(5) .answer {
  width: 100%;
  /* 横幅いっぱい */
}

/* 1列（縦並び）にするクラス */
.scroll-question-content.single-column {
  grid-template-columns: 100%;
  /* 1列にする */
}

.scroll-question-content input {
  display: none;
}

/* --- ボタンのデザイン --- */
.scroll-question-content label {
  background: #aa4d6c;
  /* 通常色 */
  color: #000;
  border-radius: 0.5em;
  text-align: center;

  /* 標準サイズ */
  padding: 1em;
  min-height: 3.5em;

  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* --- ★ここが追加箇所：ホバーと選択時の色 --- */

/* ホバー時：少し濃く */
.scroll-question-content label:hover {
  background: #cc6e8e;
}

/* 選択時（クリック直後）：さらに濃く */
.scroll-question-content input:checked + label {
  background: #962c48;
  /* 濃い色 */
  /* 文字色を白に */
  transform: scale(0.98);
  /* 押した感 */
}

/* --- サイズ調整用のクラス --- */

/* 小さめ（スリム） */
.scroll-question-content.btn-s label {
  padding: 0.5em;
  min-height: 2.5em;
  font-size: 0.9em;
}

/* 大きめ（強調） */
.scroll-question-content.btn-l label {
  padding: 1.5em;
  min-height: 4.5em;
  font-size: 1.1em;
  font-weight: bold;
}

/* 戻るボタン */
.scroll-question-back {
  width: fit-content;
  color: #fff;
  cursor: pointer;
  margin-top: 1em;
  padding: 0.5em 0;
}

.scroll-question-back .btn::before {
  content: "< ";
  margin-right: 0.3em;
}

.scroll-question-back .btn:hover {
  text-decoration: underline;
}

/* --- アンケートの外枠：余計な余白をカット --- */
.scroll-question-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  /* 上下の余白も一旦0に */
  box-sizing: border-box;
  overflow: hidden;
  /* 👈 これが重要！はみ出しを許さない */
  position: relative;
}

/* サンクス画面が出た時に、下の白い余白（Bodyの背景など）が見えないようにする */
.scroll-question-result {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #e0c6df;
  /* 👈 ここをアンケート背景と同じ色にしておくと馴染むで */
}

.scroll-question-result .thanks {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}

.scroll-question-result img {
  width: 100%;
  display: block;
  /* 下の隙間を消す */
}

@media (max-width: 500px) {
  .scroll-question .result-btn {
    font-size: 1.2em;
  }
}

.confetti {
  position: fixed;
  top: -10px;
  z-index: 9999;
  pointer-events: none;
  /* クリックを邪魔しない */
}

@keyframes fall {
  0% {
    transform: translateY(0) rotateX(0) rotateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotateX(360deg) rotateY(180deg);
    opacity: 0;
  }
}

/* --- アンケート下フッターのスタイル --- */
.survey-footer {
  background-color: #e0c6df;
  /* アンケートの背景色に合わせる */
  padding: 10px 10px;
  text-align: center;
  border-top: 1px solid #333;
  margin-top: -2px;
  max-width: 624px;
  /* 境界線をうっすら入れる */
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links li a {
  color: #777;
  /* 文字色は少しグレーにして控えめに */
  font-size: 12px;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #fff;
}

.copyright {
  color: #888888;
  font-size: 10px;
  margin: 0;
}

/* --- LINEボタン（ふわふわアニメーション付与） --- */
.scroll-question .result-btn {
  /* 既存のスタイルにこれを追加（あるいは上書き） */
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;

  /* アニメーションの設定：2秒かけて往復、心地よい速度変化、無限ループ */
  animation: float-move 2s ease-in-out infinite;
}

/* ふわふわ動く中身（上下移動） */
@keyframes float-move {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    /* 影を少し濃く */
  }

  50% {
    transform: translateY(-10px);
    /* 10px上に浮く */
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.1));
    /* 浮いた時に影を薄く広げる */
  }

  100% {
    transform: translateY(0);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
  }
}

.pr {
  color: #fff;
  font-size: 10px;
  text-align: right;
  padding: 5px;
}

.s-txt {
  font-size: 10px;
}

/* --- ボタンのデザイン --- */
.scroll-question-content label {
  background: #aa4d6c;
  color: #fff;
  border-radius: 0.5em;
  text-align: center;
  padding: 1em;
  min-height: 3.5em;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.1s;

  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  /* ▼▼ これを追加するんや！ ▼▼ */
  flex-direction: column;
  gap: 5px;
  /* 文字と注釈の間を少し空けたいなら入れる */
}

/* ベース */
.btnBox .poyo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* 外側にはみ出さない */
  border-radius: 8px;
  line-height: 0;
}

/* ★光の“通り道”を画像の内側に作る（透明余白ぶんをオフセット） */
.btnBox .poyo .shine-lane {
  position: absolute;
  inset: 12% 5% 12% 5%;
  /* 上 右 下 左（ここを調整：例 上14% 右5% 下12% 左5%） */
  border-radius: 15px;
  /* 画像の内側角丸に合わせる */
  overflow: hidden;
  /* レーンからはみ出さない */
  pointer-events: none;
  z-index: 2;
}

/* 元のキラーンそのまま（レーン内で動かす） */
.btnBox .poyo .shine-lane::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  /* 元の太さ */
  height: 100%;
  /* レーンの高さピッタリ */
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  /* ← 角度も元通り */
  animation: shine 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  50% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

img {
  display: block !important;
  width: 624px;
  vertical-align: bottom;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

video {
  display: block !important;
  width: 100%;
  vertical-align: bottom;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  clip-path: inset(2px);
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  cursor: default;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #333;
  height: 100%;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
  max-width: 640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.9;
}

.fv {
  display: block;
  margin-block-end: 0.7em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

/* ========== CTAボタン（拡大縮小アニメーション） ========== */

.cta {
  padding-top: 1rem;
}

.cta-btn-wrapper {
  padding: 10px;
  background: #fff;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

/* 拡大縮小（ドックン、ドックン）の動き */
.pulse-btn {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    /* 5%拡大 */
  }

  100% {
    transform: scale(1);
  }
}

/* ========== Q&Aセクションのデザイン ========== */

/* 全体の背景（水色のストライプ） */
.faq-section {
  width: 100%;
  /* ストライプ背景の作成 */
  background-color: #fff;
  background-image: repeating-linear-gradient(
    90deg,
    #fff3f6,
    #fff3f6 10px,
    #fff 10px,
    #fff 20px
  );
  padding: 40px 15px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* タイトル画像 */
.faq-title-area {
  text-align: center;
  margin-bottom: 30px;
}

.faq-title-img {
  max-width: 100%;
  height: auto;
}

/* リスト全体 */
.faq-list {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  /* コンテンツ部分を白背景にする */
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* 軽く影をつける */
}

/* 個別のアイテム */
.faq-item {
  border-bottom: 2px dotted #ccc;
  /* 点線の区切り線 */
}

.faq-item:last-child {
  border-bottom: none;
}

/* --- 質問部分（Q） --- */
.faq-question {
  position: relative;
  padding: 20px 50px 20px 10px;
  /* 右側に+マーク用の余白 */
  cursor: pointer;
  font-weight: bold;
  color: #f36b95;
  /* 水色 */
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  transition: background-color 0.3s;
}

/* ホバー時の挙動 */
.faq-question:hover {
  background-color: #f9f9f9;
}

.q-mark {
  font-size: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.q-text {
  font-size: 16px;
  color: #f36b95;
  margin-top: 2px;
  font-weight: 700;
}

/* --- 回答部分（A） --- */
.faq-answer {
  height: 0;
  /* 初期状態は高さ0で隠す */
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  /* ふわっと開くアニメーション */
}

/* 開いた時のクラス */
.faq-answer.is-open {
  opacity: 1;
}

.answer-inner {
  padding: 10px 10px 30px 10px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  color: #333;
}

.a-mark {
  font-size: 20px;
  color: #f5bbcd;
  /* 薄い水色 */
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.a-text {
  font-size: 15px;
  margin-top: 2px;
}

/* --- プラス（＋）マークのデザイン --- */
.toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

/* 横棒 */
.toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f36b95;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

/* 縦棒 */
.toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #f36b95;
  transform: translateX(-50%);
  transition: transform 0.3s;
}

/* 開いた状態（＋が×またはーになる） */
.faq-question.is-active .toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  /* 縦棒を回転させて横棒に重ねる（マイナスになる） */
  /* ×にしたい場合は rotate(45deg) にして、beforeも rotate(45deg) に調整します */
}

/* マイナスにするので、縦棒を90度回して横棒と同じ向きにします */

/*footer*/
/* フッター全体のスタイル */

/* フッター全体のスタイル */
.simple-footer {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;

  /* これで中身をすべて中央揃えにします */
  text-align: center;

  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #333;
}

/* リンク共通設定（ここが重要） */
.simple-footer a {
  /* 青色を消して、親要素と同じ色(#333)にする */
  color: #333 !important;

  /* 下線をいったん消す */
  text-decoration: none;

  transition: opacity 0.3s;
}

.simple-footer a:hover {
  opacity: 0.7;
}

/* 上段エリア（特定商取引法） */
.footer-section-top {
  margin-bottom: 40px;
  /* 上下の間隔 */
}

/* 下線付きリンク */
.link-underlined {
  font-size: 16px;
  /* ここだけ下線をつける */
  text-decoration: underline !important;
}

/* 下段エリア（プライバシーポリシー・コピーライト） */
.footer-section-bottom {
  /* 必要ならここでも中央揃えを念押し */
  text-align: center;
}

/* プライバシーポリシー */
.link-bold {
  font-size: 15px;
  font-weight: 700;
  /* 太字 */
  display: inline-block;
  margin-bottom: 8px;
}

/* コピーライト */
.copyright {
  font-size: 14px;
  margin: 0;
  font-weight: normal;

  /* 念のため色指定 */
  color: #333 !important;
}

/* アコーディオンの枠 */
.img-accordion-box {
  width: 100%;
  margin-bottom: 20px;
}

/* ヘッダー画像（クリック部分） */
.accordion-header {
  cursor: pointer;
  line-height: 0;
  position: relative;
  /* 画像を重ねる基準 */
}

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

/* 中身の画像 */
.accordion-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* ▼▼▼ 表示切り替え（修正版：強力な指定） ▼▼▼ */

/* 1. 通常時（閉じている時） */
.img-accordion-box .img-open {
  display: none !important;
  /* ▲画像は強制的に隠す */
}

.img-accordion-box .img-closed {
  display: block !important;
  /* ▼画像は表示 */
}

.img-accordion-box .accordion-content {
  display: none !important;
  /* 中身は隠す */
}

/* 2. クリック後（開いている時） */
.img-accordion-box.is-open .img-open {
  display: block !important;
  /* ▲画像を表示 */
}

.img-accordion-box.is-open .img-closed {
  display: none !important;
  /* ▼画像を隠す */
}

.img-accordion-box.is-open .accordion-content {
  display: block !important;
  /* 中身を表示 */
  animation: slideDown 0.3s ease-out;
}

/* アニメーション */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.price {
  background: #ffeff2;
  padding-bottom: 10px;
}

.wrapper {
  background: #fff;
}