@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
  font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  line-height: 1.5em;
}
ul,ol {
  list-style-type:none;
}
a:hover {
  opacity:1.0;
}
a:focus {
  outline: none;
}
img{
	height:auto;
	border:0;
	vertical-align:top;
  max-width: 100%;
	margin:0;
}
video {
  vertical-align: bottom;
  width:100%;
  height:auto;
  outline: none;
}

/* ▲提供css共通記述 */

/* ▼独自記述css */


/*******************

 LP style

********************/
/* 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:#303030;
  line-height:1.5em;
  font-optical-sizing: auto;
  font-style: normal;
}
@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 {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .animation__section {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.lpbox .cta__btn {
  box-sizing: border-box;
  padding: calc(57 / 750 * 100%) calc((750 - 649 ) / 750 * 100% * 0.5) 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lpbox .allinone__text {
  position: absolute;
  top: calc(74 / 342 * 100%);
  left: calc(35 / 750 * 100%);
  width: calc(224 / 750 * 100%);
  z-index: 3;
  transform: scale(1) translate3d(0%,0%,0);
  filter: blur(0);
  opacity: 1;
  transition: all 0.8s ease;
}
.lpbox .animhide .allinone__text {
  transform: scale(3) translate3d(10%,10%,0);
  filter: blur(20px);
  opacity: 0.5;
}

.lpbox .point__mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .point__movitem {
  position: relative;
  display: block;
  width: calc(590 / 750 * 100%);
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: calc(320 / 750 * 100%);
  height: 0;
  margin: 0 auto;
  z-index: 2;  
}
.lpbox .point__movitem video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpbox .point__text {
  position: absolute;
  top: calc(104 / 370 * 100%);
  left: calc(30 / 750 * 100%);
  width: calc(441 / 750 * 100%);
  z-index: 3;
  transform: scale(1) translate3d(0%,0%,0);
  filter: blur(0);
  opacity: 1;
  transition: all 0.8s ease;
}
.lpbox .animhide .point__text {
  transform: scale(2) translate3d(10%,10%,0);
  filter: blur(20px);
  opacity: 0.5;
}

.lpbox .qa {
  background: #e9e4f0;
  box-sizing: border-box;
  padding-bottom: calc(40 / 750 * 100%);
}
.lpbox .qa__item {
  display: block;
  position: relative;
  margin: 0 auto calc(40 / 750 * 100%);
  width: calc(670 / 750 * 100%);
}
.lpbox .qa--q {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: calc(10 / 690 * 100%) 0;
}
.lpbox .qa--q:after {
  content: "";
  background: url(../images/qa_arrow.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: clamp(10px,calc(20 / 750 * 100vw),20px);
  height: clamp(10px,calc(20 / 750 * 100vw),20px);
  display: block;
  position: absolute;
  top: calc(50% - (clamp(10px,calc(20 / 750 * 100vw),20px) / 2));
  right: calc( 40 / 690 * 100%);
  transform: rotate(180deg);
  transition: all .5s ease;
}
.lpbox .qa--open.qa--q:after {
  content: "";
  transform: rotate(0deg);
}


/*---------------------------*/
.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__item {
  width: calc(709 / 750 * 100%);
  display: block;
  position: relative;
  margin: 0 auto;
}

/*---------------------------*/


.lpbox .notes {
  margin: 0 auto;
  position: relative;
  color: #595757;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  font-weight: 500;
  line-height: calc(50 / 26 * 1em);
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%) 0;
}
.lpbox .notes__item {
  width: calc(670 / 750 * 100%);
  margin: calc(40 / 750 * 100%) auto;
}
.lpbox .notes__item dt {
  text-align: center;
  font-size: calc(32 / 26 * 1em);
  font-weight: 700;
  line-height: calc(54 / 32 * 1em);
  border-bottom: 1px solid;
  margin: calc(10 / 690 * 100%) auto;
  padding: calc(10 / 690 * 100%) 0;
}
.lpbox .notes__item dd {
  text-align: justify;
  
}

.lpbox .notes__btn {
  display: block;
  width: calc(709 / 750 * 100%);
  margin: calc(40 / 750 * 100%) auto;
}
.lpbox .notes__item + .notes__btn {
  margin-top: calc(80 / 750 * 100%);
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
.lpbox .lpfooter .footer__link {
  text-align: center;
  color: #08080a;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  font-weight: 500;
  line-height: calc(70 / 26 * 1em);
}
.lpbox .lpfooter .footer__link div{
  font-size: 1em;
}
.lpbox .lpfooter .footer__logo {
  margin: calc(60 / 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;
  gap: clamp(20px,calc(40 / 750 * 100vw),40px);
}
.lpbox .lpfooter .footer__logo--priv {
  width: calc(154 / 750 * 100%);
  margin: 0;
}
.lpbox .lpfooter .footer__logo--jadma {
  width: calc(300 / 750 * 100%);
  margin: 0;
}
.lpbox .lpfooter .copy {
  text-align: center;
  font-size: clamp(10px,calc(20 / 750 * 100vw),20px);
  color: #fff;
  background-color: #390e2c;
  box-sizing: border-box;
  padding: .5em;
}

/*-------------------------------------------
 animation
-----------------------------------------------*/

/* shine */
.lpbox .shine{
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 1em;
}
.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: 3.0s;
  -moz-animation-duration: 3.0s;
  -o-animation-duration: 3.0s;
  animation-duration: 3.0s;
  -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;
  }
  20% {
    -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;
  }
  70% {
    -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: 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;
  }
  20% {
    -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;
  }
  70% {
    -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: 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;
  }
}

/* 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);
  }
}