@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 / 850 * 100vw),28px);
  font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:850px){
  .lpbox , #lpfooter {
    margin: 0 auto;
  }


  .lpbox #lpfooter .footer__link li{
    font-size: .4em;
  }

  .lpbox #lpfooter #copy {
    font-size: .4em;
  }

}
.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: auto;
  max-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,
.lpbox ul,
.lpbox 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 .section--01 {
  background: var(--bg);
}
.lpbox .contentbox {
  box-sizing: border-box;
  /*  max-width: 100%;*/
  margin: 0 ;
  width: calc(100svh * 850 / 1500);
  position: relative;
  display: block;
  left: 50%;
  transform: translate3d(-50%,0,0);
}
#fp-nav {
  display: block;
}
#fp-nav.right {
  right: 2px;
}
@media screen and (min-width:850px){
  .lpbox .contentbox {
    width: calc(100svh * 850 / 1500);
  }
  #fp-nav {
    display: block;
  }
  #fp-nav.right {
    right: 12px;
  }
}

/*---------------------------*/

.lpbox .scrolldown {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.lpbox .scrolldown__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%,calc(0 / 16 * 100%),0);
  width: clamp(0px,calc(67 / 850 * 100%),67px);
  z-index: 3;
}
.lpbox .scrolldown__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: clamp(0px,calc(22 / 850 * 100%),22px);
  transform: translate3d(-50%,calc(-30 / 50 * 100% * -1),0);
}
.lpbox div[data-anchor="fv"] .fp-tableCell ,
.lpbox div[data-anchor="sec03"] .fp-tableCell {
  vertical-align: top;
}
.lpbox .scrolldown__img {
  position: relative;
  -webkit-animation-name: swipedown;
  -moz-animation-name: swipedown;
  -o-animation-name: swipedown;
  animation-name: swipedown;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@-webkit-keyframes swipedown {
  from, 0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  }
  46% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  54% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  to, 100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes swipedown {
  from, 0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  }
  46% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  54% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  to, 100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

.lpbox .btnspacer {
  display: block;
  position: relative;
  padding-bottom: clamp(0px,calc(200 / 850 * 100%),200px);
  z-index: 1;
}

.lpbox .slide02 .contentbox > *{
  position: relative;
  display: block;
  z-index: 3;
}
.lpbox .slide02 .contentbox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(950 / 1500 * 100svh);
  width: 100%;
  background: #ebeadd;
  z-index: 1;
}

.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
/*--------------------------------------*/
.lpbox .slide06 .contentbox > *{
  position: relative;
  display: block;
  z-index: 3;
}
.lpbox .slide06 .contentbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(1020 / 1500 * 100svh);
  width: 50%;
  background: #f4e8da;
  z-index: 1;
}
.lpbox .slide06 .contentbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(890 / 1500 * 100svh);
  width: 50%;
  background: #f4e8da;
  z-index: 1;
}

.lpbox .slider_box {
  position: relative;
}
.lpbox .slider_box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .slider_box .slider li img {
  width: 83%;
}





/*-------------------------------------------
footer
-----------------------------------------------*/
.lpbox #lpfooter .footer__link {
  width: 90%;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}

#lpfooter .footer__link li{
  font-size: .7em;
  display: inline-block;
  color: #3b3e43;
}
.lpbox #lpfooter .footer__link li a {
  border-right: 1px solid #1b1b1b;
  padding: 0 1em;
  letter-spacing: .1em;
}
.lpbox #lpfooter .footer__link li:last-child a {
  border: none;
  padding-right: 0;
}
#lpfooter #copy {
  width: 100%;
  text-align: center;
  font-size: .7em;
  color: #fff;
  background: #dd5e7c;

  box-sizing: border-box;
  padding: .5em;
  letter-spacing: .1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}


