@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: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  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 .slideBox {
  height: 33.6em;
  overflow: hidden;
  position: relative;
}
.lpbox .slideBox2 {
  height: 33.6em;
  overflow: hidden;
  position: relative;
}
.lpbox .item1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 6s 0s infinite;
  animation: anime 6s 0s infinite;
}
.lpbox .item1:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}


/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    z-index: 9;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.lpbox .pl {position: relative;}
.lpbox .message__text {
  position: absolute;
  top: 66lvh;
  left: 0;
  width: 100%;
  background: rgba(20,20,20,0.8);
  z-index: 9;
}

.lpbox .message__textbox {
  position: relative;
  z-index: 9;
}
.lpbox .message__text p {
  position: relative;
  z-index: 999;
}
.lpbox .wrapper {
  height: calc( (1130 + 1120) / 750 * 100lvw + 66lvh);
  z-index: -1;
}

@media screen and (min-width:750px){
  .lpbox .wrapper {
    height: calc( (1130 + 1120) * 1px + 66lvh);
    z-index: -1;
  }
}
.lpbox .sticky {
  background: url(../img/webp/message_bg.webp) center top;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 101lvh;
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 0; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
  z-index: -1;
}

.lpbox .message {
  position: relative;
  padding: 0em 0;
}
.lpbox .message__img_01 {
  position: absolute;
  top: 3em;
  left: 0;
  width: 48.5%;
}
.lpbox .message__img_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.5%;
}

.lpbox .cta {
  background: #f2f2f2;
}
.lpbox .cta__btn {
  width: 81%;
}
.lpbox .mb3{
  margin-bottom: 3em;
}

.lpbox .care__box {
  position: relative;
}
.lpbox .care__box_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.5%;
}
.lpbox .care__box_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.5%;
}

.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dl {
  margin-bottom: 2em;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/bar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .107em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 7.5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .faq dl:nth-of-type(3) dt:before {
  top: 52.5%;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lpbox .this_one {
  border-top: 1em solid #00225b;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  font-size: .7em;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 90%;
}
#lpfooter .footer__link li {
  font-size: 1em;
  margin-bottom: 1em;
  margin-right: 1.3em;
  display: inline-block;
}
#lpfooter #copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .7em;
  color: #292929;
  box-sizing: border-box;
  padding: .5em 2em;
}

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

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,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;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%,0,0);
  -ms-transform: translate3d(-50%,0,0);
  -o-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,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;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%,0,0);
  -ms-transform: translate3d(50%,0,0);
  -o-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
  opacity: 0;
}
