@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,
.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 .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  bottom: 2em;
  left: 5%;
  width: 90%;
}


/*---------------------------*/
.lpbox .cv-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: min(100%, 750px);
  overflow: hidden;
  transform: translate(0, 100%);
  transition: transform .3s ease;
  padding: 0 5% 3%;
}

.lpbox .cv-fixed.-floating {
  transform: translate(0, 0);
}

.lpbox .cv-fixed .cv-btn {
  display: block;
  background: #dc4d59;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 0 12px;
  letter-spacing: 0.08rem;
  text-decoration: none;
}

.lpbox .cv-fixed .cv-btn .sub {
  font-size: 16px;
}

.lpbox .cv-fixed .cv-btn .text {
  font-size: 20px;
  margin: 6px 0 0;
}

.lpbox .cv-fixed .cv-btn .strong {
  font-size: 125%;
  letter-spacing: 0;
}

@media screen and (min-width:750px) {
  .lpbox .cv-fixed {
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .lpbox .cv-fixed.-floating {
    transform: translate(-50%, 0);
  }

  .lpbox .cv-fixed .cv-btn {
    padding: 10px 0 17px;
    line-height: 1;
  }
}

.lpbox .slider.voice {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 50px 0;
}

.lpbox .slider.voice .slick-dots {
  bottom: 5%;
}

.lpbox .voice .voice-item {
  display: block;
  padding: 1.5em;
  width: 80%;
  background: #fff;
  border: 1px solid rgba(137, 137, 137, .75);
  border-radius: 8px;
}

.lpbox .voice .voice-item .menu {
  margin: 5% 0 2%;
  font-size: clamp(.875rem, .61rem + 1.18vw, 1rem);
  color: #333;
  text-align: center;
  letter-spacing: 0;
}

.lpbox .voice .voice-item .txt {
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0;
}

.lpbox .voice .slick-prev {
  left: 10%;
}

.lpbox .voice .slick-next {
  right: 10%;
}

.lpbox .voice .slick-list {
  margin: 0 -5px;
}

.lpbox .voice .slick-slide {
  margin: 0 5px;
}

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

.lpbox .cta__box {
  position: relative;
}

.lpbox .cta__box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.lpbox .cta__box .slider li img {
  width: 94%;
}

.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81.4%;
}

.default-details {
  width: 90%;
  margin: 2% auto 0;
  text-align: left;
}

.default-details .title {
  position: relative;
  display: flex;
  gap: .5em;
  align-items: center;
  width: auto;
  padding: 5% 12% 4% 5%;
  margin: 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #f6ac19;
}

.default-details>.title::before,
.default-details>.title::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
}

.default-details>.title::after {
  transition: transform .3s;
  transform: rotate(-90deg);
}

.default-details[open]>.title::after {
  transform: rotate(0);
}

.default-details .panel {
  padding: 5%;
  background: #fff;
  border: 1px solid #c9caca;
}

.lpbox .cta_note {
  background: #fdeccd;
}

.lpbox .cta_note dt {
  position: relative;
}

.lpbox .cta_note dt:before {
  /*   outline: 1px solid red; */

  content: "";
  background: url(../img/bar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .16em;
  height: 1.3em;
  display: block;
  position: absolute;
  top: 50%;
  right: 8.1%;
  margin-top: .4em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.lpbox .cta_note dt.acd-open:before {
  opacity: 0;
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lpbox .start__box {
  position: relative;
}

.lpbox .start__box__btn {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 92%;
}

.lpbox .faq-list {
  width: 90%;
  margin: 8% auto 10%;
}

.lpbox .faq-list dt {
  position: relative;
  padding: 5% 12% 4% 5%;
  margin: 2px 0 0;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #f6ac19;
}

.lpbox .faq-list dt::after,
.lpbox .faq-list dt::before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
  transition: transform 0.3s;
}

.lpbox .faq-list dt::after {
  transform: rotate(-90deg);
}

.lpbox .faq-list dt.-active::after {
  transform: rotate(0);
}

.lpbox .faq-list dd {
  height: 0;
  padding: 0 3%;
  overflow: hidden;
  background: #f4f4f5;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: height .3s, padding .3s;
}

.lpbox .faq-list dd.-open {
  height: auto;
  padding: 3%;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}

#lpfooter .footer__link li {
  font-size: 1em;
  margin-bottom: 1em;
}

#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #aaa;
  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);
}

.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;
}