@charset "utf-8";
/* Google Fonts 読み込み（Noto Sans JP：400,700,900を確実に指定） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

/* CSS Document */
/*main css
/*reset css
---------------------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 18px;
  -webkit-text-size-adjust: 18px;
  -ms-text-size-adjust: 18px;
}

@media screen and (max-width: 640px) {
  html {
    width: 100%;
  }

  html.disable-navigation {
    /*左右スワイプによる履歴ナビゲーションを無効化する*/
    overscroll-behavior-x: none;
  }
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 110%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
  body {
    font-size: 100%;
    overflow-x: hidden;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  body {
    font-feature-settings: "";
  }
}

section {
  padding-top: 0;
  padding-bottom: 0;
}

u {
  text-decoration: none;
  border-bottom: 1px solid;
}

/*テキスト関連*/
p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

a {
  color: #6CADD0;
}

a:hover {
  color: #ED6152;
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}

h1 {
  padding: 10px 10px 10px 30px;
  text-align: left;
  font-size: 80%;
}

h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 100%;
  }
}

/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents {
  display: block;
}

.sp-contents {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-contents {
    display: none;
  }

  .sp-contents {
    display: block;
  }
}

/*wrapper 背景設定など
---------------------------------------------------------------------------*/

.wrapper {
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  line-height: 180%;
}

.wrapper2 {
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  line-height: 180%;
  background-color: #FFFFFF;
}

.wrapper800 {
  height: auto;
  margin: 0 auto;
  max-width: 800px;
  line-height: 180%;
  background-size: contain;
  text-align: left;
}

.wrapper860 {
  height: auto;
  margin: 0 auto;
  max-width: 860px;
  line-height: 180%;
  background-size: contain;
  text-align: left;
}

.wrapper900 {
  height: auto;
  margin: 0 auto;
  max-width: 900px;
  line-height: 180%;
  background-size: contain;
  text-align: left;
}

.wrapper960 {
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  line-height: 180%;
  background-size: contain;
  text-align: left;
}

.wrapper1000 {
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  line-height: 180%;
  background-size: contain;
  text-align: center;
}

.wrapper1200 {
  width: min(100%, 1200px);
  margin: 0 auto;
  line-height: 180%;
  background-size: contain;
  padding-inline: clamp(12px, 4vw, 24px);
}

.header-wrapper {
  height: auto;
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 768px) {
  .header-wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {

  /* メインのコンテンツラッパー全部に左右余白を付与 */
  .wrapper,
  .wrapper2,
  .wrapper800,
  .wrapper900,
  .wrapper960,
  .wrapper1000,
  .wrapper1200,
  .wrapper-pro,
  .wrapper-pro2,
  .sec-text__inner {
    padding-inline: 20px;
    /* 好みで 12〜20px くらいに調整 */
  }
}

/*本文ボディ
---------------------------------------------------------------------------*/

.inner {
  padding: 0;
  text-align: left;
}

.inner01 {
  padding: 20px 30px;
  text-align: left;
}

.inner02 {
  padding: 20px 30px;
  text-align: left;
}

.inner03 {
  padding: 20px 30px;
  text-align: right;
}

.inner860 {
  padding: 20px 50px;
  text-align: left;
}

.inner820 {
  padding: 20px 70px;
  text-align: left;
}

.inner800 {
  padding: 20px 80px;
  text-align: left;
}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {

  .inner,
  .inner02,
  .inner03,
  .inner860,
  .inner820,
  .inner800,
  .inner780,
  .inner760 {
    padding: 10px 15px;
    text-align: left;
  }
}

/*br
---------------------------------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/*画像の設定
---------------------------------------------------------------------------*/
/*空白消し*/
img {
  margin: 0;
  padding: 0;
  display: block;
}

/*画像切り替え*/
.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-img {
    display: none;
  }

  .sp-img {
    display: block;
    padding: 20px 0 20px 10px;
  }
}

/*イメージカット用スケーリング*/
.rs-img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .rs-img {
    width: 38%;
    height: auto;
  }
}

/*スケーリング*/
.scaling {
  max-width: 100%;
  height: auto;
}

.scaling2 {
  max-width: 100%;
  height: auto;
  padding: 0 20px;
}

.scaling3 {
  max-width: 100%;
  height: auto;
  padding: 0 20px 20px;
}

/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  max-width: 100%;
  height: auto;
}

/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width: 100%;
  height: auto;
}

/*フッター
---------------------------------------------------------------------------*/
div#footer {
  background-color: #000000;
  text-align: center;
  font-size: 80%;
}

.message {
  text-align: center;
  line-height: 140%;
  padding-top: 10px;
  font-size: 100%;
  color: #fff;
}

.copyright {
  line-height: 140%;
  padding-bottom: 0;
  color: #fff;
  font-size: 100%;
}

/*特定商法
---------------------------------------------------------------------------*/

.tokusyo-wrapper {
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  line-height: 180%;
  background-color: #FFF;
  background-size: contain;
  color: #000;
}

.tokusyo {
  max-height: 560px;
  overflow-y: scroll;
  font-size: 80%;
}

table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}

table.tokusyo th,
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #A2A2A2;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 140%;
}

table.tokusyo th {
  background-color: #D5D5D5;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .tokusyo {
    max-height: 380px;
  }

  table.tokusyo {
    border-top: 1px solid #999;
  }

  table.tokusyo td {
    display: block;
    text-align: left;
  }

  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
}

/* スマホでは <br> を効かせない */
.u-br--pc {
  display: none;
}

@media (min-width: 769px) {
  .u-br--pc {
    display: inline;
  }
}

/*CSS
---------------------------------------------------------------------------*/

/*　keyvisual
---------------------------------------------------------------------------*/

:root {
  --kv-min-h: 560px;
  /* 最低高さ。必要に応じて調整 */
}

/* ヘッダー土台 */
.kv {
  position: relative;
  width: 100%;
  min-height: var(--kv-min-h);
  overflow: hidden;
  background: #050007;
}

/* ベース背景（黒＋もやもや） */
.kv__bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  /* 一番背面 */
}

