*,
*::before,
*::after {
  box-sizing: border-box;
}


.all{
    margin: 0 auto;
    max-width: 600px;
}

p{
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

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

body{
    background-color: #c0a3d1;
    background-size: 50% auto;
    background-attachment: fixed;
}

.btn01{
  position: absolute;  /* ← 特典3の上に重ねる */
  bottom: 9%;          /* ← 下からの距離（調整OK） */
  left: 50%;           /* ← 横中央に配置 */
  transform: translateX(-50%); /* ← 真ん中にピタッと合わせる */
  width: 91%;
}

.btn_base{
  position: relative; /* ← ボタンの基準にする */
  margin: 4% auto;
}

.uranaishi-text {
    font-size: 1.5em;
    letter-spacing: 5px;
    text-align: justify;
    line-height: 1.3;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
    display: block;
}

/* style.css のどこかに入っていたら一旦オフ */
html, body { scroll-behavior: auto; }



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


/* ---------------------------- */

.tokuten {
  position: relative;
  width: 100%;
  background: url("/images/lp/index7/02_tokuten.jpg") no-repeat center top;
  background-size: cover; /* 画像を全体にフィットさせる */
  padding: 6% 0; /* 背景の縦スペースを確保 */
}

.tokuten-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2%;
}

.tokuten-a,
.tokuten-b,
.tokuten-c {
  width: 95%;
  max-width: 600px;
  margin: -1.2%;
}

.btn-tokuten {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
}


/* ----------エミリア先生------------ */

.syokai p{
    margin: -4% 4%;
    margin-bottom: 5%;
}

.uranaishi-img{
    margin: 4% 0;
}

.uranaishi-base{
    background:url("/images/lp/index7/05_emiria_base.jpg" ) ;
    background-size: 106%;
}

.emiria-layer{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    padding-bottom: 3%;
}

.emiria-layer img{
padding: 1.3% 0;
}

/* ----------プリンセスローズ先生------------ */


.princess-syokai p {
    margin: 6% 4%;
    margin-top: -13%;
}

.princess-layer{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    padding-bottom: 4%;
}

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


.kisaragi-syokai p {
    margin: 6% 4%;
    margin-top: -13%;
}

.kisaragi-layer{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    padding-bottom: 4%;
}


/* ----------QA------------ */

.QA-relative{
    background:url("/images/lp/index7/08_QA.jpg") ;
    background-size: 100% ;

}

.QA{
    display: flex;
    flex-direction:column;
    width: 92%;
    left: 0;
    right: 0;
    top: 16%;
    margin: auto;
    gap: 17px;
    padding-top: 38%;
    padding-bottom: 7%;
}


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

無料会員登録

*************************************************/
.entry {
    background: #fff url("/images/lp/index7/09_touroku.jpg") top left no-repeat;
    width: 100%;
    background-size: cover;
      max-width: none; /* ←これ追加 */
      
}

.entry h2 {
    padding: 5.666667%  0;
}


.entry p {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    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: #a775cb;
    margin: 0 0 0 10px;
    padding: 5px 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: #649f95 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: #649f95 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/index7/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: #fd0095;
    text-align: center;
    display: none;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.entry .btn {
    width: 90%;
    margin: 0 auto;
    padding: 7.407407% 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;
}



.footer-link-base {
  background-color: #f9ebff;
  padding: 30px 0;
}

.footer-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2列 */
  gap: 10px 20px; /* 行間・列間 */
  list-style: none;
  margin: 0 auto;
  width: 90%;
  padding: 0;
  text-align: center;
}

.footer-link li {
  border-bottom: 1px solid #ad87d1; /* 各項目下にライン */
  padding: 10px 0;
}

.footer-link li a {
  color: #4b1f76;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}



footer p {
  text-align: center;
  font-size: 0.9em;
  color: #4b1f76;
  margin-top: 15px;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
}

.copyright{
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3";
    font-size: 1.0em;
    background-color: #845996;
    color: #efefef;
    padding: 2%;
    margin: 0;

}




/* =====================
   ボタン共通設定
===================== */
.btn01,
.btn-tokuten {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 28px; /* ボタン形状に合わせて調整 */
  isolation: isolate;
}

.btn01 img,
.btn-tokuten img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s ease; /* 光と一緒に少し柔らかい動き */
}

