@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}
.s-footer {
  display: none;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}


@media screen and (min-width:750px){
.lpbox , #lpfooter {
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .fv {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lpbox .fv__gr {
  position: absolute;
  display: block;
  width: calc(245 / 750 * 100%);
  top: calc(442 / 1210 * 100%);
  left: calc(10 / 750 * 100% * -1);
  z-index: 2;
}
.lpbox .fv__gr svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.lpbox .fv__grtext {
  position: absolute;
  display: block;
  width: calc(190 / 750 * 100%);
  top: calc(468 / 1210 * 100%);
  left: calc(18 / 750 * 100%);
  z-index: 3;
}
.lpbox .fv__item {
  position: absolute;
  display: block;
  width: calc(354 / 750 * 100%);
  top: calc(625 / 1210 * 100%);
  left: calc(11 / 750 * 100%);
  z-index: 4;
}

.lpbox .nioi__text {
  position: absolute;
  display: block;
  width: calc(518 / 750 * 100%);
  top: 0;
  left: calc(116 / 750 * 100%);
}

.lpbox .award__bal {
  position: absolute;
  display: block;
  width: calc(710 / 750 * 100%);
  top: calc(24 / 566 * 100%);
  left: calc(20 / 750 * 100%);
}

.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 calc(48 / 750 * 100%) 0  calc(36 / 750 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}
.lpbox #fixbtn .fixbtn__item {
  width: calc(736 / 750 * 100%);
  margin: 0 auto;
  display: block;
}

/*---------------------------*/


/*-------------------------------------------
 form
-----------------------------------------------*/
#formarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: left;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  box-sizing: border-box;
  padding: 0 calc(30 / 750 * 100%);
}
#lpfooter .footer__link li{
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  line-height: calc(30 / 36 * 1em);
  margin-bottom: 1.5em;
  font-weight: 400;
}
#lpfooter .footer__link li a {
  color: #515151;
}
#lpfooter #copy {
  text-align: center;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  color: #fff;
  box-sizing: border-box;
  padding: 1em 0;
  background-image: -moz-linear-gradient( 120deg, rgb(0,124,219) 0%, rgb(104,189,255) 99%);
  background-image: -webkit-linear-gradient( 120deg, rgb(0,124,219) 0%, rgb(104,189,255) 99%);
  background-image: -ms-linear-gradient( 120deg, rgb(0,124,219) 0%, rgb(104,189,255) 99%);
}

/*-------------------------------------------
 animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform:translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}



/* bounce */
.lpbox .bounce {
  display: block;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
        0%   {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        10%  {
          -webkit-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -ms-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -o-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
  }
        30%  {
          -webkit-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -ms-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -o-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
  }
        50%  {
          -webkit-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -ms-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -o-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          transform: scale(1.02,.97) translate3d(0 , 0 , 0);
  }
        57%  {
          -webkit-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -ms-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -o-transform: scale(1,1)      translate3d(0 , -2% , 0);
          transform: scale(1,1)      translate3d(0 , -2% , 0);
  }
        64%  {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        100% {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
}
@keyframes bounce {
        0%   {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        10%  {
          -webkit-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -ms-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          -o-transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
          transform: scale(1.05,.95)   translate3d(0 , 0 , 0);
  }
        30%  {
          -webkit-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -ms-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          -o-transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
          transform: scale(.95,1.05)   translate3d(0 , -8% , 0);
  }
        50%  {
          -webkit-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -ms-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          -o-transform: scale(1.02,.97) translate3d(0 , 0 , 0);
          transform: scale(1.02,.97) translate3d(0 , 0 , 0);
  }
        57%  {
          -webkit-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -ms-transform: scale(1,1)      translate3d(0 , -2% , 0);
          -o-transform: scale(1,1)      translate3d(0 , -2% , 0);
          transform: scale(1,1)      translate3d(0 , -2% , 0);
  }
        64%  {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
        100% {
          -webkit-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -ms-transform: scale(1,1)      translate3d(0 , 0 , 0);
          -o-transform: scale(1,1)      translate3d(0 , 0 , 0);
          transform: scale(1,1)      translate3d(0 , 0 , 0);
  }
}
