@charset "UTF-8";
.sp_only {
  display: none!important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: block!important;
  }
}
.lp-footer {
  display: none;
}
.item-blk {
  background: url(img/item-bg.webp) center center/contain repeat;
}

.item-blk .item-name {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.item-blk .blk-inner {
  max-width: 600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.item-blk .item-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.item-blk .item-wrap:last-child {
  padding-bottom: 50px;
}

.item-blk .btn-wrap {
  max-width: 250px;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 125px;
  left: 70%;
}
.item-blk .btn-wrap a {
  color: #1d1dbf;
  text-align: center;
  text-decoration: underline;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .item-blk .item-name {
    margin-bottom: 20px;
  }
  .item-blk .item-detail {
    width: 100%;
    margin-bottom: 20px;
  }
  .item-blk .btn-wrap {
    width: 100%;
    bottom: 330px;
    left: 50%;
  }
  .item-blk .btn-wrap .detail-btn {
    max-width: 80px;
    margin: 5px auto 0;
  }
}
/* 各コンテンツ */
.blk1 {
  position: relative;
}
.blk1 .btn-wrap {
  width: 350px;
  margin: 0 auto;
  bottom: 125px;
  position: absolute;
  left: 29%;
}
.blk2 {
  position: relative;
}
.blk2 .img {
  width: 70%;
  margin: 0 auto;
}
.blk2.item-blk {
  background: url(img/blk2-bg.webp) center/cover no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.blk2-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  margin: 90px 90px 0 90px;
  gap: 10px;
}
.blk2-contents img:first-of-type {
  z-index: 2;
  margin-top: 15px;
}
.blk1 .check-btn {
  width: 40%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 14%;
  left: 50%;
}
.blk3.item-blk .blk3-ttl {
  background: url(img/blk3-bg.webp) center/cover no-repeat;
  padding-top: 50px;
}
.blk3 .blk3-item1,
.blk3 .blk3-item2 {
  margin-top: 60px;
}
.blk3 .blk3-item2 {
  padding-bottom: 60px;
}

.blk4.item-blk {
  position: relative;
}

.blk4 .blk4-item-wrap {
  width: min(768px, 93%);
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  position: absolute;
  margin-top: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
.blk4 .blk4-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  gap: 60px 25px;
  margin-bottom: 60px;
}
.blk4 .item-photo {
  height: 326px;
  margin-bottom: 20px;
}
.blk4 .item-photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blk4 .blk4-btn-wrap {
  width: min(380px, 100%);
  margin: 0 auto;
}
a.check-btn {
  margin: 0 auto;
  display: block;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .blk1 .check-btn {
    width: 70%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 21%;
    left: 50%;
  }
  .blk1 .btn-wrap {
    width: 290px;
    margin: 0 auto;
    bottom: 335px;
    position: absolute;
    left: 13%;
  }
  .blk2-contents {
    padding: 200px 20px;
    display: block;
    margin: 0;
  }
  .blk2-contents img:first-of-type {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 10px;
  }
  .blk2 .check-btn {
    width: 80%;
  }
  .blk2.item-blk {
    background: url(img/blk2-bg-sp.webp);
    background-size: cover;
    padding: 90px 0;
  }
  .blk3 .blk3-ttl .ttl-txt {
    width: 50%;
    padding: 30px 0;
  }
  .blk3 .blk3-item1,
  .blk3 .blk3-item2 {
    margin-top: 40px;
  }
  .blk3 .blk3-item2 {
    padding-bottom: 40px;
  }
  .blk4.item-blk {
    background: url(img/blk4-bg-sp.webp) center/cover no-repeat;
  }
  .blk4 .blk4-ttl .ttl-txt {
    padding: 50px 0 80px;
  }
  .blk4 .blk4-item2,
  .blk4 .blk4-item3 {
    margin-top: 40px;
  }
  .blk4 .blk4-item3 {
    padding-bottom: 40px;
  }
  .blk4 .blk4-title {
    padding: 0 13vw;
  }
  .blk4 .blk4-item-wrap {
    padding: 30px 16px;
  }
  .blk4 .blk4-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 60px 15px;
    margin-bottom: 60px;
  }
  .blk4 .item-photo {
    height: 245px;
    margin-bottom: 20px;
  }
  .blk4 .blk4-item-wrap {
    padding: 30px 16px;
  }
}