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

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

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#474648;
  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 {
  position: relative;
  display: block;
}
/*----------------------------------------*/
.lpbox .fv__mov {
  position: absolute;
  top: 0;
  left: calc(20 / 750 * 100%);
  width: calc(240 / 750 * 100%);
}
.lpbox .fv__movitem {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
}
.lpbox .fv__movitem video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.lpbox .fixbtn__item a {
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: calc(741 / 750 * 100%);
}
.lpbox .fixbtn__item .shine {
  position: absolute;
  top: calc(6 / 174 * 100%);
  left: calc(15 / 750 * 100%);
  width: calc(720 / 750 * 100%);
  height: calc(142 / 174 * 100%);
  border-radius: 100svh;
  z-index: 2;
  overflow: hidden;
  /* Safari用のはみ出し対策 */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.lpbox .fixbtn__item .shine:before {
  content: "";
  display: block;
  height: clamp(200px,calc(400 / 750 * 100vw),400px);
  width: clamp(200px,calc(400 / 750 * 100vw),400px);
  position: absolute;
  top: 50%;
  left: 0;
  background: #ffffff;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  transform: translate3d(0,-50%,0);
  mix-blend-mode:hard-light;
  -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;
}
@keyframes shine {
  from, 0% {
  transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }
  20% {
  transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  40% {
  transform: translate3d(200%,-50%,0);
    opacity: 1;
  }
  60% {
  transform: translate3d(200%,-50%,0);
    opacity: 0;
  }
  to, 100% {
  transform: translate3d(200%,-50%,0);
    opacity: 0;
  }
}

/*- ---------------------------------------*/ 
.lpbox .manzoku__graph {
  position: absolute;
  z-index: 2;
  width: calc(420 / 750 * 100%);
  top: calc(30 / 580 * 100%);
  left: calc(165 / 750 * 100%);
}
.lpbox .manzoku__graph svg {
  width: 100%;
  height: auto;
}
.lpbox .manzoku__text {
  position: absolute;
  z-index: 4;
  width: calc(282 / 750 * 100%);
  top: calc( 163/ 580 * 100%);
  left: calc(234 / 750 * 100% );
}
.lpbox .manzoku__text .fadein {
  transition-delay: 0.8s;
}
.lpbox .manzoku__circle {
  position: absolute;
  z-index: 3;
  width: calc(360 / 750 * 100%);
  top: calc(60 / 580 * 100%);
  left: calc(195 / 750 * 100% );
}










/*----------------------------------------*/
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 calc((750 - 661 ) / 750 * 100% * 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/* expand */
.lpbox .expand {
  display: block;
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


/*---------------------------*/
.lpbox .point__catch--01 {
  display: block;
  position: absolute;
  bottom: calc(85 / 848 * 100%);
  right: calc(54 / 750 * 100%);
  width: calc(89 / 750 * 100%);
}
.lpbox .point__catch--02 {
  display: block;
  position: absolute;
  bottom: calc(84 / 848 * 100%);
  left: calc(44 / 750 * 100%);
  width: calc(113 / 750 * 100%);
}
.lpbox .point__catch--02 .fadein {
  transition-delay: .5s;
}



/*---------------------------*/
.lpbox .point__acd {
  position: absolute;
  bottom: calc(29 / 966 * 100%);
  left: calc(116 / 750 * 100%);
  width: calc(521 / 750 * 100%);
}
.lpbox .point__acd span {
  cursor: pointer;
  position: relative;
  display: block;
}
.lpbox .point__acd span:after {
  content: "";
  display: block;
  height: clamp(6px,calc(12 / 750 * 100vw),12px);
  width: clamp(10px,calc(20 / 750 * 100vw),20px);
  background: url(../img/webp/point_acd_ar.webp) no-repeat 50% 50%;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  background-size:contain;
  position: absolute;
  top: calc(35 / 91 * 100%);
  right: calc(34 / 521 * 100%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transform: rotate(180deg);
}
.lpbox .point__acd.acd--open span:after {
  content: "";
  transform: rotate(0deg);
}
.lpbox .rankakumaku__mov {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .rankakumaku__movitem {
  display: block;
  position: relative;
  width: calc(650 / 750 * 100%);
  height: 0;
  padding-bottom: calc(390 / 750 * 100%);
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .rankakumaku__movitem video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

/*---------------------------*/
.lpbox .voice__subtitle {
  position: absolute;
}
.lpbox .voice__subtitle__text {
  position: relative;
  display: block;
  z-index: 3;
}
.lpbox .voice__subtitle__marker {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.8s ease;
}
.lpbox .animhide .voice__subtitle__marker {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

.lpbox .voice__subtitle--01 {
  width: calc(530 / 750 * 100%);
  top: calc(145 / 776 * 100%);
  left: 0;
} 
.lpbox .voice__subtitle--02 {
  width: calc(490 / 750 * 100%);
  top: calc(145 / 776 * 100%);
  right: 0;
} 
.lpbox .voice__subtitle--03 {
  width: calc(520 / 750 * 100%);
  top: calc(150 / 770 * 100%);
  left: 0;
} 



/*---------------------------*/
.lpbox .faq {
  display: block;
  box-sizing: border-box;
  padding: 0 0 calc(60 / 750 * 100%);
  margin: 0 auto;
  background: #ededed;
}
.lpbox .faq__item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 calc(30 / 750 * 100%) calc(40 / 750 * 100%);
  background: #ededed url(../img/webp/faq_shadow.webp) no-repeat bottom left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.lpbox .faq__q {
  background: url(../img/webp/faq_q_bg.webp) no-repeat top left;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
  padding: calc(5 / 650 * 100%) 0;
}
.lpbox .faq__q:before {
  content: "";
  display: block;
  width: calc(70 / 650 * 100%);
  height: 0;
  padding-bottom: calc(90 / 650 * 100%);
  background: url(../img/webp/faq_q_ic.webp) no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(10 / 650 * 100%);
  z-index: 3;
}
.lpbox .faq__q:after {
  content: "";
  display: block;
  width: calc(30 / 650 * 100%);
  height: 0;
  padding-bottom: calc(16 / 650 * 100%);
  background: url(../img/webp/faq_ar.webp) no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: calc(30 / 650 * 100%);
  z-index: 3;
  transform: translate3d(0,-50%,0) rotate(180deg);
  transition: all .5s ease;
}
.lpbox .faq--open.faq__q:after {
  content: "";
  transform: translate3d(0,-50%,0) rotate(deg);
}
.lpbox .faq__q span {
  display: block;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  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: space-between;
  border-top: clamp(1px,calc(2 / 750 * 100vw),2px) solid #bec2c8;  
  border-bottom: clamp(1px,calc(2 / 750 * 100vw),2px) solid #bec2c8;
  min-height: clamp(45px,calc(90 / 750 * 100vw),90px);
  padding-left: clamp(50px,calc(100 / 750 * 100vw),100px);
  padding-top: calc(10 / 650 * 100%);
  padding-bottom: calc(10 / 650 * 100%);
  padding-right: calc(80 / 650 * 100%);
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-feature-settings: 'pkna' 1;
  font-weight: 600;
  word-break: auto-phrase;
}
.lpbox .faq__a__text {
  border: clamp(1px,calc(2 / 750 * 100vw),2px) solid #bec2c8;
  box-sizing: border-box;
  background: #fdfdfd;
  position: relative;
  padding: calc(30 / 650 * 100%) calc(30 / 650 * 100%) calc(30 / 650 * 100%) calc(100 / 650 * 100%);
}
.lpbox .faq__a__text:before {
  content: "";
  display: block;
  width: calc(38 / 650 * 100%);
  height: 0;
  padding-bottom: calc(39 / 650 * 100%);
  position: absolute;
  top: clamp(14px,calc(28 / 750 * 100vw),28px);
  left: clamp(12px,calc(26 / 750 * 100vw),26px);
  background: url(../img/webp/faq_a_ic.webp) no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
  
}
.lpbox .faq__a__text p {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  line-height: calc(46 / 28 * 1em);
  letter-spacing: 0.1em;
  text-align: justify;
}
.lpbox .faq__a__att {
  font-size: clamp(9px,calc(18 / 750 * 100vw),18px);
  line-height: calc(36 / 18 * 1em);
  letter-spacing: 0.1em;
  text-align: right;
}


/*---------------------------*/
.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;
  background: #fff;
  box-sizing: border-box;
  padding: calc(80 / 750 * 100%) 0;
}
.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: calc(670 / 750 * 100%);
  z-index: 2;
  margin: 0 auto calc(60 / 750 * 100%);
}
.lpbox .product__box dt {
  background-color: #595757;
  color: #fff;
  padding: calc(10 / 670 * 100%);
  position: relative;
  text-align: center;
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lpbox .product__box dd {
  padding: calc(10 / 670 * 100%) 0;
  position: relative;
  text-align: justify;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  letter-spacing: 0.06em;
  line-height: calc(50 / 26 * 1em);
}
.lpbox .product__box dd + dt {
  margin-top: calc(40 / 670 * 100%);
}
.lpbox .product__sttl {
  margin-top: calc(40 / 670 * 100%);
  border-bottom: 1px solid;
  box-sizing: border-box;
  display: block;
  padding-bottom: calc(10 / 670 * 100%);
  text-align: center;
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lpbox .contact__btn {
  display: block;
  margin: calc(36 / 750 * 100%) auto;
  width: calc(709 / 750 * 100%);
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin: 0 auto;
}
#lpfooter .footer__link li{
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  letter-spacing: 0.06em;
  line-height: calc(50 / 26 * 1em);
  margin-bottom: 1em;
}
#lpfooter .footer__logo {
  margin: clamp(30px,calc(60 / 750 * 100vw),60px) auto;
  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;
  gap: clamp(30px,calc(60 / 750 * 100vw),60px);
}
#lpfooter .footer__logo--priv {
  display: block;
  width: calc(134 / 750 * 100%);
  margin: 0;
}
#lpfooter .footer__logo--jadma {
  display: block;
  width: calc(280 / 750 * 100%);
  margin: 0;
}
#lpfooter #copy {
  text-align: center;
  font-size: clamp(10px,calc(20 / 750 * 100vw),20px);
  letter-spacing: 0.06em;
  box-sizing: border-box;
  color: #fff;
  background-color: #474648;
  background-image: -moz-linear-gradient( -180deg, rgb(151,162,174) 0%, rgb(115,128,138) 51%, rgb(151,162,174) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(151,162,174) 0%, rgb(115,128,138) 51%, rgb(151,162,174) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(151,162,174) 0%, rgb(115,128,138) 51%, rgb(151,162,174) 100%);
  box-sizing: border-box;
  padding: .5em;
}

/*-------------------------------------------
 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);
}
