@charset "UTF-8";
/*本アップ時には不要な場合消す*/
body {
  padding: 0;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
  }
}

.lp_wrap {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    width: 100vw;
    overflow-x: hidden;
  }
}
.lp_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lp_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.lp_wrap a:hover {
  opacity: 0.8;
}
.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap ul li {
  list-style: none;
}
.lp_wrap table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
.lp_wrap {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    padding-bottom: 12vw;
  }
}
.lp_wrap .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .inner {
    width: 100vw;
  }
}
.lp_wrap .fv_area {
  position: relative;
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 1550px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area {
    background-size: 100vw auto;
    height: 206.67vw;
  }
}
.lp_wrap .fv_area .fv_btn_txt {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 520px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_btn_txt {
    top: -3.33vw;
    width: 69.33vw;
  }
}
.lp_wrap .fv_area .fv_btn {
  position: relative;
  display: block;
  width: 610px;
  margin: 45px auto 0;
  -webkit-filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_btn {
    width: 81.33vw;
    margin: 6vw auto 0;
    -webkit-filter: drop-shadow(0.53vw 0.8vw 0.53vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.53vw 0.8vw 0.53vw rgba(0, 0, 0, 0.3));
  }
}
.lp_wrap .confirmation_area {
  background: url("../images/confirmation_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 1410px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .confirmation_area {
    background-size: 100vw auto;
    height: 188vw;
  }
}
.lp_wrap .fortune-teller_area {
  background: url("../images/fortune-teller_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 2150px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fortune-teller_area {
    background-size: 100vw auto;
    height: 286.67vw;
  }
}
.lp_wrap .anxiety_area {
  background: url("../images/anxiety_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 2140px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .anxiety_area {
    background-size: 100vw auto;
    height: 285.33vw;
  }
}
.lp_wrap .support_area {
  background: url("../images/support_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 1810px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .support_area {
    background-size: 100vw auto;
    height: 241.33vw;
  }
}
.lp_wrap .peace_area {
  background: url("../images/peace_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 1250px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .peace_area {
    background-size: 100vw auto;
    height: 166.67vw;
  }
}
.lp_wrap .peace_area .peace_list {
  display: flex;
  margin-left: 83px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .peace_area .peace_list {
    margin-left: 11.07vw;
  }
}
.lp_wrap .peace_area .peace_list .list_item {
  width: 214px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .peace_area .peace_list .list_item {
    width: 28.53vw;
  }
}
.lp_wrap .case_area {
  position: relative;
  background: url("../images/case_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 2670px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .case_area {
    background-size: 100vw auto;
    height: 356vw;
  }
}
.lp_wrap .case_area .case_list {
  margin-top: 467px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .case_area .case_list {
    margin-top: 62.27vw;
  }
}
.lp_wrap .case_area .case_txt {
  position: relative;
  z-index: 2;
}
.lp_wrap .case_area::after {
  content: "";
  display: block;
  background: url("../images/case_img.png") no-repeat center/100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 750px;
  height: 329px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .case_area::after {
    width: 100vw;
    height: 43.87vw;
  }
}
.lp_wrap .flow_area {
  position: relative;
  background: url("../images/flow_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 1200px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow_area {
    background-size: 100vw auto;
    height: 160vw;
  }
}
.lp_wrap .like_area {
  position: relative;
  background: url("../images/like_bg.jpg") top center no-repeat;
  background-size: 750px auto;
  height: 779px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .like_area {
    background-size: 100vw auto;
    height: 103.87vw;
  }
}
.lp_wrap .fixed_area {
  background: rgba(135, 180, 175, 0.5);
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  width: 750px;
}
.lp_wrap .fixed_area.is-show {
  opacity: 1;
  pointer-events: auto;
}
.lp_wrap .fixed_area .inner {
  height: 90px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .inner {
    height: 12vw;
  }
}
.lp_wrap .fixed_area .fixed_btn_txt {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 430px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn_txt {
    top: -3.33vw;
    width: 57.33vw;
  }
}
.lp_wrap .fixed_area .fixed_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 610px;
  margin: 45px auto 0;
  -webkit-filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn {
    bottom: 2.67vw;
    width: 81.33vw;
    margin: 6vw auto 0;
    -webkit-filter: drop-shadow(0.53vw 0.8vw 0.53vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.53vw 0.8vw 0.53vw rgba(0, 0, 0, 0.3));
  }
}/*# sourceMappingURL=style.css.map */