.kv__bg {
  position: absolute;
  inset: 0;
  background: #050007 url("../img/mv-back.webp") center center no-repeat;
  background-size: cover;
  /* ブラウザサイズに追従 */
  will-change: transform;
}

/* 前面レイヤー全体（1600px セーフエリア） */
.kv__inner {
  position: relative;
  z-index: 1;
  /* 背景より前 */
  max-width: 1600px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 40px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 縦にブロックを積むためのラッパ（今は1つだけ） */
.kv__stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

/* パララックスで動かす前提のレイヤー共通 */
.kv__layer {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* 一番上の帯ブロック */
.kv__top-block {
  width: 100%;
  max-width: 1600px;
}

/* 画像はそのまま1600pxで中央に */
.kv__top-block img {
  display: block;
  width: 100%;
  height: auto;
}

/* 女性レイヤー（背景の前、パララックスの後ろ） */
.kv__girls {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.kv__girls-img {
  width: min(100%, 1600px);
  height: auto;
  margin-top: 0;
}

/*SP keyvisual
---------------------------------------------------------------------------*/

/* デフォルトはPC想定：SP用ブロックは隠しておく */
.kv__sp {
  display: none;
}

@media (max-width: 767px) {

  .kv {
    min-height: auto;
  }

  .kv__bg-wrap,
  .kv__girls,
  .kv__inner {
    display: none;
  }

  .kv__sp {
    display: block;
  }

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

/* =========================================================
   返金保証セクション（h-henkin）
   ========================================================= */

/* セクション全体 */
.h-henkin-sec {
  background: #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: clamp(20px, 6vw, 40px);
}

/* 見出し画像エリア */
.h-henkin-head {
  margin-bottom: 10px;
}

.h-henkin-head-img {
  display: block;
  margin-inline: auto;
  width: clamp(260px, 50vw, 500px);
  height: auto;
}

/* ▼ 金枠全体コンテナ（幅700pxベース） */
.h-henkin-frame {
  width: min(100%, 700px);
  margin-inline: auto;
}

/* 枠の始まり＆終わり（上端・下端画像） */
.h-henkin-frame-edge {
  display: block;
  width: 100%;
  height: auto;
}

/* ここが中身＋伸びる金テクスチャ部分 */
.h-henkin-frame-body {
  padding: clamp(24px, 4vw, 20px) clamp(20px, 5vw, 20px);
  color: #fff;
  text-align: center;
  line-height: 1.8;
  background-image: url("../img/h-henkin_02.webp");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

/* 枠の中のテキスト共通 */
.h-henkin-text {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "Noto Serif JP", serif;
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  overflow: visible;
}

/* 赤い強調行（中央の1行） */
.h-henkin-text--em {
  color: #ff4040;
  font-weight: 700;
  font-size: clamp(18px, 2.7vw, 26px);
}

/* ※印の注意書き（少し小さめ） */
.h-henkin-text--note {
  font-size: clamp(14px, 2vw, 18px);
}

/* SP */
@media (max-width: 767px) {

  .h-henkin-sec {
    padding-bottom: 0;
  }
}

/* =========================================================
   実績セクション
   ========================================================= */

.sec-zisseki {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b01.webp") center top no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 20px);
}

.sec-zisseki>* {
  position: relative;
  z-index: 2;
}

.sec-zisseki::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ▼ 下端 */
.sec-zisseki::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #000 100%);
  pointer-events: none;
  z-index: 1;
}

.zisseki-head {
  margin-bottom: clamp(24px, 4vw, 36px);
  text-align: center;
}

.zisseki-head-img {
  display: block;
  margin-inline: auto;
  width: clamp(320px, 70vw, 1200px);
  height: auto;
  z-index: 3;
}

.zisseki-box {
  display: flex;
  justify-content: center;
  padding-bottom: clamp(20px, 9vw, 40px);
}

.zisseki-box-inner {
  position: relative;
  width: min(100%, 1000px);
  background: #000000;
  padding: clamp(20px, 2.5vw, 5px);
  border: 1px solid #ff1550;
  box-shadow:
    0 0 20px rgba(255, 0, 80, 0.5),
    0 0 50px rgba(255, 0, 50, 0.5);
}

.zisseki-case-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* SP */
@media (max-width: 768px) {

  .sec-zisseki {
    padding-bottom: 12px;
  }

  .sec-zisseki::after {
    height: 80px;
  }

  .sec-subcatch {
    padding-top: 4px;
  }
}

/* =========================================
   サブキャッチ共通（1個目〜）
   ========================================= */

.sec-subcatch {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #000 url("../img/subcatch-bg.webp") center center no-repeat;
  background-size: cover;
  padding-block: clamp(24px, 5vw, 40px);
}

/* 上下フェード共通 */
.sec-subcatch::before,
.sec-subcatch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 0;
}

.sec-subcatch::before {
  top: 0;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
}

.sec-subcatch::after {
  bottom: 0;
  background: linear-gradient(to top,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
}

/* 中身 */
.subcatch-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.subcatch-title-img {
  display: block;
  margin-inline: auto;
  width: clamp(320px, 60vw, 960px);
  height: auto;
}

@media (max-width: 767px) {
  .subcatch-title-img {
    width: 100%;
  }
}

/* SPでは prof 直後のサブキャッチ画像は常に表示（アニメなし） */
@media (max-width: 768px) {
  .sec-subcatch .subcatch-title-img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* =========================================
   profの直下に来るサブキャッチ
   ========================================= */

.sec-subcatch--after-prof {
  margin-top: 0;
  padding-top: clamp(20px, 4vw, 32px);
}

/* 上フェードだけ少し長め・弱めにして、つぶれ感を軽減 */
.sec-subcatch--after-prof::before {
  height: 110px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
}

/* ==============================
   スマホ時：サブキャッチの余白を詰める
   ============================== */
@media screen and (max-width: 768px) {

  .sec-subcatch {
    padding-block: 8px;
  }

  .sec-subcatch--after-prof {
    padding-top: 12px;
  }

  .sec-subcatch::before,
  .sec-subcatch::after {
    height: 40px;
  }
}

/* =========================================
   プロフィールセクション
   ========================================= */

.prof {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b02.webp") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* 上端の“もやフェード” */
.prof::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* 細かい黒ドットのフィルタ */
.prof::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(0, 0, 0, 0.45) 1px,
      transparent 1px);
  background-size: 4px 4px;
  z-index: 0;
}

/* ==============================
   prof 内コンテンツ共通
   ============================== */

.prof__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 0;
}

/* ==============================
   プロフィール本文ブロック
   ============================== */

.wrapper-pro {
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(40px, 7vw, 90px);
  color: #ffffff;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.9;
}

/* プロフ01/03やメディア画像の共通 */
.scaling {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

/* 黒パネル＋ゴールド縁の中身（テクスチャ背景） */
.probox {
  background: #000 url("../img/prof_02.webp") center top repeat-y;
  background-size: contain;
  padding: 0 80px;
  font-size: 0.9em;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}

/* probox 内の画像（メディアロゴなど） */
.probox img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 30px 0 0;
}

/* メディア実績の赤いボックス */
.mediabox {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-color: #500027;
  padding: 20px 25px;
  margin-top: 30px;
  font-size: 0.9em;
  line-height: 2.0;
  color: rgb(197, 196, 197);
  text-align: left;
}

/* 下の追いプロフ用ラッパー */
.wrapper-pro2 {
  max-width: 860px;
  margin: 0 auto;
  color: #ffffff;
}

/* 追いプロフ本文ボックス（下段） */
.probox2 {
  background: rgba(0, 0, 0, 0.9);
  border-left: 2px solid #d5a84a;
  border-right: 2px solid #d5a84a;
  border-bottom: 2px solid #d5a84a;
  padding: clamp(20px, 4vw, 32px) clamp(20px, 4vw, 32px);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.9;
}

/* 強調テキスト */
.text120-m01-b {
  font-weight: 700;
  color: #ff4f9a;
}

/* sp */
@media screen and (max-width: 768px) {

  .prof {
    background-image: none;
    background-color: #000;
  }

  .wrapper-pro,
  .wrapper-pro2 {
    max-width: 100%;
    padding-top: 24px;
    padding-inline: 16px;
    letter-spacing: 0.04em;
  }

  .probox {
    padding: 0 40px;
  }

  .mediabox {
    padding: 16px;
    margin-top: 24px;
    font-size: 0.95em;
  }

  .probox2 {
    padding: 20px 16px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}

/* =========================================================
   AMF
   ========================================================= */

/* AMFの表画像用：左寄せ＋少し小さく */
.amf-image {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-top: 16px;
  margin-left: 0;
  margin-right: auto;
}

/* PCのみ表示 */
.amf-pc {
  display: block;
}

/* AMF見出し画像：左寄せ＆小さめ（約1/3幅） */
.amf-heading-img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 0 24px;
}

/* コンテンツ幅860pxに制限して中央寄せ */
.amf-pc__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

/* 画像は1枚ずつ縦に並べる */
.amf-pc__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

/* 最後の1枚の下マージンだけゼロに */
.amf-pc__img:last-child {
  margin-bottom: 0;
}

/* SPでは非表示（PCのみ） */
@media (max-width: 768px) {
  .amf-pc {
    display: none;
  }
}

/* ▼ デフォルト（PC幅）：SP用ブロックは非表示 */
.amf-sp-only {
  display: none;
}

/* ===========================
   768px 以下：SP表示
   =========================== */
@media (max-width: 768px) {

  .amf-pc {
    display: none;
  }

  .amf-sp-only {
    display: block;
  }

  /* 羊皮紙＋飾り枠本体 */
  .amf-sp-frame {
    position: relative;
    max-width: 520px;
    margin: 0 auto 20px;
    padding: 20px 0;
    color: #3b2414;
    background:
      radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.30) 0, transparent 55%),
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.22) 0, transparent 55%),
      radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.18) 0, transparent 55%),
      radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.16) 0, transparent 55%),
      linear-gradient(135deg,
        #f9edd8 0%,
        #f1dfc0 35%,
        #e6cda5 65%,
        #f5ead7 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  }

  /* 飾り枠：四隅＋辺ライン（角は丸めない） */
  .amf-sp-frame::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background:
      radial-gradient(circle at top left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left top / 23px 23px no-repeat,
      radial-gradient(circle at top right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right top / 23px 23px no-repeat,
      radial-gradient(circle at bottom left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left bottom / 23px 23px no-repeat,
      radial-gradient(circle at bottom right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right bottom / 23px 23px no-repeat,
      linear-gradient(90deg, transparent 20px, #ca4 23px) left top / 51% 3px no-repeat,
      linear-gradient(-90deg, transparent 20px, #ca4 23px) right top / 51% 3px no-repeat,
      linear-gradient(90deg, transparent 20px, #ca4 23px) left bottom / 51% 3px no-repeat,
      linear-gradient(-90deg, transparent 20px, #ca4 23px) right bottom / 51% 3px no-repeat,
      linear-gradient(180deg, transparent 20px, #ca4 23px) left top / 3px 51% no-repeat,
      linear-gradient(0deg, transparent 20px, #ca4 23px) left bottom / 3px 51% no-repeat,
      linear-gradient(180deg, transparent 20px, #ca4 23px) right top / 3px 51% no-repeat,
      linear-gradient(0deg, transparent 20px, #ca4 23px) right bottom / 3px 51% no-repeat;
  }

  .amf-sp-frame::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    box-shadow: 0 0 0 1px #ca4;
  }

  /* 見出し（ピンク＋黒帯） */
  .amf-sp-title {
    margin: 0 0 0.5em;
    padding: 0.6em 0.8em;
    background: #000;
    color: #ff4b7a;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 900;
  }

  /* 本文 */
  .amf-sp-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.8;
  }

  /* 羊皮紙フレームの中身ゾーン */
  .amf-sp-paper {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #3b2414;
    font-weight: bold;
  }

  /* 段落 */
  .amf-sp-paper p {
    margin: 0 0 0.8em;
  }
}

/* =========================================================
   9倍ぬまトラの概要セクション
   ========================================================= */

.sec-gaiyou {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b08.webp") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}

/* 中身はフェードの上に出す */
.sec-gaiyou>* {
  position: relative;
  z-index: 2;
}

/* 上端：黒へのフェード */
.sec-gaiyou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* 下端：黒へのフェード */
.sec-gaiyou::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #000 100%);
  pointer-events: none;
  z-index: 1;
}

/* SP では fixed をオフ */
@media (max-width: 768px) {
  .sec-gaiyou {
    background-attachment: scroll;
  }
}

/* 見出し画像 */
.gaiyou-heading {
  display: block;
  width: min(100%, 860px);
  margin: 0 auto clamp(24px, 4vw, 32px);
}

/* コンテンツ枠：最大幅 900px */
.gaiyou-frame {
  width: min(100%, 900px);
  margin-inline: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  background-color: transparent;
  padding-bottom: 30px;
}

/* 枠の上下画像共通 */
.gaiyou-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びる枠本体 */
.gaiyou-frame__body {
  background-image: url("../img/gaiyou_02.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: clamp(20px, 3vw, 28px);
  padding-inline: clamp(24px, 4vw, 48px);
  color: #fff;
}

/* 中身のテキストコンテナ */
.gaiyou-frame__inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.9;
  padding: 0 40px;
}

/* 本文テキスト */
.gaiyou-text {
  margin: 0;
  font-size: clamp(16px, 2.1vw, 20px);
  font-weight: 700;
}

/* ⑥ スマホ調整 */
@media (max-width: 768px) {
  .gaiyou-heading {
    width: 90%;
    margin-bottom: 20px;
  }

  .gaiyou-frame__body {
    padding: 16px;
  }

  .gaiyou-frame__inner {
    max-width: 100%;
    padding: 0 30px;
  }

  .gaiyou-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* 枠の下に置くプレーンテキストブロック */
.gaiyou-plain {
  max-width: 840px;
  margin: 24px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.9;
  text-align: left;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .gaiyou-plain {
    max-width: 100%;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =========================================
   テキストセクション
   ========================================= */

.sec-text {
  background-color: #000;
  color: #fff;
  padding-top: clamp(32px, 6vw, 48px);
  padding-bottom: clamp(16px, 4vw, 32px);
}

.sec-text__inner {
  line-height: 2;
}

/* 見出し */
.sec-text__title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin-bottom: clamp(16px, 3vw, 24px);
  text-align: left;
}

/* リード文（少し大きめ） */
.sec-text__lead {
  font-size: clamp(16px, 2.4vw, 20px);
  margin-bottom: clamp(16px, 3vw, 24px);
}

/* 本文 */
.sec-text__body {
  font-size: clamp(15px, 2.1vw, 18px);
  margin-bottom: clamp(16px, 3vw, 24px);
}

/* 箇条書き */
.sec-text__list {
  margin-top: 8px;
  padding-left: 1.2em;
}

.sec-text__list li {
  position: relative;
  padding-left: 1.6em;
}

/* ハートアイコン（Font Awesome）＋アニメ */
.sec-text__list li::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #ff3264;
  font-size: 0.9em;
  animation: heartBeat 1.4s ease-in-out infinite;
}

/* ハート鼓動アニメーション */
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.15);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.08);
  }

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

/* 本文とリスト文字 */
.sec-text__body,
.sec-text__list li {
  font-weight: 900;
  color: #ff4b7a;
  font-size: 1.1em;
}

/* 強調用 */
.sec-text .strong {
  font-weight: 900;
  color: #ff4b7a;
  font-size: 1.2em;
}

/* 見出しブロック全体 */
.lp-heading {
  margin-bottom: clamp(16px, 3vw, 24px);
}

/* 見出し */
.lp-heading__main {
  color: #d75bff;
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.4;
}

/* 1行全体の基本 */
.lp-line {
  font-size: clamp(15px, 2.2vw, 25px);
  line-height: 1.7;
  color: #f5f5f5;
}

/* 強調テープ風タグ */
.lp-tagline {
  display: inline-block;
  padding: 0.15em 0.7em 0.2em;
  background: linear-gradient(90deg, #7b0045, #ff2f77);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
}

/* 2行に折れたとき */
.lp-tagline+br {
  line-height: 0;
}

/* 「3倍」のところをドンと見せる用 */
.sec-text__list--big {
  margin: 16px 0 20px;
}

.sec-text__list--big li {
  font-size: clamp(18px, 3vw, 24px);
  color: #ffffff;
}

/* 「3倍」バッジ */
.sec-text__list-num {
  display: inline-block;
  padding: 0.05em 0.6em 0.15em;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3264, #ff9a3c);
  color: #fff;
  font-weight: 900;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  transform: translateY(-0.04em);
}

/* =========================================================
   コンテンツ共通
   ========================================================= */

.sec-contents {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b03.webp");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 20px);
}

/* 中身はフェードの上に出す */
.sec-contents>* {
  position: relative;
  z-index: 2;
}

/* 上端：黒→透明フェード */
.sec-contents::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 80px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* 下端：コンテンツ → 黒へフェード */
.sec-contents::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #000 100%);
  pointer-events: none;
  z-index: 1;
}

/* SP では fixed をオフ */
@media (max-width: 767px) {
  .sec-contents {
    background-attachment: scroll;
  }
}

.contents-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* =========================================================
   contents 1
   ========================================================= */

/* 枠の外側コンテナ（シャドウ＆幅制限） */
.contents-frame {
  width: min(100%, 1100px);
  margin-inline: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  background-color: transparent;
}

/* 上下の枠画像共通 */
.contents-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びる枠本体 */
.contents-frame__body {
  background-image: url("../img/conten_02.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-inline: clamp(20px, 4vw, 80px);
  color: #fff;
}

/* 中身のテキストコンテナ */
.contents-frame__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.9;
}

/* 見出し前のリード文 */
.contents-lead {
  font-size: clamp(16px, 2.1vw, 20px);
  margin-bottom: clamp(16px, 3vw, 24px);
  text-align: center;
}

/* メインイメージ */
.contents-image {
  display: block;
  margin: clamp(16px, 3vw, 30px) auto;
  max-width: 100%;
  height: auto;
}

/* 章の見出し画像 */
.contents-midashiimage {
  display: block;
  margin-top: 18px;
  margin-bottom: 4px;
  max-width: 100%;
  height: auto;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .contents-frame__body {
    padding: 18px 14px 0;
  }

  .contents-frame__inner {
    max-width: 100%;
    padding-inline: 10px;
  }

  .contents-lead {
    text-align: left;
    font-size: 15px;
  }

  .contents-image,
  .contents-midashiimage {
    margin-inline: auto;
  }
}

/* =========================================
   contents-frame__body 内の「リスト用内枠」
   ========================================= */

/* 全体ラッパ：中央寄せ */
.contents-inner-frame {
  width: min(100%, 700px);
  margin: clamp(18px, 3vw, 26px) auto 0;
  text-align: left;
}

/* 上下の縁画像 */
.contents-inner-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 中央の伸びる枠 */
.contents-inner-frame__body {
  padding: clamp(16px, 3vw, 24px) clamp(18px, 4vw, 32px);
  background: #000 url("../img/conten-inframe_02.webp") center top repeat-y;
  background-size: 100% auto;
}

/* 中に入るリストの見た目 */
.contents-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contents-num;
  font-size: clamp(15px, 2.2vw, 19px);
  line-height: 1.7;
  color: #ff2f7f;
  padding-inline: clamp(20px, 4vw, 50px);
}

.contents-list__items li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.35em;
  font-weight: 900;
}

/* 1. 2. 3. … の番号 */
.contents-list__items li::before {
  counter-increment: contents-num;
  content: counter(contents-num) "．";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff2f7f;
}

.contents-list__items li:last-child {
  margin-bottom: 0;
}

/* SP 調整 */
@media (max-width: 768px) {
  .contents-inner-frame__body {
    padding: 14px 5px 16px;
  }

  .contents-list__items {
    padding-inline: 14px;
    font-size: 14px;
  }
}

/* =========================================================
   アニメーション（画像のフェードイン）
   ========================================================= */

/* 初期状態：非表示＆ちょっと下にずらす */
.ifadeInUp {
  opacity: 0;
  transform: translateY(60px);
}

/* 画面内に入ったときだけアニメーション実行 */
.ifadeInUp.is-active {
  animation: fadeInUpCustom 0.8s ease-out forwards;
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   contents 2
   ========================================================= */

/* 枠の外側コンテナ */
.contents2-frame {
  width: min(100%, 1100px);
  margin-inline: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  background-color: transparent;
}

/* 見出しとのすきまを詰める用 */
.contents2-frame--tight {
  margin-top: -10px;
}

/* 上下の枠画像共通 */
.contents2-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びる枠本体 */
.contents2-frame__body {
  background-image: url("../img/conten02_02.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-inline: clamp(20px, 4vw, 120px);
  color: #fff;
}

/* 中身のテキストコンテナ */
.contents2-frame__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.9;
}

/* リード文 */
.contents2-lead {
  font-size: clamp(16px, 2.1vw, 20px);
  margin-bottom: clamp(16px, 3vw, 24px);
  text-align: center;
}

/* 汎用イメージ */
.contents2-image {
  display: block;
  margin: clamp(16px, 3vw, 30px) auto;
  max-width: 100%;
  height: auto;
}

/* 前書き／あとがき画像 */
.contents2-maegaki {
  display: block;
  max-width: 100%;
  height: auto;
  margin: clamp(12px, 2.4vw, 18px) auto 8px;
  text-align: left;
}

/* STEP 見出し画像 */
.contents2-step {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, 4vw, 30px);
  margin-bottom: -28px;
  max-width: 100%;
  height: auto;
}

/* 章タイトル画像 */
.contents2-midashiimage {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}

/* SP 調整 */
@media (max-width: 768px) {
  .contents2-inner-frame__body {
    padding: 14px 0 16px;
  }

  .contents2-frame__inner {
    max-width: 100%;
  }

  .contents2-lead {
    text-align: left;
    font-size: 15px;
  }

  .contents2-step {
    margin-top: 18px;
    margin-bottom: -18px;
  }
}

/* =========================================
   contents2-frame__body 内の「リスト用内枠」
   ========================================= */

.contents2-inner-frame {
  width: min(100%, 700px);
  margin: clamp(18px, 3vw, 26px) auto 0;
  text-align: left;
}

/* 上下の縁画像 */
.contents2-inner-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 中央の伸びる枠 */
.contents2-inner-frame__body {
  padding: clamp(16px, 3vw, 24px) clamp(18px, 4vw, 32px);
  background: #000 url("../img/conten02-step_02.webp") center top repeat-y;
  background-size: 100% auto;
}

/* リスト本体 */
.contents2-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contents-num;
  font-size: clamp(15px, 2.2vw, 19px);
  line-height: 1.7;
  color: #ffffff;
  padding-inline: clamp(20px, 4vw, 50px);
}

.contents2-list__items li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.25em;
  font-weight: 900;
}

/* 1. 2. 3. … の番号 */
.contents2-list__items li::before {
  counter-increment: contents-num;
  content: counter(contents-num) "．";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

.contents2-list__items li:last-child {
  margin-bottom: 0;
}

/* SP 調整 */
@media (max-width: 768px) {
  .contents2-inner-frame__body {
    padding: 14px 0 16px;
  }

  .contents2-list__items {
    padding-inline: 15px;
    font-size: 14px;
  }
}

/* =========================================================
   MASK LIST（前書き・あとがき）
   ========================================================= */

.sec-masklist {
  padding-inline: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.masklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.masklist__item {
  text-align: left;
}

/* 黒帯コンテナ：幅はテキスト分だけ（PC） */
.masklist__bar {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 10px 18px;
  border-radius: 3px;
  overflow: hidden;
}

/* 黒帯本体（伸びる部分） */
.masklist__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.6, 0.3, 1);
  z-index: 0;
}

/* 文字 */
.masklist__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(16px, 2.3vw, 22px);
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.22s ease-out;
}

/* アニメON：帯→文字の順に出す */
.masklist.is-active .masklist__bar::before {
  transform: scaleX(1);
}

.masklist.is-active .masklist__text {
  opacity: 1;
}

:root {
  --mask-delay-step: 0.12s;
  --mask-text-delay: 0.18s;
}

/* ===== 汎用 nth-child ディレイ（1〜10行） ===== */

.masklist__item:nth-child(1) .masklist__bar::before {
  transition-delay: calc(0 * var(--mask-delay-step));
}

.masklist__item:nth-child(1) .masklist__text {
  transition-delay: calc(0 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(2) .masklist__bar::before {
  transition-delay: calc(1 * var(--mask-delay-step));
}

.masklist__item:nth-child(2) .masklist__text {
  transition-delay: calc(1 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(3) .masklist__bar::before {
  transition-delay: calc(2 * var(--mask-delay-step));
}

.masklist__item:nth-child(3) .masklist__text {
  transition-delay: calc(2 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(4) .masklist__bar::before {
  transition-delay: calc(3 * var(--mask-delay-step));
}

.masklist__item:nth-child(4) .masklist__text {
  transition-delay: calc(3 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(5) .masklist__bar::before {
  transition-delay: calc(4 * var(--mask-delay-step));
}

.masklist__item:nth-child(5) .masklist__text {
  transition-delay: calc(4 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(6) .masklist__bar::before {
  transition-delay: calc(5 * var(--mask-delay-step));
}

.masklist__item:nth-child(6) .masklist__text {
  transition-delay: calc(5 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(7) .masklist__bar::before {
  transition-delay: calc(6 * var(--mask-delay-step));
}

.masklist__item:nth-child(7) .masklist__text {
  transition-delay: calc(6 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(8) .masklist__bar::before {
  transition-delay: calc(7 * var(--mask-delay-step));
}

.masklist__item:nth-child(8) .masklist__text {
  transition-delay: calc(7 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(9) .masklist__bar::before {
  transition-delay: calc(8 * var(--mask-delay-step));
}

.masklist__item:nth-child(9) .masklist__text {
  transition-delay: calc(8 * var(--mask-delay-step) + var(--mask-text-delay));
}

.masklist__item:nth-child(10) .masklist__bar::before {
  transition-delay: calc(9 * var(--mask-delay-step));
}

.masklist__item:nth-child(10) .masklist__text {
  transition-delay: calc(9 * var(--mask-delay-step) + var(--mask-text-delay));
}

/* SP 調整：マスクリストは全幅＆折り返しON */
@media (max-width: 768px) {
  .sec-masklist {
    padding-inline: 0;
  }

  .masklist__bar {
    display: block;
    padding: 10px 10px;
  }

  .masklist__text {
    white-space: normal;
    line-height: 1.8;
    font-size: 14px;
  }
}

/* =========================================================
   体験談セクション
   ========================================================= */

.sec-taiken {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b04.webp");
  background-size: contain;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 20px);
}

.sec-taiken>* {
  position: relative;
  z-index: 2;
}

.sec-taiken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ▼ 下端 */
.sec-taiken::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #000 100%);
  pointer-events: none;
  z-index: 1;
}

/* SP では fixed をオフ（重さ＆バグ対策） */
@media (max-width: 767px) {
  .sec-taiken {
    background-attachment: scroll;
  }
}

.taiken-head-img {
  display: block;
  margin-inline: auto;
  width: clamp(320px, 70vw, 860px);
  height: auto;
  z-index: 3;
}

.taiken-box-inner {
  position: relative;
  width: min(100%, 860px);
}

/* 実績画像（CASE見出し込みで1枚） */
.taiken-case-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* =========================================================
   価格セクション（通常版）
   ========================================================= */
.sec-kakaku {
  position: relative;
  overflow: hidden;
  background: url("../img/b05.webp") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* 上端の黒→透明フェード */
.sec-kakaku::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* 中身はフェードより前面に */
.sec-kakaku>* {
  position: relative;
  z-index: 2;
}

/* SP では fixed をオフ（重さ＆バグ対策） */
@media (max-width: 767px) {
  .sec-kakaku {
    background-attachment: scroll;
  }
}

/* 見出し画像 */
.kakaku-head-img {
  display: block;
  margin-inline: auto;
  width: clamp(320px, 70vw, 860px);
  height: auto;
}

/* 画像（価格ボード） */
.kakaku-case-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* セクションの中身ラッパー */
.kakaku {
  padding-block: clamp(32px, 6vw, 48px);
  background: transparent;
}

/* 上下の画像（枠の始まり／終わり） */
.kakaku__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* ===========================
   価格コピーの装飾
   =========================== */

.kakaku-copy {
  margin: clamp(20px, 3vw, 28px) auto 0;
  text-align: center;
  color: #b40000;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.kakaku-copy p {
  margin-bottom: 0.4em;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 900;
}

/* 「ズバリ、今だけ」 */
.kakaku-copy__lead {
  font-size: clamp(18px, 2.6vw, 40px);
  font-weight: 900;
  padding-bottom: 10px;
}

/* 「超特別価格８４％OFF」 */
.kakaku-copy__big {
  font-size: clamp(22px, 3.2vw, 40px);
  margin-bottom: 10px;
  color: #ff2850;
  font-weight: 900;
}

/* 「５５５５円（税込〜）」メイン価格 */
.kakaku-copy__price {
  display: inline-block;
  margin: 0.2em 0 0.4em;
  border-radius: 999px;
  color: #ff2850;
  font-size: clamp(26px, 4vw, 55px);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/* メイン価格の下の補足 */
.kakaku-copy__price2 {
  display: inline-block;
  color: #ff2850;
  font-weight: 900;
}

/* 伸びる真ん中の枠 */
.kakaku__body {
  background: #531212 url("../img/kakaku_02.webp");
  padding: 0 70px;
  font-size: 0.9em;
  line-height: 1.8;
  text-align: left;
  background-size: contain;
}

/* タイマーを置くエリア */
.kakaku__timer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 「値上げまで残り〜」などのテキスト */
.kakaku__timer-dummy {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 2.2vw, 35px);
  font-weight: 900;
  line-height: 2;
}

/* SP 調整 */
@media (max-width: 768px) {
  .kakaku__body {
    padding: 16px;
  }
}

/* ============================
   お申込みセクション一式
   ============================ */

.sec-order {
  position: relative;
  overflow: hidden;
  background: url("../img/b07.webp") center top no-repeat;
  background-size: 3000px auto;
  padding-top: 220px;
  color: #ffffff;
  margin-top: -1px;
}

/* 中身のインナー：最大1100pxで中央寄せ */
.order-inner {
  position: relative;
  width: min(100%, 1000px);
  margin: 0 auto;
  padding-inline: 20px;
  text-align: center;
}

/* 見出し画像 */
.order-main-img {
  margin: 0 auto 32px;
  width: min(100%, 900px);
  height: auto;
}

/* デフォルト（PC想定）：SP用画像は非表示 */
.order-main-img--sp {
  display: none;
}

/* ▼ ここから黒背景にしたい部分全体をラップ */
.order-body {
  position: relative;
  margin-top: 24px;
  padding: 40px 0 80px;
  z-index: 0;
}

/* 黒背景（画面幅いっぱい） */
.order-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #000;
  z-index: 0;
}

/* 黒背景の上に中身を載せる */
.order-body>* {
  position: relative;
  z-index: 1;
}

/* 申込みボタン（太め＋白フチ付き） */
.order-btn {
  display: inline-block;
  width: min(100%, 680px);
  margin: 0 auto 28px;
  padding: clamp(26px, 4vw, 50px) clamp(32px, 4vw, 40px);
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: linear-gradient(90deg, #5f1b9c, #ff4b8a);
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    opacity 0.15s ease-out;
}

/* ホバー時のアニメーション */
.order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
  opacity: 0.95;
}

/* 決済ロゴ画像 */
.order-pay-img {
  display: block;
  margin: 18px auto 32px;
  width: min(100%, 420px);
  height: auto;
}

/* 詳細枠まわり */
.order-detail {
  margin-top: 32px;
}

/* frame 内の文字を読みやすく */
.frame p {
  color: #000;
  font-size: 0.9em;
  line-height: 1.8;
}

/* ========== SP用：お申込みセクション ========== */
@media (max-width: 768px) {

  .sec-order {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-order .order-inner {
    padding-inline: 0;
  }

  .sec-order .order-main-img {
    display: none;
  }

  .sec-order .order-main-img--sp {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .order-inner {
    width: 100%;
    padding-inline: 16px;
  }

  .order-body {
    margin-top: 0;
    padding: 32px 0 60px;
  }

  .order-detail {
    margin-top: 0;
  }

  .order-pay-img {
    width: 70%;
    margin: 0 auto;
  }
}

/*,飾り枠
---------------------------------------------------------------------------*/

.frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2em 2em;
  background-color: #fff;
}

.frame::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left top / 23px 23px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right top / 23px 23px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left bottom / 23px 23px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right bottom / 23px 23px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left top / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right top / 51% 3px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left bottom / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right bottom / 51% 3px no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) left top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) left bottom / 3px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) right top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) right bottom / 3px 51% no-repeat;
}

.frame::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 1px #ca4;
}

.frame h2 {
  text-align: center;
  color: #ca4;
}

@media screen and (max-width: 768px) {
  .frame {
    margin-top: 30px;
  }
}

/* =========================================================
   特典セクション（フェード付き）
   ========================================================= */

.sec-tokuten {
  position: relative;
  overflow: hidden;
  background: #000 url("../img/b09.webp") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(60px, 8vw, 100px);
  color: #fff;
}

/* 中身はフェードの上に出す */
.sec-tokuten>* {
  position: relative;
  z-index: 2;
}

/* 上端：黒→透明フェード */
.sec-tokuten::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom,
      #000 0%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* SP では fixed をオフ */
@media (max-width: 768px) {
  .sec-tokuten {
    background-attachment: scroll;
    background-position: center top;
  }
}

/* セクション内ラッパー（幅制御） */
.sec-tokuten .wrapper {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.tokuten-frame {
  width: min(100%, 900px);
  margin: 0 auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}

/* 見出し画像 */
.tokuten-heading {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* フレーム外側 */
.tokuten-frame {
  width: min(100%, 900px);
  margin: -10px auto;
}

/* 上下の縁画像 */
.tokuten-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びる本体 */
.tokuten-frame__body {
  background: #000 url("../img/tokuten_02.webp") center top repeat-y;
  background-size: 100% auto;
  padding-bottom: clamp(24px, 3vw, 32px);
  padding-inline: clamp(24px, 4vw, 50px);
}

/* 中身テキストコンテナ */
.tokuten-frame__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  padding-inline: clamp(24px, 4vw, 45px);
}

/* 本文テキスト */
.tokuten-text {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 700;
}

/* 特典枠の下に置くプレーンテキスト */
.tokuten-plain-text {
  max-width: 900px;
  margin: 40px auto 0;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  text-align: left;
}

/* SP 調整 */
@media (max-width: 768px) {

  .sec-tokuten {
    padding-top: 20px;
  }

  .tokuten-frame__body {
    padding: 16px;
  }

  .tokuten-frame__inner {
    max-width: 100%;
  }

  @media (min-width: 1024px) {
    .tokuten-heading {
      max-width: 1100px;
    }
  }
}

/*  特典02 */

/* 上下の縁画像 */
.tokuten02-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びる本体 */
.tokuten02-frame__body {
  background: #000 url("../img/tokuten02_02.webp") center top repeat-y;
  background-size: 100% auto;
  padding-bottom: clamp(24px, 3vw, 32px);
  padding-inline: clamp(24px, 4vw, 50px);
}

/* 中身テキストコンテナ */
.tokuten02-frame__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.7;
  padding-inline: clamp(24px, 4vw, 45px);
}

/* SP 調整 */
@media (max-width: 768px) {

  .tokuten02-frame__body {
    padding: 16px;
  }

  .tokuten02-frame__inner {
    max-width: 100%;
  }
}

/* =========================================================
   タイマー（レスポンシブ調整版）
   ========================================================= */
.timerspace {
  padding: 100px 0 0;
}

.site-header {
  background: #44022e;
  padding: 0 0 10px;
  width: 100%;
  z-index: 9999;
}

.timewrapper {
  height: auto;
  margin: 0 auto;
  line-height: 210%;
  font-weight: 900;
}

/* 「値上げまで残り」 */
#nokori {
  text-align: center;
  font-size: clamp(18px, 2.2vw, 25px);
  margin-bottom: 0;
  padding: 10px 0 0;
  color: #b40000;
  line-height: 1.3;
  font-weight: 900;
}

#nokori span {
  color: #fff;
  font-weight: 900;
}

/* 数字の上の「通常価格」など */
.nokori02 {
  text-align: center;
  font-size: clamp(24px, 3.2vw, 40px);
  margin-bottom: 0;
  padding-top: 10px;
  color: #ffed26;
  font-weight: 900;
}

/* タイマー全体の黒帯＋左右の余白 */
#timer02 {
  display: inline-block;
  padding: 0.25em 0.6em 0.18em;
  background-color: #000;
  line-height: 1;
}

/* 各数字・単位 */
#timer02 span {
  color: #ffed26;
  font-size: clamp(24px, 5.5vw, 40px);
  font-weight: 900;
  line-height: 1;
}

/* =========================================================
   SP 調整
   ========================================================= */
@media screen and (max-width: 768px) {

  .timerspace {
    padding: 60px 0 0;
  }

  .site-header {
    background: #44022e;
    padding-bottom: 10px;
  }

  #nokori {
    font-size: clamp(16px, 4vw, 20px);
    padding-top: 8px;
  }

  .nokori02 {
    font-size: clamp(20px, 5vw, 25px);
    padding-top: 4px;
  }

  #timer02 {
    padding: 0.2em 0.45em 0.16em;
  }

  #timer02 span {
    font-size: clamp(20px, 7vw, 28px);
  }
}

/* =========================================
   Q&A セクション
   ========================================= */

.bg-qa {
  background: #ffffff url("../img/b06.webp");
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
  padding: 0;
}

.wrapper-qa {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 40px;
  line-height: 1.6;
}

/* 見出し画像を左寄せ */
.qa-heading {
  display: block;
  margin: 0 0 20px 40px;
  max-width: 100%;
  height: auto;
}

/* Q&A 本体（PC） */
.cp_qa {
  font-size: 0.9em;
  margin-left: clamp(16px, 3vw, 40px);
}

.cp_qa dl {
  margin: 0 0 1.8em 0;
}

.cp_qa dt,
.cp_qa dd {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0.4em 0;
  padding: 0;
}

.cp_qa dt {
  margin-left: 0;
  font-weight: 700;
}

.cp_qa dd {
  margin-left: 1.5em;
}

/* Q / A アイコン共通 */
.cp_qa dt::before,
.cp_qa dd::before {
  font-size: 1.1em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  position: static;
  flex: 0 0 auto;
  margin-right: 0.6em;
}

.cp_qa dt::before {
  content: "Q";
  background: #000;
}

.cp_qa dd::before {
  content: "A";
  background: #cb0000;
}

/* =========================================
   スマホ向け調整
   ========================================= */
@media (max-width: 768px) {

  .bg-qa {
    background-attachment: scroll;
  }

  .wrapper-qa {
    max-width: 100%;
    margin: 0;
    padding: 20px 16px 28px;
  }

  .qa-heading {
    margin: 0 0 16px 0;
    max-width: 80%;
  }

  .cp_qa {
    font-size: 0.9em;
    margin-left: 0;
  }

  .cp_qa dd {
    margin-left: 1em;
  }

  .cp_qa dt::before,
  .cp_qa dd::before {
    font-size: 1em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
  }
}

/* =========================================================
   全額返金保証セクション
   ========================================================= */

.sec-henkin {
  position: relative;
  overflow: hidden;
  background: #e7f5f7 url("../img/b10.webp") center top repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}

/* SP は fixed をオフ */
@media (max-width: 768px) {
  .sec-henkin {
    background-attachment: scroll;
  }
}

/* 枠コンテナ：幅 860px まで */
.henkin-frame {
  width: min(100%, 860px);
  margin-inline: auto;
}

/* 上下のフレーム画像共通 */
.henkin-frame__edge {
  display: block;
  width: 100%;
  height: auto;
}

/* 伸びるフレーム本体（中画像） */
.henkin-frame__body {
  background: #ffffff url("../img/henkin_02.webp") center top repeat-y;
  background-size: 100% auto;
  padding: clamp(24px, 4vw, 10px) clamp(32px, 5vw, 56px);
  font-size: clamp(14px, 1.9vw, 17px);
}

/* 中身のテキストコンテナ */
.henkin-frame__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
}

/* 見出し下線 */
.henkin-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  max-width: 520px;
  height: 2px;
  background-color: #12a9c7;
}

/* 本文テキスト（フレーム内） */
.henkin-text {
  margin: 0;
  font-weight: 500;
  color: #444444;
}

/* SP 調整 */
@media (max-width: 768px) {
  .henkin-frame__body {
    padding: 20px 40px;
  }

  .henkin-frame__inner {
    max-width: 100%;
  }
}

/* =========================================================
   ドロップ＋フェード（MOVIE見出し風）
   ========================================================= */

/* 初期状態：ほぼ正面からグッと手前に出てくる感じ */
.js-dropfade {
  opacity: 0;
  transform:
    translate3d(0, -8px, 0) scale(1.22);
  transform-origin: center center;
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

/* 表示時：位置はほぼそのままで、スケールだけ元に戻るイメージ */
.js-dropfade.is-active {
  opacity: 1;
  transform:
    translate3d(0, 0, 0) scale(1);
}

/* 一度きり再生用（見た目は同じ） */
.js-dropfade-once {
  opacity: 0;
  transform:
    translate3d(0, -8px, 0) scale(1.22);
  transform-origin: center center;
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.js-dropfade-once.is-active {
  opacity: 1;
  transform:
    translate3d(0, 0, 0) scale(1);
}