@charset "UTF-8";

/* ==============================================================
Theme Name: LINEトーク占い用テンプレート
Description: LINEトーク占い用テンプレート
Version: 1.0
============================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

html {
  background-image: linear-gradient(337deg, #d6ffea 10%, #ffe0f0 100%);
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0;
  line-height: 1.7;
  max-width: 600px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

#lp_content img {
  max-width: 600px;
  width: 100%;
}

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

メインビジュアル

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

/* 間が開くから0に */
h1 {
  font-size: 0;
}

.mv {
  position: relative;
}

/* 特典ボタン（合計最大10,000円分無料） */
.mv-btn {
  position: absolute;
  top: 78.3%;
  left: 0;
  right: 0;
}

.mv-btn a {
  position: relative;
  display: inline-block;
  width: 89%;
  line-height: 0;
  border-radius: 2.1% / 7%;
  overflow: hidden;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.6));
}

.mv-btn img {
  display: block;
  width: 100%;
}

.mv-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(105deg,
      rgba(255, 255, 255, 0) 44%,
      rgba(255, 255, 255, 0.95) 50%,
      rgba(255, 255, 255, 0) 56%);
  background-size: 300% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: mv-shine 2.8s ease-in-out infinite;
}

@keyframes mv-shine {
  0% {
    background-position: 100% 0;
  }

  44% {
    background-position: 0% 0;
  }

  100% {
    background-position: 0% 0;
  }
}

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

お悩み

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

.onayami {
  position: relative;
  background: url(../../../images/lp/shikou/1-onayami.jpg) center top / 100% 100% no-repeat;
}

.onayami::before {
  content: "";
  display: block;
  padding-top: 147.3%;
}

.onayami img {
  display: block;
  max-width: none;
}

.onayami-item {
  position: absolute;
  left: 0;
  width: 100%;
}

.onayami-01 {
  width: 103.5%;
  left: -1.75%;
  top: 0;
  z-index: 2;
}

.onayami-02 {
  top: 15.8%;
}

.onayami-03 {
  top: 42.1%;
}

.onayami-04 {
  top: 68.3%;
}

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

ボタン

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

.btn {
  width: 85%;
  border: none;
}

.btn-relative {
  position: relative;
}

/* TOPのボタン */
.btn-wrap1 {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

/* 新規登録メリットのボタン */
.btn-wrap2 {
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

/* 新規登録メリットのボタン */
.btn-wrap3 {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

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

項目ごとの上部スペース

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

.top-space {
  margin-top: 5%;
}

.top-space2 {
  margin-top: 2%;
}

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

新規登録メリット

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

.sinki-position {
  margin-top: -5%;
  position: relative;
}

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

フッターメニュー

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

footer {
  font-size: 13px;
  letter-spacing: 0.1rem;
  font-weight: 100;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #34424d;
}

li {
  float: left;
  width: 50%;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #bbb;
}

.li-left {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.li-right {
  border-bottom: 1px solid #bbb;
}

.copywriter {
  font-size: 10px;
  color: #bbb;
  background-color: #34424d;
  text-align: center;
  padding: 14px 16px;
}

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

アニメーション

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

.fadein_soon {
  display: none;
}

/* フェードイン下から上に */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transition: opacity 1200ms ease-out;
}

.fadein2.scrollin {
  opacity: 1;
}

/* ふわっと浮かび上がる（お悩みの3項目）※.fadeinと併用 */
.fuwa {
  transform: translate(0, 30px);
  transition: opacity 1400ms ease-out, transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fuwa.scrollin {
  transform: translate(0, 0);
}

/************************
 *        header         *
 *************************/
#exHeader {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  clear: both;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #000;
  border-bottom: solid 1px #e5e5e5;
  box-sizing: border-box;
  background: #fbfbfb;
}

#exHeader #exHeaderInner {
  display: flex;
  justify-content: flex-end;
  margin: 3px 3px 0 0;
}

#exHeader #siteLogo {
  position: absolute;
  top: 7px;
  left: 5px;
}

#exHeader .headerBtn {
  margin-left: 2px;
}

#exHeader .exSupportNumber {
  display: flex;
  justify-content: flex-end;
}

#exHeader .exSupportNumber .exPhoneNumber {
  margin: 8px 8px 0 0;
}

#exHeader #exHeaderInner_recruit {
  display: flex;
  justify-content: flex-end;
  margin: 3px 3px 0 0;
}
