@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

h1 img {
  vertical-align: bottom;
}

img {
  border: 0;
  vertical-align: bottom;
}

header {
  position: relative;
  width: 100%;
  padding: 0;
  background: #FFF;
}
header h1 {
  width: 95%;
  margin: 0 auto;
}
.wrap h1 {
  position: relative;
}
.img {
  line-height: 0 !important;
}

.btn_frame {
  margin: 0;
  display: block;
  background-size: 100%;
  position: relative;
}
.btn{
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
}

p.ate {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -7rem;
  margin-bottom: 3rem;
}

#content {
  background: #FFF;
}

footer {
  text-align: center;
  border-top: 2px solid #ffe18d;
  padding: 5% 0 3% 0;
  position: relative;
  z-index: 9999;
  color: #d88544;
  font-size: 11px;
  background:#ffe18d;
}

footer a {
  color: #d88544;
  text-decoration: none;
}


.copy{color: #d88544;
	margin-top: 5px;
}

.policy {
  font-size: 12px;
  line-height: 1.8;
}
.policy h1 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #F1F1F1;
}
.policy_contents {
  padding: 7px;
}
.policy ul {
  padding: 10px;
}
.policy dl {
  padding: 0 0 0 40px;
}
/* 各コンテンツアニメーション設定 */
.post .inner {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  position: relative;
  z-index: 2;
}
.center{
  text-align: center;
  margin-bottom: 2%;
}

.fv, .visual, .contents, .step, .voice, .section {
  position: relative;
}

.visual1{
	position: absolute;
  width: 52%;
  top: 3%;
  left: 5%;
}

.visual2{
	position: absolute;
  width: 25%;
  top: 28%;
  left: 5%;
}

.visual3{
	position: absolute;
  width: 25%;
  top: 36%;
  left: 5%;
}

.visual4{
	position: absolute;
  width: 29%;
  top: 44%;
  left: 5%;
}

.visual5{
	position: absolute;
  width: 36%;
  top: 52%;
  left: 5%;
}

.visual6{
	position: absolute;
  width: 34%;
  top: 60%;
  left: 5%;
}

.visual7{
	position: absolute;
  width: 52%;
  top: 86%;
  left: 46%;
}

.visual8{
	position: absolute;
  width: 65%;
  top: 93%;
  left: 33%;
}

.visual9{
	position: absolute;
  width: 93%;
  top: 61%;
  left: 5%;
}


.content{
  position: absolute;
  top: 18%;
  text-align: center;
}
.content img{
  width:95%;
}
.cta{
  position:relative;
}
.cta-btn{
  position: absolute;
  width: 90%;
  top: 53%;
  left: 6%;
}

/*位置*/
.countdown{
  position: absolute;
  top: 26%;
  width:100%;
  left: auto;
}
/*見た目*/
.countdown_area {
  text-align: center;
  width: 85%;
  margin: 6% auto;
  font-size: 30px;
  font-weight: bold;
  padding: 5% 0;
  background: #ff016d;
  border-radius: 15px;
  color: #FFF;
  position: relative;
}

/*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:1;
  background:#f26e19;
  width:200px;
  border-radius:16px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  color:#fff;
  padding:20px 0;
  right:20px;
  bottom:20px;
  box-shadow:1px 1px 5px #fff;
  z-index: 99999;
}


/* PC */
@media screen and (min-width: 480px) {
  .pc {
   display: block;
  }
  header h1 {
   width: 70%;
   margin: 0 auto;
  }
  
  header span {
   height: 10px;
  }
  .bottom_box {
   width: 100%;
   height: 0px;
  }

  .wrap {
   max-width: 800px;
   margin: 0 auto;
  }
  .wrap h1 {
   width: 100%;
   margin: 0 auto;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .sp {
   display: block;
  }
  .ic {
   position: absolute;
   z-index: 999;
   width: 90%;
   bottom: 54%;
   left: 10%;
  }

  img {
   width: 100%;
   max-width: 100%;
   height: auto;
  }
  .cta{
    position:relative;
  }
  .cta-btn{
    position: absolute;
    width: 90%;
    top: 53%;
    left: 5%;
  }

  p.ate {
    font-size: 1rem;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: -3.5rem;
    margin-bottom: 2.4rem;
  }

  /*追従ボタン*/
  .fix-btn{
    position:fixed;
    z-index:1;
    background:#f26e19;
    width:150px;
    border-radius:15px;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    color:#fff;
    padding:20px 0;
    right:20px;
    bottom:20px;
    box-shadow:1px 1px 5px #fff;
    z-index: 99999;
  }

  /*位置*/
  .countdown{
   position: absolute;
   top: 27%;
   width:100%;
   left: auto;
  }
  /*見た目*/
  .countdown_area {
    text-align: center;
    width: 90%;
    margin: 6% auto;
    font-size: 18px;
    font-weight: bold;
    padding: 4% 0;
    background: #ff016d;
    border-radius: 5px;
    color: #FFF;
    position: relative;
  }
}


/* animation */
.delay_time01 {
  animation-delay: 0.1s;
}

.delay_time02 {
  animation-delay: 0.2s;
}

.delay_time03 {
  animation-delay: 0.3s;
}

.delay_time04 {
  animation-delay: 0.4s;
}

.delay_time05 {
  animation-delay: 0.5s;
}

.delay_time06 {
  animation-delay: 0.6s;
}

.delay_time07 {
  animation-delay: 0.75s;
}

.delay_time08 {
  animation-delay: 0.85s;
}

.delay_time09 {
  animation-delay: 1.0s;
}