/* =====================
   光の演出
===================== */
.btn01::before,
.btn-tokuten::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.2) 85%,
    rgba(255, 255, 255, 0) 70%
  );
  mix-blend-mode: screen;
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
   mix-blend-mode: overlay;
}

/* =====================
   hover時に光る
===================== */
.btn01:hover::before,
.btn-tokuten:hover::before {
  opacity: 1; /* 光がふわっと浮かぶ */
}




/* 登録ボタンにhoverで光をつける */
.entry .btn {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
}

.entry .btn::before {
  content: "";
  position: absolute;
  inset: 0;
 /* パディング分を切り落として“画像の範囲”だけに光を当てる */
    top: 17.407407%;
    bottom: 24%;
  left: 0;
  right: 0;

  background: radial-gradient(
    circle at 50% 50%,
    rgba(255,255,255,0.5) 0%,
    rgba(255,255,255,0.2) 105%,
    rgba(255,255,255,0) 70%
  );
  transform: scale(0.9); /* 光をボタンより小さく */
   mix-blend-mode: overlay;
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.entry .btn:hover::before { 
  opacity: 1;
}







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


.uranaishi-text {
        font-size: 1em;
        letter-spacing: 3px;
        line-height: 1.2;
    }

.QA{
    padding-bottom: 3%;
}

.footer-link li a {
        font-size: 1em;
}

.copyright{
    font-size: 0.8em;
}



    .entry p {
        font-size: 4.166666666666666vw;
        line-height: 6.666666666666666vw;
    }
    
    .entry dt {
        font-size: 5vw;
        line-height: 6.666666666666666vw;
    }
    
    .entry dt i {
        background: #c33ac5;
        margin: 0 0 0 10px;
        padding: 0.8333333333333333vw 1.6666666666666665vw 0.16666666666666666vw 1.6666666666666665vw;
        font-size: 3.833333333333333vw;
    }
    
    .entry dd {
        font-size: 5vw;
    }
    
    .entry dd input[type="email"],
    .entry dd input[type="password"] {
        font-size: 5vw;
        height: 16.6666667vw;
    }
    
    .entry div label {
        font-size: 4.166666666666666vw;
        line-height: 7.5vw;
    }
    
    .entry .alert {
        font-size: 4.166666666666666vw;
    }
    
    .entry .btn input {
        width: 100%;
        margin: 20px 0 0;
        cursor: pointer !important;
    }


    @media (max-width: 750px) {
  html, body {
    overflow-x: hidden; /* 横スクロール防止 */
  }

  .entry {
    box-sizing: border-box; /* パディング込みで100%に収める */
    width: 100%;
    margin: 0 auto;
    overflow: hidden; /* 中のinputのズレ防止 */
  }

  .entry input[type="email"],
  .entry input[type="password"] {
    box-sizing: border-box; /* パディング込みで幅調整 */
    width: 100%;
    max-width: 100%; /* 端末幅以上に広がらない */
  }

  /* 念のためフォーム外枠にも */
  .all {
    overflow-x: hidden;
  }
}

.entry .btn {
    padding: 3.407407% 0 6% 0;
}
}



/* ── entryフォームのレイアウトを1カラムに戻す ── */
.entry dl{
  display:block !important;
  width:90%;
  margin: 7.407407% auto 0 !important;
  padding:0 !important;
}

.entry dt,
.entry dd{
  display:block !important;   /* table-cell/inline を無効化 */
  width:100% !important;
  margin:0 0 16px 0 !important;
  float:none !important;
  text-align:left !important;
}

.entry dt{ margin-bottom:8px !important; }

.entry dd input[type="email"],
.entry dd input[type="password"]{
  display:block;
  width:100% !important;
  max-width:100%;
  margin:0 auto !important;
  padding:0 20px !important;
  box-sizing:border-box;
}

/* 念のため .form-control 側に幅指定があっても潰す */
.form-control.txt_area{
  width:100% !important;
  margin:0 auto !important;
  padding:0 20px !important;
  box-sizing:border-box;
}

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

エラー

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

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

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