@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 62.5%;
  text-align: center;
  animation: loading 1s;
  scroll-behavior: smooth;
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
/* フェードアップ */
.js-scroll {
  transition: all .6s ease;
  transform: translateY(30px);
  opacity: 0;
}
.js-scroll.is-show {
  transform: translateY(0);
  opacity: 1;
}
.bg {
  padding: 4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: hidden;
}
.campaign {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}
.timer_wrap {
  padding: 10px 0;
  background-color: #fffef2;
  text-align: center;
  position: relative;
}
.timer {
  font-size: 3.5rem;
  font-weight: 600;
  color: #f13b53;
}
.timer_p {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .timer {
    font-size: 8rem;
  }
  .timer_p {
    font-size: 2.5rem;
  }
}
#lp_wrapper .CDT_wrap.newyear {
  background: #fff0cd;
}
#lp_wrapper .CDT_wrap {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
#lp_wrapper .CDT_text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#lp_wrapper .CDT_wrap .ttl {
  width: auto;
  color: #808080;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-right: 1rem;
}
#lp_wrapper #CDT {
  width: auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FA2828;
  font-family: 'Noto Sans JP', sans-serif;
}
/***********SP用/***********/
@media screen and (max-width: 750px) {
  /***********   #lp_wrapper .CDT_wrap {
        height: 10vw;
    }***********/
  #lp_wrapper .CDT_wrap .ttl {
    font-size: 2.8vw;
    padding-right: 0.5rem;
    padding-bottom: 0.15rem;
  }
  #lp_wrapper #CDT {
    font-size: 6.2vw;
  }
  #lp_wrapper #CDT .count_font font {
    font-size: 4.2vw;
  }
}
.wow{
  animation-delay: 0.5s; 
}
.animate__flash,
.animate__rubberBand{
  animation-duration: 4s;
}
.animate__bounceIn{
  animation-delay: 0.7s;
}
.fv {
  padding: 8% 4%;
  background-image: url("../img/fv_bg.png");
  position: relative;
}
.fv h1{
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1!important;
}
.fv ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.fv ul li:nth-of-type(2) {
  animation-delay: 1s;
}
.check {
  background-image: url("../img/check_bg.png");
  margin-top: -7%;
  position: sticky;
  z-index: -1;
  padding-top: 14%;
  padding-bottom: 14%;
}
.check p img {
  width: 100%;
  padding: 6% 0 0 0;
}
.cta01 {
  background-image: url("../img/cta01_bg.png");
}
.cta01.bg {
  padding: 0;
}
.cta01 p:nth-of-type(2) {
  width: 90%;
  margin: 0 auto;
  padding: 10% 0;
  animation-delay: 0.5s;
}
.media {
  background-image: url("../img/media_bg.png");
  padding-bottom: 5%;
}
.media p:nth-of-type(1) {
  padding: 5% 0;
}
.media p:nth-of-type(2) {
  padding: 0 0 5% 0;
}
.cta02 {
  background-image: url("../img/cta02_bg.png");
}
.cta02 p:nth-of-type(1)  {
  margin: 5% 0 2% 0;
}
.cta02 p:nth-of-type(2)  {
  margin: 0 0 5% 0;
}
.voice {
  background-image: url("../img/voice_bg.png");
}
.voice {
  padding-top: 10%;
  padding-bottom: 10%;
}
.voice ul li:nth-of-type(1) {
  margin-top: 5%;
}
.voice ul li:not(:last-child) {
  margin-bottom: 3%;
}
.income {
  position: sticky;
  z-index: 1;
  padding: 4% 0 4% 0;
  background-image: url("../img/income_bg.png");
}
.income p:nth-child(1){
  width: 22%;
  position: absolute;
  top: 24%;
  left: 6%;
}
.income p:nth-child(2),
.income p:nth-child(3){
  width: 90%;
  margin: 0 auto;
}
.content_bg {
  margin-top:-8%;
  background: url("../img/step_bg.png");
  background-size: cover;
}
.step p {
  margin: 10% 0 0 0;
}
.req .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8%;
}
.req .flex p {
  width: calc(95% / 2);
}
.req .flex p:nth-of-type(2) {
  animation-delay: 0.5s;
}
.support p:nth-child(1) {
  margin: 5% 0;
}
.support p:nth-child(2) {
  width: 90%;
  margin: 0 auto 10% auto;
}
.support p:nth-child(3) {
  width: 85%;
  margin: 0 auto;
}
.caution {
  background-color: #684d41;
}
.caution p{
  margin-top: 2%;
}
.wakare {
  background-image: url("../img/wakare_bg.png");

}
.wakare p:nth-child(1) {
  width: 90%;
  margin: 0 auto 10% auto;
}
.wakare p:nth-child(2) {
  width: 85%;
  margin: 0 auto;
  padding-top: 35%;
  padding-bottom: 8%;
}
.cta03 {
  background-image: url("../img/cta03_bg.png");

}
.cta03 p:nth-child(1) {
  width: 90%;
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 40%;

}
.cta03 p:nth-child(2) {
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
.cta04 {
  background-image: url("../img/cta04_bg.png");
  position: relative;
}
.cta04 p {
  width: 90%;
  margin: 0 auto;
}

.cta_btn--follow {
  display: none;
  max-width: 828px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 4%;
  z-index: 99999999999;
  overflow-x: hidden;
}

#lp_wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
}