/*-------------------------------
	Common
-------------------------------*/
#header,
#footer,
hr {
  display: none;
}

body {
  background-color: #fff;
  font-family: "YuGothic", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}

/*-------------------------------
	Main
-------------------------------*/
#lp-content {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 1023px) {
  #lp-content {
    max-width: 100%;
    width: 100%;
  }
}
.mt30 {
  margin-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.d-f {
  display: flex;
}

.fw-b {
  font-weight: bold;
}

.lp-img-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.lp-img {
  width: 100%;
}

.lp-cta-btn01 {
  position: absolute;
  top: 14.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.lp-cta-btn02 {
  position: absolute;
  bottom: 3%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.lp-cta-btn-tab {
  position: absolute;
  top: 79%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 77% !important;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  z-index: 3;
}

.lp-cta-btn-area {
  position: absolute;
  top: 76.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 86%;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes UpDown {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(4px);
  }
}
.lp-fv-1 {
  position: absolute;
  top: 28%;
  width: 19.5%;
  right: 20%;
}

.lp-trouble-1 {
  position: absolute;
  top: 11.1%;
  width: 90%;
  margin: auto;
  left: 7%;
  z-index: 2;
}

.lp-trouble-2 {
  position: absolute;
  top: 24.25%;
  width: 96%;
  margin: auto;
  left: 1%;
  z-index: 3;
}

.lp-trouble-3 {
  position: absolute;
  top: 43%;
  width: 32%;
  margin: auto;
  z-index: 4;
}

.lp-trouble-4 {
  position: absolute;
  top: 57.3%;
  width: 56%;
  margin: auto;
  z-index: 4;
}

.lp-trouble-5 {
  position: absolute;
  bottom: 19.4%;
  width: 16%;
  right: 14%;
}

.lp-04 {
  margin-top: -25%;
  z-index: -1;
}

.lp-05 {
  margin-top: -3%;
  z-index: -2;
}

.lp-06 {
  background-color: #E6E6E6;
}

.lp-06-logo {
  width: 70%;
  margin: 7% auto;
}

.lp-06-serif {
  width: 58%;
  margin: 8% auto 0;
}

.lp-08-gif {
  position: absolute;
  bottom: 4%;
  width: 50%;
  margin: 0 auto;
}

.lp-08-reason01-gif {
  position: absolute;
  top: 33%;
  width: 97%;
  margin: 0 auto;
}

.lp-08-reason02 {
  margin-top: -23%;
}

.lp-08-reason04 {
  margin: 25px;
}

.lp-08-reason04-gif {
  position: absolute;
  bottom: 42%;
  width: 110%;
  margin: 0 auto;
}

.lp-08-gif {
  position: absolute;
  bottom: 4%;
  width: 50%;
  margin: 0 auto;
}

.lp-09-filter {
  margin-top: -2%;
}

.lp-acordion {
  background-color: #e6e6e6;
  padding: 1% 0 7%;
}
.lp-acordion details {
  padding: 2% 5%;
  position: relative;
  cursor: pointer;
}
.lp-acordion details summary {
  display: block;
}
.lp-acordion details summary img {
  border: #fff 3px solid;
  border-radius: 1.5em;
}
.lp-acordion details::after {
  content: "";
  position: absolute;
  background-image: url("../img/box-btn.webp");
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  bottom: -2%;
  right: calc(50% - 25px);
}
@media (max-width: 919px) {
  .lp-acordion details::after {
    width: 36px;
    height: 36px;
    background-size: 36px;
    right: calc(50% - 18px);
  }
}
.lp-acordion details[open] > summary img {
  border-radius: 1.5em 1.5em 0 0;
}
.lp-acordion details[open]::after {
  content: "";
  position: absolute;
  background-image: url("../img/box-btn.webp");
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  bottom: -0.5%;
  right: calc(50% - 25px);
  transform: rotate(180deg);
}
@media (max-width: 919px) {
  .lp-acordion details[open]::after {
    width: 36px;
    height: 36px;
    background-size: 36px;
    right: calc(50% - 18px);
  }
}
.lp-acordion .detail-content {
  border-radius: 0 0 1.5em 1.5em;
}
.lp-acordion .cta-block {
  padding: 2% 5%;
  margin: 20px auto 0;
  position: relative;
}
.lp-acordion .cta-btn {
  position: absolute;
  text-align: center;
  bottom: 3.8%;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.lp-acordion .cta-btn img {
  width: 75%;
  height: auto;
}
@keyframes UpDown {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(4px);
  }
}

.lp-slide {
  background-color: #dbd2b3;
  padding: 12% 0 21%;
}
.lp-slide .lp-slide-ttl {
  width: 70%;
  margin: auto;
  margin-bottom: 9%;
}

.slide img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 42px;
}
@media (max-width: 919px) {
  .slide img {
    border-radius: 18px;
    width: 83% !important;
  }
}

#prev-btn {
  cursor: pointer;
  position: absolute;
  background-image: url("../img/07-ar-left.webp");
  width: 52px;
  height: 52px;
  background-size: 52px;
  background-repeat: no-repeat;
  bottom: 40%;
  left: 1%;
  z-index: 3;
}

@media (max-width: 919px) {
  #prev-btn {
    left: 5%;
    width: 6vw;
    height: 6vw;
    background-size: 6vw;
  }
}
#next-btn {
  cursor: pointer;
  position: absolute;
  background-image: url("../img/07-ar-right.webp");
  width: 52px;
  height: 52px;
  background-size: 52px;
  background-repeat: no-repeat;
  bottom: 40%;
  right: 1%;
}