/*--------------------------------------*/
.lpbox .movie__cover {
  position: relative;
  z-index: 2;
}
.lpbox .movie__item {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(570 / 850 * 100%);
  margin: calc(60 / 850 * 100% * -1 ) auto calc(100 / 850 * 100% * -1 );
  overflow: hidden;
  border: 2px solid #f4e8da;
}
.lpbox .movie__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

/*--------------------------------------*/
.lpbox .offer__box {
  position: relative;
  display: block;
}
.lpbox .offer__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc(100 / 850 * 100%);
}
.lpbox .offer__text {
  background: url(../img/webp/offer_04.webp) repeat top left;
  -webkit-background-size: 100% auto;
  background-size:100% auto;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(0px,calc(16 / 850 * 100vw),12px);
  line-height: calc(28 / 18 * 1em);
  letter-spacing: 0.04em;
  font-feature-settings: 'palt' 1;
  padding: calc(20 / 850 * 100%) calc(100 / 850 * 100%);
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
}
.lpbox .offer__text dl + dl {
  margin-top: 0.5em;
}
.lpbox .offer__text dt {
  font-weight: 400;
  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;
}
.lpbox .offer__text dt span {
  display: block;
  width: 8em;
  text-align: left;
  margin: 0;
}
.lpbox .offer__text dt:after {
  content: "";
  display: block;
  width: calc(100% - 8em);
  height: 1px;
  background: #fff;
  margin: 0;
}
.lpbox .ic--tel {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  background: url(../img/ic_tel.svg) no-repeat 50% 50%;
  -webkit-background-size: 96% auto;
  background-size: 96% auto;
  margin-right: .3em;
}
.lpbox .ic--mail {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  background: url(../img/ic_mail.svg) no-repeat 50% 100%;
  -webkit-background-size: 96% auto;
  background-size: 96% auto;
  margin-right: .3em;
}
.lpbox .ic--ar {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  background: url(../img/ic_ar.svg) no-repeat 50% 100%;
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
  margin-right: .3em;
}
.lpbox .offer__link {
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(0px,calc(16 / 850 * 100vw),12px);
  line-height: calc(26 / 18 * 1em);
  letter-spacing: 0.04em;
  font-feature-settings: 'palt' 1;
  padding: calc(20 / 850 * 100%) calc(80 / 850 * 100%);
  text-align: center;
}
.lpbox .offer__link ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 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: space-around;
  font-weight: 300;
}

.lpbox .offer__link a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.lpbox .offer__linkimg {
  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;
  width: calc(710 / 850 * 100%);
}
.lpbox .offer__linkimg--law {
  width: calc(314/710*100%);
  margin: 0;
}
.lpbox .offer__linkimg--privacy {
  width: calc(236/710*100%);
  margin: 0;
}
.lpbox .offer__linkimg--base {
  width: calc(160/710*100%);
  margin: 0;
}
/*--------------------------------------*/
.fixedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .5s ease;
  --contentwidth: 850;
}
.fixedbtn img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fixedbtn .fixedbtn__area {
  position: relative;
  display: block;
  max-width: 670px;
  margin: 0 auto 0;
  width: calc(100svh * 670 / 1500);
  box-sizing: border-box;
  padding-bottom: clamp(0px,calc(30 / var(--contentwidth) * 100%),calc(30 / 850 * (var(--contentwidth) * 1px)));
}
.fixedbtn--hidden .fixedbtn {
  bottom: clamp(-100svh,calc(200 / 850 * 100% * -1),0px);
}

@media screen and (min-width:850px){
  .fixedbtn .fixedbtn__area {
    width: calc(100svh * 670 / 1500);
  }
}


/* fp-nav */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #eae8da;
  border: 2px solid #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background: #dd5e7c;
}
.iScrollVerticalScrollbar {
  opacity: 0;
}



/* shine */
.shine{
  position: relative;
  overflow: hidden;
}
.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;
  }
}

@media screen and (max-width:480px) {
  .lpbox .slick-prev {
    display: none;
  }
  .lpbox .slick-next {
    display: none;
  }
}