@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base_sp_min.css";

/*******************

 LP style

********************/
html {
  background-color: #fffae9;
}

.btn-area {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  overflow: hidden;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.btn a {
  display: block;
  margin: 0 auto;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn.nocheck:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
}
.btn.nocheck a {
  opacity: 0.4;
}
.btn-txt {
  text-align: center;
  color: #361306;
  line-height: 1.75em;
  padding-top: .8em;
  font-size: .85em;
}
.btn-txt a {
  color: #eb3c22;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: underline;
}
.btn-txt label input {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.btn-txt label span {
  color: #007b91;
  text-decoration: underline;
  display: inline-block;
  margin-left: .5em;
}
.btn-txt label {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
/*---------------------------------------------*/
#fv {
  position: relative
}
.btn-area {
  margin: 0 auto 1em;
}
.voice1 {
  margin: 0 auto;
}
.cta {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}
.cta .cta-teiki {
  position: relative;
}
.cta .cta-btn {
  background-image: url(../img/sp_cta_bg_btm.png) , url(../img/sp_cta_bg.png);
  background-repeat: no-repeat , repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left;
  box-sizing: border-box;
  width: 100%;
  padding: 1% 7% 4% 7.5%;
}
.cta .cta-normal .cta-btn {
  background: url(../img/sp_cta_normal_02.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  width: 100%;
  padding: 1% 7% 4%;
}
.cta .btn-txt {
  padding-top: .5em;
}
.mimosa {
  margin: 7% auto 0;
}
.mamakatu {
  position: relative;
  z-index: 1;
}
.mamakatu + .cta {
  margin-top: -46%;
}
.faq {
  margin: 6% auto 0;
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
.footer-link {
  text-align: center;
  background: url(../img/sp_footer_bg.png) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  min-height: 4rem;
  padding-top: 1.8rem;
}
.footer-link li{
  font-size: .9rem;
  display: inline-block;
}
.footer-link li:after {
  content: "";
  border-right: 1px solid;
  display: inline-block;
  padding-left: .9em;
  height: 1.2em;
  vertical-align: middle;
}
.footer-link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#copy {
  text-align: center;
  font-size: .75em;
  background: url(../img/sp_copy_bg.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  color: #fff;
  box-sizing: border-box;
  padding: .5em;
}



/*- anim -*/
.btn {
      -webkit-animation-name: expand;
      -moz-animation-name: expand;
      -o-animation-name: expand;
      animation-name: expand;
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }
@-webkit-keyframes expand{
  0%{-webkit-transform: scale(1) translateY(-1%);
  -ms-transform: scale(1) translateY(-1%);
  -o-transform: scale(1) translateY(-1%);
  transform: scale(1) translateY(-1%);}
  65%{-webkit-transform: scale(1.05) translateY(0);
  -ms-transform: scale(1.05) translateY(0);
  -o-transform: scale(1.05) translateY(0);
  transform: scale(1.05) translateY(0);}
  100%{-webkit-transform: scale(1) translateY(-1%);
  -ms-transform: scale(1) translateY(-1%);
  -o-transform: scale(1) translateY(-1%);
  transform: scale(1) translateY(-1%);}
}
@keyframes expand{
  0%{-webkit-transform: scale(1) translateY(-1%);
  -ms-transform: scale(1) translateY(-1%);
  -o-transform: scale(1) translateY(-1%);
  transform: scale(1) translateY(-1%);}
  65%{-webkit-transform: scale(1.05) translateY(0);
  -ms-transform: scale(1.05) translateY(0);
  -o-transform: scale(1.05) translateY(0);
  transform: scale(1.05) translateY(0);}
  100%{-webkit-transform: scale(1) translateY(-1%);
  -ms-transform: scale(1) translateY(-1%);
  -o-transform: scale(1) translateY(-1%);
  transform: scale(1) translateY(-1%);}
}

