@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  font-family:  "Noto Sans JP", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#544e4b;
  line-height:1.5em;
}
@media screen and (min-width:750px){
.lpbox , #lpfooter {
    font-size: 28px;
    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 .fixbtn__item {
  box-sizing: border-box;
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px) clamp(20px,calc(40 / 750 * 100vw),40px) 0 0;
}
.lpbox .award {
  display: block;
  margin: clamp(40px,calc(40 / 750 * 100%),80%) auto 0;
}
/*----------------------------------------*/
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 calc( (750 - 665) / 750 * 0.5 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.lpbox .original__subtitle {
  position: absolute;
  top: clamp(0px,calc(90 / 750 * 100vw),90px);
  left: clamp(0px,calc(90 / 750 * 100vw),90px);
  width: calc(580 / 750 * 100%);
}


.lpbox .original__text {
  position: absolute;
  top: clamp(0px,calc(76 / 750 * 100vw),76px);
  left: 50%;
  transform: translate3d(-50%,0,0);
  width: calc(424 / 750 * 100%);
}

.lpbox .original__mov {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.lpbox .original__movsize {
  display: block;
  position: relative;
  margin: 0 auto;
  width: calc(580 / 750 * 100%);
  height: 0;
  padding-bottom: calc(390 / 750 * 100%);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  overflow: hidden;
}
.lpbox .original__movsize video,
.lpbox .original__movsize img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.lpbox .voice__text {
  position: absolute;
  z-index: 3;
  display: block;
  width: calc( 200 / 750 * 100%);
}
.lpbox .voice__text--01 {
  top: calc(110 / 740 * 100%);
  left: calc(30 / 750 * 100%);
  width: calc( 321 / 750 * 100%);
}
.lpbox .voice__text--02 {
  top: calc(140 / 800 * 100%);
  right: calc(30 / 750 * 100%);
  width: calc( 321 / 750 * 100%);
}

.lpbox .voice__text--03 {
  top: calc(110 / 750 * 100%);
  left: calc(30 / 750 * 100%);
  width: calc( 321 / 750 * 100%);
}

.lpbox .voice__marker {
  background-color: #444;
  display: block;
  position: absolute;
  height: 0;
  padding-bottom: calc(45 / 750 * 100%);
  z-index: 2;
  transition: all .8s ease;
  opacity: 1;
  transform: scale3d(1,1,1);
  transform-origin: bottom left;
}
.lpbox .animhide .voice__marker {
  opacity: 0;
  transform: scale3d(0,1,1);
}
.lpbox .voice__marker--01 {
  top: calc(165 / 740 * 100%);
  left: calc(30 / 750 * 100%);
  width: calc( 270 / 750 * 100%);
}

.lpbox .voice__marker--02 {
  top: calc(185 / 800 * 100%);
  right: calc(20 / 750 * 100%);
  width: calc( 335 / 750 * 100%);
}
.lpbox .voice__marker--03 {
  top: calc(228 / 750 * 100%);
  left: calc(30 / 750 * 100%);
  width: calc( 330 / 750 * 100%);
}

.lpbox .faq {
  background: #f2f2f2;
  display: block;
  box-sizing: border-box;
  padding-bottom: calc(40 / 750 * 100%);
}
.lpbox .faq__item {
  display: block;
  margin: 0 auto calc(40 / 750 * 100%);
}
.lpbox .faq--q {
  position: relative;
  cursor: pointer;
  display: block;
}

.lpbox .faq--q:before {
  content: "";
  display: block;
  width: calc(40 / 750 * 100%);
  height: 1px;
  background: #544e4b;
  position: absolute;
  top: 55%;
  right: calc(50 / 750 * 100%);
  opacity: 1;
  transition: all .5s ease;
  transform: rotate(0deg);
}
.lpbox .faq--q:after {
  content: "";
  display: block;
  width: calc(40 / 750 * 100%);
  height: 1px;
  background: #544e4b;
  position: absolute;
  top: 55%;
  right: calc(50 / 750 * 100%);
  opacity: 1;
  transition: all .5s ease;
  transform: rotate(90deg);
}
.lpbox .faq--open.faq--q:before {
  content: "";
  opacity: 0;
  transform: rotate(90deg);
}
.lpbox .faq--open.faq--q:after {
  content: "";
  opacity: 1;
  transform: rotate(180deg);
}

/*---------------------------*/
.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: clamp(40px,calc(80 / 750 * 100%),80px) auto;
  position: relative;
  display: block;
  width: calc(670 / 750 * 100%);
}
.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 1.5em auto 0;
}
.lpbox .product__box dt {
  position: relative;
  text-align: center;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  color: #544e4b;
  font-weight: 500;
  padding: .5em;
  border-bottom: 1px solid;
  margin-top: 0.5em;
}
.lpbox .product__box dd {
  padding: 0.8em 0;
  position: relative;
  text-align: center;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  color: #544e4b;
  font-weight: 300;
}
.lpbox .product__box dd.txt--left {
  text-align: left;
  font-size: clamp(10px,calc(20 / 750 * 100vw),20px);
  line-height: calc(20 / 16 * 1em);
  text-align: justify;
}
/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%);
}
#lpfooter .footer__link li{
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  margin-bottom: 1.5em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  box-sizing: border-box;
  padding: .5em;
  border-top: clamp(3px,calc(5 / 750 * 100vw),5px) solid #f6b6c5;
}

/*-------------------------------------------
 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);
}


/* shine */
.lpbox .shine{
  position: relative;
  overflow: hidden;
}
.lpbox .shine:before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
  position: absolute;
  top: -50%;
  left: -50%;
  -webkit-animation-name: shine;
  -moz-animation-name: shine;
  -o-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to, 100% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to, 100% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}
