@charset "UTF-8";

/*---------- font family ----------*/
/*@font-face {
  font-family: 'keifont';
  src: url('/dcms_media/other/keifont.woff2') format('woff2'), 
       url('/dcms_media/other/keifont.woff') format('woff');
}*/
body {
  font-family: "Open Sans",'Noto Sans JP',sans-serif !important;
  background: no-repeat url('/dcms_media/image/lp-bg.jpg') 100% / cover;
  font-weight: 400 !important;
}
:where(h1,h2,h3,h4,h5,h6), :where(.lib-link__btn) {
  font-weight: 400 !important;
}
@media print, screen and (max-width: 767px) {
  :where(.lib-link__btn) {
    padding: 15px 20px !important;
  }
}

/*---------- font size ----------*/
@media print, screen and (min-width: 992px) {
  .fs-lg-60 {
    font-size: 3.75rem !important;
  }
}

/*---------- common ----------*/
.lib-breadcrumb__outer {
  display: none;
}
#contents {
  padding-top: 0;
}

/*---------- MV ----------*/
.lp-mv .thumb {
  position: absolute;
  z-index: 1;
}
.lp-mv .lib-card__btn .col:first-child .thumb {
  top: 0%;
  left: -40%;
}
.lp-mv .lib-card__btn .col:last-child .thumb {
  top: -100%;
  right: -30%;
}
.lp-mv .bg-img.thumb:first-of-type {
  bottom: -10%;
  left: -10%;
}
.lp-mv .bg-img.thumb:last-of-type {
  bottom: -5%;
  right: -10%;
}
@media print, screen and (min-width: 992px) {
  .lp-mv .lib-fv__thumb {
    height: 90vh;
  }
}
@media print, screen and (max-width: 991px) {
  .lp-mv .lib-card__btn .col:first-child .thumb {
    top: -20%;
    left: -25%;
    width: 40%;
  }
  .lp-mv .lib-card__btn .col:last-child .thumb {
    right: -20%;
    width: 40%;
  }
  .lp-mv .bg-img.thumb:first-of-type {
    left: 0%;
    width: 25%;
    z-index: 8;
  }
  .lp-mv .bg-img.thumb:last-of-type {
    bottom: -20%;
    right: 0;
    width: 20%;
  }
}
@media print, screen and (max-width: 767px) {
  .lp-mv .lib-fv__thumb {
    height: 90vh;
  }
  .lp-mv .lib-card__btn .col:first-child .thumb {
    left: -1%;
    width: 25%;
  }
  .lp-mv .lib-card__btn .col:last-child .thumb {
    top: -30%;
    right: 0%;
    width: 25%;
  }
 .lp-mv .bg-img.thumb:last-of-type {
    width: 30%;
  }
  .lp-mv .bg-img.thumb:first-of-type {
    width: 40%;
  }
}

