@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: #ffecf9;
}

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%;
}

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

ボタン

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

.btn {
  width: 75%;
  margin-top: 20px;
  border: none;
}

.btn-relative {
  position: relative;
}

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

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

フッターメニュー

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

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 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

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

/* 新規登録メリットのボタン */
.fadein2 {
  opacity: 0;
  transition: all 2500ms;
}

.fadein2.scrollin {
  opacity: 1;
}

/************************
 *        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;
}