@media (max-width: 919px) {
  #next-btn {
    right: 5%;
    width: 6vw;
    height: 6vw;
    background-size: 6vw;
  }
}
.slick-dots li button:before {
  color: #fff !important;
  font-size: 18px !important;
  margin-top: 20px;
  opacity: 1 !important;
}

.slick-dots .slick-active button:before {
  color: #424242 !important;
}

.lp-faq-box {
  margin-bottom: 200px;
}

.faq-img {
  width: 42%;
  height: auto;
  margin: 60px auto 30px;
}

.faq-item .lp-question {
  font-size: 1.6rem;
  text-align: left;
  padding: 50px 75px 25px;
  cursor: pointer;
  border-bottom: solid 1px #484848;
}

.faq-item .question-arrow.open::after {
  top: 12px;
  right: 10%;
  background-image: url("../img/faq-arrow-down.webp");
  background-size: cover;
}

.faq-item .question-arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 46%;
  right: 3%;
  background-image: url("../img/faq-arrow-top.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item .question-arrow.open::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 46%;
  right: 3%;
  transform: rotate(180deg);
  background-image: url("../img/faq-arrow-down.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item .answer {
  padding: 6% 6% 2%;
  color: #000000;
  font-size: 2.5vw;
  font-weight: 200;
  line-height: 1.4;
}

.faq-item .answer {
  display: none;
  padding: 15px 15px 15px 75px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  position: relative;
}

.faq-item .answer::before {
  content: "";
  background-image: url("../img/answer.webp");
  width: 30px;
  height: 70%;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 30px;
  left: 12px;
  position: absolute;
}

.faq-item .question {
  position: relative;
}

.faq-item .question::before {
  content: "";
  background-image: url("../img/question.webp");
  width: 30px;
  height: 70%;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 47%;
  left: 12px;
  position: absolute;
}

footer {
  background-color: #F5F5F5;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

footer a {
  text-decoration: none;
  color: #000;
}

.cta-fix {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  animation-name: UpDown;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.cta-fix img {
  width: 75%;
  max-width: 780px;
}

@keyframes UpDown {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
/*# sourceMappingURL=style.css.map */