html {
  scroll-behavior: smooth;
}

body{
    background:url(/images/lp/index8/00_base.jpg) repeat;
    background-size: 40%;
    margin: 0 auto;
    max-width: 750px;
    font-family:
      "Noto Sans JP",
      "Hiragino Sans",
      "Hiragino Kaku Gothic ProN",
      "Yu Gothic",
      "Meiryo",
      sans-serif;
}

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


/* ---------特典--------- */

.bonus{
    background: url(/images/lp/index8/02_tokuten_base.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3%;
    padding: 4% 0;
}

.bonus-item{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.bonus-item + .bonus-item { margin-top: -32px; }

.bonus-item:nth-child(1) {
  z-index: 3;
}
.bonus-item:nth-child(2) {
  z-index: 2;
}
.bonus-item:nth-child(3) {
  z-index: 1;
}

.cta-btn{
       position: absolute;
    width: 88%;
    margin: auto;
    left: 0;
    right: 0;
}

.cta-btn-01{
    bottom: 21.5%;
}

.cta-btn-02{
    bottom: 9%;
}


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

.bonus-item + .bonus-item { margin-top: -18px; }


 }

/* ---------キサラギ先生--------- */

.fortuneteller-content{
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
}

.fortuneteller-text{
    font-size: 28px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    padding: 5%;
    margin: 4% 0;
  /* ★ 紫寄りの半透明グラデーション */
  background: linear-gradient(
    180deg,
    rgba(140, 78, 164, 0.35) 0%,   /* 上：淡い紫 */
    rgba(90, 48, 120, 0.55) 100%   /* 下：濃い紫 */
  );

  /* ★ 紫の光を入れる */
  box-shadow:
     0 0 25px rgba(150, 100, 200, 0.3),
     inset 0 0 40px rgba(180, 140, 220, 0.25);

  /* ★ 背景の柄をぼかして幻想感UP */
  backdrop-filter: blur(6px);
}

 @media only screen and (max-width: 750px) {
 .fortuneteller-text{
  font-size: 15px;
  margin-bottom: -5%;
 }
}

/* ---------鑑定の流れ--------- */

.step-list{
    background: url(/images/lp/index8/04_STEP_base.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 4% 0;
}

.step-list-img + .step-list-img{
  margin: -8% 0;
}

.step-title{
  margin-top: 10%;
}


/* ---------btn--------- */

.btn{
  position: relative;
      margin-top: 11%;
    margin-bottom: 4%;
}

.cta-btn-03{
    bottom: 11%;
}



/*************************************************

無料会員登録

*************************************************/
.entry {
    background: #fff url("/images/lp/index8/05_entry_base.jpg") top left no-repeat;
    width: 100%;
    background-size: cover;
      max-width: none; /* ←これ追加 */
    padding-top: 1%;
    padding-bottom: 5%;
      
}

.entry-base{
      background-color: rgba(248, 230, 232, 0.6); /* 白を70%の透明 */
      margin: 10% 0;
      
}

.entry h2 {
    padding: 5.666667%  0;
        width: 90%;
    margin: auto;
}


.entry p {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry dl,
.entry div {
    width: 90%;
    margin: 7.407407% auto 0;
    box-sizing: border-box; 
}

.entry dt {
    width: 100%;
    font-weight: bold;
    font-size: 23px;
    line-height: 40px;
    display: inline;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry dt i {
    background: #dd4a70;
    margin: 0 0 0 10px;
    padding: 3px 10px 1px 10px;
    color:#fff;
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
    vertical-align: middle;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry dd {
  
    box-sizing: border-box;
    width: 100%;
    display: table-cell;
    font-size: 30px;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry dd input {
    width: 100%;
    margin: 0;
}

.entry dd input[type="email"],
.entry dd input[type="password"] {
    border: #aa57a2 solid 1px;
    border-radius: 10px;
    width: 100%;
    height: 90px;
    margin: 0;
    padding:0 20px;
    font-style: normal;
    font-size: 30px;
    box-shadow: 3px 3px 0 0 #efefef inset;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry dd p {
    margin:0;
}

.entry div {
    width: 90%;
    position: relative;
}

.entry div input[type=checkbox] {
    display: none;
}

.entry div input[type=checkbox]+label:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #fff;
    border: #aa57a2 solid 1px;
    border-radius: 6px;
    width: 45px;
    height: 45px;
    margin:0 15px 0 0;
    box-shadow: 3px 3px 0 0 #efefef inset;
}

.entry div input[type=checkbox]:checked+label:after {
    content: "";
    background:  url("/images/lp/index8/05_entry_checked.png") top left no-repeat;
    background-size: 40px;
    width: 45px;
    height: 45px;
    position: absolute;
    top:4px;
    left:4px;
}

.entry div label {
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry div label a {
    text-decoration: underline;
    display: inline-block;
}

.entry .alert {
    font-size: 25px;
    font-weight: bold;
    color: #bf3e60;
    text-align: center;
    display: none;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry .btn {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6% 0;
    filter: drop-shadow(0px 4px 8px rgba(255, 255, 255, 0.9));
}

.entry .sbmt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.entry .btn input {
    width: 100%;
    cursor: pointer !important;
}

.entry .btn p {
    text-align: center;
}

/* --- フォームの見た目だけ中央寄せに整える（HTMLは触らない） --- */
.entry dt {
    display: block;         /* ラベルを1行で上に置く */
    margin-bottom: 5px;
}

.entry dd {
    display: block;         /* 入力欄（白いボックス）を1行にする */
    width: 100%;
    margin: 0 auto;
}

/* 入力欄の左右余白を作って中央に寄せる */
.entry dd input[type="email"],
.entry dd input[type="password"] {
    padding: 0 12px !important;   /* ← 20px → 12px に少し減らす（文字の詰まり防止） */
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;               /* ← 背景にぴったり付かないように左右に余白を作る */
    display: block;
}



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

.entry dd input[type="email"],
  .entry dd input[type="password"] {
      box-sizing: border-box; 
      width: 100%;         
      max-width: 100%;      /* ← コレが最重要（94〜96%だとまだ飛び出す可能性あり） */
      margin-left: auto;
      margin-right: auto;
      padding: 0 16px;     /* スマホ画面だと20pxだと広すぎるので微調整 */
      height: 50px;
      display: block;
  }

  .entry dt {
      font-size: 18px;
      line-height: 1.6;
  }

  .entry p {
      font-size: 16px;
      line-height: 1.8;
  }

  .entry dt i {
    font-size: 15px;
 }

 .entry div label {
    font-size: 18px;
 }

 .entry dd input[type="email"],
.entry dd input[type="password"] {
    font-size: 18px;
}
 
.entry div input[type=checkbox]+label:before {
    width: 40px;
    height: 40px;
}

.entry div input[type=checkbox]:checked+label:after {
   background-size: 35px;
    width: 40px;
    height: 40px;
    top:6px;

}



}



/* ---------footer--------- */

.footer-link-base{
  background-color: #ffefff;
}

.footer-link{
  display: grid;
    grid-template-columns: 1fr 1fr;
  font-size: 25px;
  text-align: center;
      padding: 1% 0;
      
}

.footer-link a{
  text-decoration: none;
  color: #661165;
  padding-bottom: 6px;          /* 線との間の余白 */
  border-bottom: 1px solid #661165; /* ← 短い下線 */
  width: fit-content;           /* ← ここがポイント！ */
}

.footer-link li{
  padding: 4% 0;
}

.copyright{
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #612e76;
  padding: 2% 0;
}

 @media only screen and (max-width: 750px) {
  .footer-link{
  font-size: 15px;
  padding: 2% 0;
      
  }
  .footer-link li{
  padding: 5% 0;
}
.footer-link a{
  padding-bottom: 3px;          /* 線との間の余白 */
}

.copyright{
  font-size: 14px;
}
 }


 

/* =========================
   ボタン：じわっとズームするだけ
   ========================= */

/* 中の画像だけを呼吸するようにズームさせる */
.shine-btn img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
    transition: filter 0.6s ease-out;

  animation: btn-zoom 4.0s ease-in-out infinite;
}

/* 拡大 → 元に戻るを繰り返すだけ */
@keyframes btn-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);  /* ← 最大に大きくなるところ（数字で強さ調整） */
  }
  100% {
    transform: scale(1);
  }
}

/* =========================
   ホバー時にだけ光らせる
   ========================= */
/* hover で光る（position 禁止版） */
.shine-btn img:hover {
  filter: brightness(1.25) drop-shadow(0 0 6px rgba(255, 200, 255, 0.7));
}


.shine-btn-02 {
  border-radius: 19px;
  overflow: hidden;
  transition: filter 0.4s ease-out;
}

.shine-btn-02:hover {
  filter: brightness(1.25) drop-shadow(0 0 6px rgba(255,200,255,0.7));
}

/*==============================================================

エラー

==============================================================*/

.error_msg{
    text-align: center;
    margin: 10px;
    color:#ffffff;
    border: 2px solid;
    border-color: #ffffff;
    padding: 4px;
    font-weight: 600;
}

.error_msg_form{
    text-align: left;
    margin: 0px 8px 8px;
    color:#f44336;
    padding: 4px;
    font-weight: 600;
}