/*---------- 悩み解決 ----------*/
.lp-resolution .lib-fv__thumb img {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
}
.lp-resolution .bg-img.thumb {
  position: absolute;
  z-index: 1;
}
.lp-resolution .bg-img.thumb:first-of-type {
  bottom: 0;
  left: 0;
}
.lp-resolution .bg-img.thumb:last-of-type {
  bottom: -10%;
  right: 0;
}
@media print, screen and (min-width: 992px) {
  .lp-resolution .lib-fv__thumb {
    height: 400px;
  }
}
@media print, screen and (max-width: 991px) {
  .lp-resolution .lib-fv__thumb img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
  .lp-resolution .lib-fv__thumb {
    height: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  .lp-resolution .lib-fv__thumb {
    height: 50vh;
  }
  .lp-resolution .bg-img.thumb {
    width: 30%;
  }
  .lp-resolution .bg-img.thumb:last-of-type {
    bottom: 0%;
  }
}

/*---------- 導入効果 ----------*/
.lp-point::before {
  mix-blend-mode: multiply;
}
.lp-point .bg-img.thumb {
  position: absolute;
  z-index: 1;
  top: -200%;
  right: -40%;
}

@media print, screen and (max-width: 767px) {
  .lp-point .bg-img.thumb {
    top: -430%;
    right: -30%;
  }
}

/*---------- 料金 ----------*/
.lp-price .bg-img.thumb {
  position: absolute;
  z-index: 1;
  top: -35%;
  left: 15%;
} 
.w-30 {
  width: 30% !important;
}
.lp-price th {
  font-weight: normal;
}
.lp-price thead {
  border-top: none !important;
}
/*.lp-price .--head {
  position: relative;
  border: none !important;
}
.lp-price .--head::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: var(--OTH);
  z-index: -1;
}*/

@media print, screen and (min-width: 992px) {
  .lp-price .lib-scroll__cover {
    overflow: visible;
  }
}
@media print, screen and (max-width: 991px) {
  .lp-price .bg-img.thumb {
    top: -25%;
    left: 0%;
  }
}
@media print, screen and (max-width: 767px) {
  .lp-price .bg-img.thumb {
    top: -13%;
    width: 25%;
  }
  .lp-point .lib-scroll__outer:before {
    top: -30px;
  }
}

/*---------- CTA ----------*/
.bg-lother[class*=__btn] {
  color: var(--WHT);
}
.bg-lother[class*=__btn]:hover {
  color: var(--OTH);
}
.lp-cta .bg-img.thumb {
  position: absolute;
  z-index: 1;
}
.lp-cta .bg-img.thumb:first-of-type {
  top: -10%;
  right: 0;
}
.lp-cta .bg-img.thumb:nth-of-type(2) {
  bottom: -10%;
  left: 0;
}
.lp-cta .bg-img.thumb:last-of-type {
  bottom: -10%;
  right: 0;
}

@media print, screen and (max-width: 991px) {
  .lp-cta .bg-img.thumb {
    width: 25%;
  }
  .lp-cta .bg-img.thumb:last-of-type {
    width: 20%;
  }
}
@media print, screen and (max-width: 767px) {
  .lp-cta .bg-img.thumb {
    width: 40%;
  }
  .lp-cta .bg-img.thumb:last-of-type {
    width: 30%;
  }
  .lp-cta .lib-fv__thumb {
    height: 90vh;
  }
}

/*---------- header ----------*/
.lib-header__outer.lib-header-BS02 .lib-induce__btn {
  border-radius: var(--bs-border-radius-pill) !important;
  width: 200px;
  font-weight: normal;
}
.lib-header__outer.lib-header-BS02 .lib-nav__btn {
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    height: 60px;
  }
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    height: 50px;
  }
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer>li {
    align-items: center;
  }
  #wrapper:has(.lib-header-BS02) {
    padding-top: 0;
  }
  .lib-nav__panel:has(.lib-induce__outer) {
    padding-right: 440px;
  }
  .lib-header__outer.lib-header-BS02 .lib-induce__outer {
    width: auto;
    height: auto;
    flex-direction: row;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
  }
  .lib-header__outer.lib-header-BS02 .lib-induce__outer>li {
    max-width: none;
    white-space: nowrap;
    margin-right: 1rem;
  }
  .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    padding: 16px;
  }
  .lp-header.lib-header__outer.lib-header-BS02 {
    box-shadow: none;
    background-color: transparent;
  }
  .is-scroll .lp-header.lib-header__outer.lib-header-BS02 {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    background-color: var(--WHT);
  }
}
@media print, screen and (max-width: 991px) {
  .lib-nav__outer .lib-induce__outer {
    flex-direction: column;
    align-items: center;
  }
  .lib-nav__outer .lib-induce__outer:has(>li:nth-child(2))>li {
    width: 100%;
    margin-bottom: 1rem;
  }
}


/*---------- footer ----------*/
.lp-footer a {
  color: inherit !important;
  font-weight: normal;
}
.lp-footer.lib-footer__outer.lib-footer-BS01 .lib-footer__utility .wrap {
  padding-top: 1rem;
}
.lp-footer.lib-footer__outer.lib-footer-BS01 .lib-footer__utility, 
.lp-footer .lib-footer__copyright {
  background-color: transparent !important;
}
.lp-footer .lib-footer__copyright {
  color: var(--DEF);
}
.lib-footer__outer.lib-footer-BS01 .lib-footer__copyright {
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__info {
    padding-bottom: 0;
  }
}