/* resetCSS */

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
  --white: #fff;
  --black: #222f3e;
  --gray-light: #f9fafb;
  --gray-mid: #f0f1f4;
  --gray: #e5e9ed;
  --gray-dark: #b4bfcb;
  --gray-black: #576574;
  --gold: #dbccab;
  --lightblue: #eff6fa;
  --blue-light: #64bdd4;
  --blue-dark: #404176;
  --blue: #1e7dde;
  --green: #00c4c4;
  --red: #de6066;
  --pink: #ea7d85;
  --yellow: #ffff5f;
  --brown: #604d21;
  --button-blue: #21bddb;
  --button-green: #2accc1;
  --button-yellow: #f6d365;
  --button-orange: #fda085;
  --line-green: #21b83c;
  --line-blue: #2accc1;
  --gradient-primary-blue: linear-gradient(-45deg, var(--green), var(--blue));
  --button-gradient-blue: linear-gradient(-45deg, var(--button-green), var(--button-blue));
  --button-gradient-yellow: linear-gradient(-45deg, var(--button-orange), var(--button-yellow));
  --button-gradient-line-green: linear-gradient(-45deg, var(--line-blue), var(--line-green));
  --marker_yellow: linear-gradient(transparent 60%, var(--yellow) 60%);
  --status-standby: linear-gradient(-15deg, #82b1d1, #83ccd2);
  --status-call: linear-gradient(-15deg, #e68386, #e69383);
  --status-resv: linear-gradient(-15deg, #abbe65, #dbd477);
  --status-out: linear-gradient(-15deg, #a5b1c2, #d1d8e0);
  --fa-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  --fa_hiragino-maru-gothic: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 共通設定 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-size: 62.5%;
}

body {
  color: #222f3e;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-image: url(../../../images/sp/index-lo-bg-wht.png);
  background-size: inherit;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
}

main {
  margin: 0 auto;
  max-width: 450px;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  box-shadow: 0 3px 10px 1px #8395a7;
}

.image--full-width {
  display: block;
  width: 750px;
}

.relative-container {
  position: relative;
}

.relative {
  position: relative;
  display: block;
}

.absolute {
  position: absolute;
}

.line {
  margin: 0 0 15px 0;
}

.marker_warm span {
  background-image: linear-gradient(90deg, #fdeec8, #e6c0c2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 30%;
  z-index: -1;
}

/* 開始フェードイン */
.fade_start {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* ページ遷移フェードイン */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* content */
.section__hero-mv img {
  vertical-align: bottom;
}

.section__fortune-teller {
  background: url(../../../images/lp/common/fortune_teller/bg_01.png) repeat;
  background-size: 100% auto;
}

.section__fortune-teller .section__fortune-teller-inner {
  padding: 15px;
}

.section__fortune-teller .section__fortune-teller-box {
  line-height: 1.8;
  border-radius: 8px;
  background-image: url(../../../images/lp/common/fortune_teller/frame_c.png);
  background-repeat: repeat;
  background-size: contain;
  border: solid 5px var(--white);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.section__fortune-teller .section__fortune-teller-box-inner {
  background-image: url(../../../images/lp/common/fortune_teller/frame_u.png), url(../../../images/lp/common/fortune_teller/frame_un.png);
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain;
}

.section__fortune-teller .section__profile {
  padding: 20px;
}

/* プロフィール・占い師紹介 */
.section__profile {
  text-align: center;
}

.section__profile h3.section__profile-name {
  color: #dc4579;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
}

.section__profile h3.section__profile-name small {
  font-size: 1.3rem;
}

.section__profile .section__profile-copy  {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #cb223d 0%, #dc4579 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

.section__profile .section__profile-date ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.section__profile .section__profile-date ul li {
  position: relative;
  margin: 0 3px;
}

.section__profile .section__profile-date ul li p {
  width: 100%;
  margin: auto;
  font-size: 13px;
  font-family: var(--fa_hiragino-maru-gothic);
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.section__profile .section__profile-date ul li.section__profile-date-speaking p {
  letter-spacing: -0.05em;
}

.section__profile h3.section__profile-point-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

.section__profile .section__profile-point {
  margin: 15px 0 20px 0;
}

.section__profile .section__profile-point li {
  margin: 5px 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.section__profile .section__profile-point li img {
  vertical-align: bottom;
}

.section__profile .section__profile-point li p {
  width: 100%;
  padding: 0 10px 0 55px;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #0b1868 0%, #1c52eb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.section__profile .section__profile-introduce {
  text-align: left;
}

/* プロフィール・口コミ */
.section__reviews {
  padding: 0 10px;
  text-align: center;
}

.section__reviews h3.section__reviews-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

.section__reviews ul {
  margin: 15px 0;
}

.section__reviews ul li {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}

.section__reviews .section__reviews-comment {
  font-size: 1rem;
  text-align: left;
}

.section__reviews .section__reviews-comment .title {
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.4;
}

/* プロフィール・得意な相談 */
.section__point {
  padding: 10px 20px 50px 20px;
}

.section__point img {
  vertical-align: bottom;
}

.section__point .section__point-box {
  margin-bottom: 10px;
  background-image: url(../../../images/lp/common/fortune_teller/frame_point-c.png);
  background-repeat: repeat;
  background-size: contain;
}

.section__point ul {
  padding: 0 20px;
  font-size: 1rem;
}

.section__point ul li {
  margin: 0 0 15px 0;
}

.section__point .section__point-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.6;
}

/* bubble box */
.bubble {
  display: block;
  margin: 0 0 0 20px;
  padding: 15px 15px 25px 15px;
  border-radius: 10px;
  background: #f4f5f8;
  word-wrap: break-word;
  position: relative;
}

.bubble p {
  overflow: hidden;
  width: 100%;
}

.bubble p span {
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bubble::after,
.bubble::before {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
}

.bubble-half-left::after,
.bubble-half-left::before {
  right: 100%;
  top: 20px;
}

.bubble-half-left::before {
  border-left: 12px solid transparent;
  border-top: 12px solid #f4f5f8;
  margin-top: -1px;
}

/* 選ばれる理由 */
.section__reason {
  background-color: #292c54;
}

.section__reason p {
  padding: 0 10px;
  color: #ffffff;
  line-height: 1.8;
}

.section__reason .section__reason-inner {
  padding: 15px;
}

.section__reason .section__reason-point h3 {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  text-align: center;
}

.section__reason .section__reason-point-ttl {
  text-align: center;
}

.section__reason .section__reason-point-img {
  margin: 15px 0;
}

.section__reason .section_reason-promise {
  margin: 50px 0 25px 0;
  background-image: url(../../../images/lp/common/fortune_teller/frame_promise-c.jpg);
  background-repeat: repeat;
  background-size: contain;
}

.section__reason .section_reason-promise img {
  vertical-align: bottom;
}

.section__reason .section_reason-promise .section_reason-promise-inner {
  padding: 0 15px;
}

.section__reason .section_reason-promise-ttl {
  padding: 0 10px 15px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section__reason .section_reason-promise-ttl::before {
  display: inline-block;
  content: url(../../../images/lp/common/fortune_teller/icon_star-01.svg);
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  right: 2px;
}

/* CVボタン */
button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
}

.section__button-cv a {
  width: 100%;
  background-image: url(../../../images/lp/common/fortune_teller/img_bg-cv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}

.section__button-cv div {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.section__button-cv img {
  filter: drop-shadow(0 10px 10px #1e272e);
}

.section__button-cv div::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: 4s 0s shine linear infinite;
  animation: 4s 0s shine linear infinite;
  z-index: 1;
}

.section__fortune-teller .button_cv {
  margin: 0 auto;
  text-align: center;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

/* header */
#exHeader {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #000;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

@media screen and (max-width: 750px) {
  #exHeader {
    width: 100%;
  }
}

/* footer */
footer {
  font-size: 12px;
  letter-spacing: 0.1rem;
  font-weight: 100;
  width: 100%;
  margin: 0 auto;
}

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

ul.footer li {
  float: left;
  width: 50%;
}

ul.footer li:last-child {
  border-right: none;
}

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

ul.footer 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;
}

@media screen and (max-width: 750px) {
  footer {
    width: 100%;
  }
}
