@charset "UTF-8";

/*基本CSS*/


body {
  font-family: Noto Sans Japanese, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  max-width: 450px;
  margin: 0 auto;
}


img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: top;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  bottom: -4.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}


a {
  color: #444;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}




/* FV下の画像リンク */
div.link {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.link>a {
  width: 48%;
  margin: auto;
  display: block
}



/*YouTube*/
div.wrap_youtube>iframe {
  width: 100%;
  border-radius: 7px;
  aspect-ratio: 16 / 9;
  height: auto;
}



/*キャンペーン*/
.campaign_monthly img.absolute {
  width: 85%;
  bottom: initial;
  top: 40%;
}



/*ガヤ*/
.gayawrapper {
  overflow: hidden;
}

.gayawrapper>.gaya {
  width: 23%;
  animation: 4s linear 0ms infinite normal both running flash;
  overflow: hidden;
}

.gayawrapper>img.absolute:nth-of-type(2) {
  top: 33%;
  left: 70%;
  animation-delay: 700ms;
  /*animation-duration: 3.2s;*/
}

.gayawrapper>img.absolute:nth-of-type(3) {
  top: 37%;
  left: 23%;
  animation-delay: 836ms;
  animation-duration: 3.2s
}

.gayawrapper>img.absolute:nth-of-type(4) {
  top: 47%;
  left: 52%;
  animation-delay: 1550ms;
  animation-duration: 3.5s
}

.gayawrapper>img.absolute:nth-of-type(5) {
  top: 63%;
  left: 28%;
  animation-delay: 2400ms;
  animation-duration: 3.5s;
}

.gayawrapper>img.absolute:nth-of-type(6) {
  top: 64%;
  left: 77%;
}

@keyframes flash {
  0% {
    opacity: 0;
    width: 22%;
  }

  35% {
    opacity: 0;
    width: 22%;
  }

  38% {
    opacity: 1;
    width: 36%;
  }

  96% {
    opacity: 1;
    width: 36%;
  }

  100% {
    opacity: 0;
    width: 36%;
  }
}



/*ガヤの下CTA*/
.part5 img.absolute {
  bottom: -14%;
}




/*占い師一覧*/
.fortune_syokai {
  text-align: initial;
  margin: auto;
  background-size: 100%, 100%, 100% 100%;
  padding: 41% 0 23%;
  background: url("../img/img_teller_bg_top.webp") no-repeat top center,
    url("../img/img_teller_bg_bottom.webp") no-repeat bottom center,
    url("../img/img_teller_bg_middle.webp") repeat-y center center;
  background-size: 100%, 100%, 100% 57%;
  text-align: initial;
  background-size: 100%, 100%;
  background-color: #0c0b4b;
}

div.a_teller {
  background-color: #d6f7f7;
  padding: 0 6%;
  margin: 0;
}

div.a_teller img {
  margin: auto 0 auto 0;
  width: 40%;
  border-radius: 8px;
}

.free_ten_min {
  font-size: 0.7rem;
  border-radius: 2px;
  font-weight: bold;
  padding: 0.05em 0.5rem;
  color: #cc0033;
  width: fit-content;
  background-color: #ffcce6;
}

div.prf_img {
  display: flex;
  padding: 4% 0;
  margin: 4% 0;
  margin: 3px 0;
}

div.prf_img>img {
  padding: 0;
}

div.prf {
  font-size: 1rem;
  padding: 0 0 0 4%;
}

div.prf p {
  text-align: justify;
  font-size: 0.8rem;
  font-weight: bold;
}

div.prf p span {
  font-size: 1.3rem;
  font-weight: bold;
}

div.prf p.divination span {
  font-size: 0.8rem;
}

div.a_teller:first-child div.prf_img {
  margin-top: 0;
}

div.a_teller:last-child div.prf_img {
  margin-bottom: 0;
}

div.prf p,
div.prf p span {
  color: white;
}

div.a_teller {
  background: initial;
}



/*占い師の下CTA*/
.part6 img.absolute {
  bottom: -21%;
}



/*質問一覧*/
.question_wrap {
  width: 100%;
  background: #00093a;
  padding-top: 5%;
}

.question {
  margin: auto 7.5%;
  padding: 4px 0;
  color: white;
  border-bottom: 1px solid white;
}

div.question p {
  color: white;
}

div.question:last-of-type {
  /* 最後の質問に余白とborderは設けない */
  margin-bottom: 9%;
  border: none;
}

.question>p {
  font-weight: bold;
  font-size: 1rem;
  padding: 2%;
  padding-right: 10%;
  position: relative;
}

.question span {
  color: #f6da61;
}

.question>p:after {
  /* 矢印 */
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  top: 26%;
  right: 0;
  transform: rotate(135deg);
}

.honbun {
  margin: 0 4px;
  display: none;
}

.honbun>p {
  padding: 4%;
  font-size: 0.8rem;
  border-top: 1px solid white;
}

div.question:last-of-type {
  margin-bottom: 0;
}




img.footer_logo {
  width: 26%;
  margin: 0 auto;
}

.form_wrap {
  width: 100%;
  background: url("../img/img_form_bg.webp") top/100% auto;
}

form {
  width: 90%;
  background-image: none;
  border: 1px solid #360b07;
  background: #fffefa;
  box-shadow: 0 0 0 1px #976e73, inset 0 0 32px 15px #f0e599;
}

.form_header {
  width: 100%;
  transform: translate(-50%, 0%);
  top: 0%;
}

.form_midashi {
  padding: 12% 0px 3%;
  width: 90%;
  margin: 0 auto;
}

.cta_animation {
  animation: cta_animation 1.5s infinite ease-in-out;
}

@keyframes cta_animation {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1.0);
  }

  50% {
    transform: translate(-50%, -50%) scale(0.92);
  }
}

.btn_orange {
  border-radius: 0;
  background: none;
  box-shadow: none;
  display: block;
  height:auto;
}

#lp_common_footer {
  background: #ffffff;
  font-size: 0.7rem;
}