@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}
#container {
  margin: 0 auto;
}
#main_column .lpbox h2 {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 1em;
}
/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#03030f;
  line-height:calc(42 / 24 * 1em);
  letter-spacing: 0.06em;
}
.lpbox {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@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 {
  position: relative;
  display: block;
}
.lpbox .medal {
  position: absolute;
  top: 0;
  right: calc(50 / 750 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px);
  width: clamp(100px,calc(230 / 750 * 100%),230px);
  z-index: 3;
}
.lpbox .medal .medal__item {
  transition-delay: 0s;
}
.lpbox .medal .medal__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.lpbox .medal .medal__item:nth-of-type(3) {
  transition-delay: 0.4s;
}

.lpbox .medal--fv {
  top: clamp(-36px,calc(36 / 750 * 100vw * -1),-18px);
}
.lpbox .whats__text {
  position: absolute;
  width: calc(260 / 750 * 100%);
  top: calc( 274 / 924 * 100%);
  right: calc( 55 / 750 * 100%);
}

.lpbox .success__catch--01 {
  position: absolute;
  top: calc(309 / 1690 * 100%);
  right: calc(254 / 750 * 100%);
  width: calc(132 / 750 * 100%);
  z-index: 3;
}
.lpbox .success__catch--02 {
  position: absolute;
  top: calc(559 / 1690 * 100%);
  left: calc(234 / 750 * 100%);
  width: calc(132 / 750 * 100%);
  z-index: 3;
}
.lpbox .sns__ttl {
  position: absolute;
  bottom: calc(60 / 314 * 100%);
  left: calc(109 / 750 * 100%);
  width: calc(533 / 750 * 100%);
  z-index: 3;
}
.lpbox .point__ttl {
  position: absolute;
  bottom: calc(91 / 630 * 100%);
  left: calc(76 / 750 * 100%);
  width: calc(599 / 750 * 100%);
  z-index: 3;
}

.lpbox .point__ic {
  position: absolute;
  top: calc(154 / 974 * 100%);
  right: calc(80 / 750 * 100%);
  width: calc(230 / 750 * 100%);
  z-index: 3;
}


.lpbox .graph {
  position: absolute;
  width: calc(470 / 750 * 100%);
  top: 0;
  left: 50%;
  transform: translate3d(-50%,0,0);
}
.lpbox .graph__result {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 3;
}
.lpbox .graph__result svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  border-radius: 50%;
}
.lpbox .graph__result:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 10.261px 28.191px 40px 0px rgba(54, 21, 16, 0.2);
  transform: scale(0.98);
}


.lpbox .graph__textbox {
  position: absolute;
  width: calc(428 / 470 * 100%);
  top: calc(70 / 750 * 100%);
  left: calc(50 / 750 * 100%);
  z-index: 4;
}
.lpbox .graph__text {
  position: absolute;
  width: calc(298 / 428 * 100%);
  top: calc(75 / 432 * 100%);
  left: calc(40 / 298 * 100%);
  z-index: 5;
}

.lpbox .graph__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: calc(685 / 750 * 100%)
}
.lpbox .medal--refresh {
  top: clamp(30px,calc(60 / 750 * 100vw),60px);
  right: clamp(25px,calc(50 / 750 * 100vw),50px);
}


.lpbox .howto__day {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.lpbox .cl__catch--01 {
  position: absolute;
  top: calc(520 / 1780 * 100%);
  right: calc(254 / 750 * 100%);
  width: calc(132 / 750 * 100%);
  z-index: 3;
}
.lpbox .cl__catch--02 {
  position: absolute;
  top: calc(619 / 1780 * 100%);
  left: calc(234 / 750 * 100%);
  width: calc(132 / 750 * 100%);
  z-index: 3;
}

.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 calc(70 / 750 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .cta {
  position: relative;
  overflow: hidden;
  display: block;
}
.lpbox .cta__btn a {
  display: block;
}

.lpbox .qa {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%);
}
.lpbox .qa__item {
  display: block;
  margin: calc(30 / 750 * 100%) auto;
}
.lpbox .qa--q {
  position: relative;
  cursor: pointer;
  display: block;
}
.lpbox .qa--q:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/webp/qa_ic.webp) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: calc(20 / 690 * 100%);
  height: 0;
  padding-bottom:calc(20 / 690 * 100%);
  top: calc(50% - (20 / 690 * 100% * 0.5));
  right: calc(15 / 690 * 100%);
  transform: rotate(90deg);
  opacity: 1;
  transition: all .5s ease;
}
.lpbox .qa--q:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/webp/qa_ic.webp) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: calc(20 / 690 * 100%);
  height: 0;
  padding-bottom:calc(20 / 690 * 100%);
  top: calc(50% - (20 / 690 * 100% * 0.5));
  right: calc(15 / 690 * 100%);
  transform: rotate(0deg);
  opacity: 1;
  transition: all .5s ease;
}

.lpbox .qa--open.qa--q:before {
  content: "";
  transform: rotate(0deg);
  opacity: 1;
}
.lpbox .qa--open.qa--q:after {
  content: "";
  transform: rotate(-90deg);
  opacity: 0;
}

/*---------------------------*/
.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 .product {
  margin: 0 auto;
  position: relative;
}
.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: calc(590 / 750 * 100%);
  z-index: 2;
  margin: calc(30 / 750 * 100%) auto calc(60 / 750 * 100%);
}
.lpbox .product__box dt {
  color: #309183;
  padding: calc(20 / 590 * 100%) 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #309183;
}
.lpbox .product__box dd {
  padding: calc(20 / 590 * 100%) 0;
  position: relative;
  text-align: center;
}
.lpbox .product__box dd.txt--left {
  text-align: left;
}
/*-------------------------------------------
 form
-----------------------------------------------*/
#formarea {
  box-sizing: border-box;
  width: 100%;
  margin: 2em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter {
  background: #e5f4f2;
  box-sizing: border-box;
  padding-top: clamp(50px,calc(100 / 750 * 100%),100px);
}
#lpfooter .footer__link {
  text-align: center;
}
#lpfooter .footer__link li{
  font-size: calc(28 / 24 * 1em);
  margin-bottom: 1.5em;
}
#lpfooter #copy {
  border-top: 1px solid;
  text-align: center;
  font-size: calc(16 / 24 * 1em);
  box-sizing: border-box;
  padding: calc(40 / 730 * 100%) 0;
  margin: calc(70 / 730 * 100%) auto 0;
  width: calc(730 / 750 * 100%);
}

/*-------------------------------------------
 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,3em,0);
  -ms-transform: translate3d(0,3em,0);
  -o-transform: translate3d(0,3em,0);
  transform: translate3d(0,3em,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}
.lpbox .animhide .medal .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,-3em,0);
  -ms-transform: translate3d(0,-3em,0);
  -o-transform: translate3d(0,-3em,0);
  transform: translate3d(0,-3em,0);
  -webkit-filter: blur(0.2em);
  -o-filter: blur(0.2em);
  filter: blur(0.2em);
}

.lpbox .rolltop {
  display: block;
  -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;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.lpbox .animhide .rolltop {
  display: block;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}

/* bounce */
.lpbox .bounce {
  -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);
  }
}
