@charset "UTF-8";
.lp-content {
  line-height: 1;
}

.lp-content div, .lp-content iframe, .lp-content h1, .lp-content h2, .lp-content h3, .lp-content h4, .lp-content h5, .lp-content h6, .lp-content p, .lp-content img, .lp-content small, .lp-content strong, .lp-content b, .lp-content dl, .lp-content dt, .lp-content dd, .lp-content ol, .lp-content ul, .lp-content li, .lp-content form, .lp-content label, .lp-content legend, .lp-content table, .lp-content tbody, .lp-content tfoot, .lp-content thead, .lp-content tr, .lp-content th, .lp-content td, .lp-content footer, .lp-content header, .lp-content menu, .lp-content nav, .lp-content section, .lp-content video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-content ul li {
  list-style: none;
}

.lp-content a {
  margin: 0;
  padding: 0;
  color: #43413a;
  text-decoration: none;
  vertical-align: baseline;
}

.lp-content a:hover {
  opacity: 0.8;
}

.lp-content table {
  border-spacing: 0;
}

.lp-content img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
.lp-content {
  /* 移行後は上部に sticky navbar (--navbar-height=80px) が領域を占有する。
     height: 100% は親に明示的な height がなく解決できず縦 Swiper が暴走するため、
     viewport から navbar 分を引いた高さに固定して 1 画面フィットさせる。 */
  height: calc(100dvh - var(--navbar-height, 80px));
  padding: 0;
}

/*メディアクエリ*/
/**--------------
  contents
----------------**/
/* Swiper 全体のサイズ指定 */
.lp-content .swiper {
  width: 100%;
  height: 100%;
}

/* 縦スライドのスタイル */
.lp-content .vertical-slide {
  position: relative;
}

/* 横スライドのスタイル */
.lp-content .horizontal-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .lp-content .horizontal-slide {
    background-color: #000000;
  }
}

/* 画像のサイズや表示調整 */
.lp-content .horizontal-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-content .slide_04_04-1,
.lp-content .slide_09_09-1 {
  position: relative;
}
.lp-content .slide_04_04-1 .next_btn,
.lp-content .slide_09_09-1 .next_btn {
  position: absolute;
  width: 8.6vh;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(28vh, -50%);
          transform: translate(28vh, -50%);
  -webkit-animation: flash 2s linear infinite;
          animation: flash 2s linear infinite;
}
@media screen and (max-width: 600px) {
  .lp-content .slide_04_04-1 .next_btn,
  .lp-content .slide_09_09-1 .next_btn {
    top: 50%;
    right: 2%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 14.6666666667vw;
  }
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.lp-content .slide_25 {
  position: relative;
}
.lp-content .slide_25 .link_box {
  position: absolute;
  top: 49.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 37.5%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .lp-content .slide_25 .link_box {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 64vw;
  }
}
.lp-content .slide_25 .tel_link {
  display: block;
  width: 100%;
  height: 50%;
  margin-bottom: 5%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .lp-content .slide_25 .tel_link {
    width: 100%;
    height: 32vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lp-content .slide_25 .footerlink_about,
.lp-content .slide_25 .footerlink_policy {
  display: block;
  width: 100%;
  width: 600px;
  height: 20.8%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .lp-content .slide_25 .footerlink_about,
  .lp-content .slide_25 .footerlink_policy {
    width: 100%;
    height: 13.3333333333vw;
  }
}