.nk-sub-mv--line-member {
  background-image: url('../../img/line-member/line-mv.jpg');
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.head-desc {
  padding-top: 8px;
}

@media (max-width: 768px) {
  .head-desc {
    font-size: 14px;
  }
}

.nk-section-head__img.custom {
  width: 300px;
}

@media (max-width: 768px) {
  .nk-section-head__img.custom {
    width: 232px;
  }
}

.member-benefits {
  position: relative;
  z-index: 1;
}

.member-benefits:before {
  content: '';
  width: 994px;
  height: 819px;
  position: absolute;
  top: 375px;
  right: -300px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='746' height='819' viewBox='0 0 746 819' fill='none'%3E%3Cpath d='M507.5 0L439.5 373.5L0 819H645.503L994 404.807L507.5 0Z' fill='%23FF69B4' fill-opacity='0.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 768px) {
  .member-benefits:before {
    width: 472px;
    height: 368px;
    top: 616px;
    right: -215px;
  }
}

.member-benefit-inner {
  width: 1200px;
  max-width: 100%;
  padding: 90px 20px 103px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .member-benefit-inner {
    padding: 70px 20px 69px;
  }
}

.member-benefit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 87px;
  margin-top: 56px;
}

@media (max-width: 768px) {
  .member-benefit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 15px;
    margin-top: 27px;
  }
}

.member-benefit-item-img {
  border-radius: 50%;
}

.member-benefit-item-label {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 34px;
  font-feature-settings: "palt";
}


.how-to-register {
  position: relative;
  z-index: 1;
  background: #EDEDED;
}

.htr-inner {
  width: 1200px;
  max-width: 100%;
  padding: 83px 20px 147px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .htr-inner {
    padding: 70px 20px 73px;
  }
}

.htr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  text-align: center;
  margin-top: 33px;
}

@media (max-width: 768px) {
  .htr-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 58px;
  }
}

.htr-item-img {
  max-width: 233px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

@media (max-width: 768px) {
  .htr-item-img {
    aspect-ratio: unset;
  }
}

.htr-step {
  color: #0CC;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

.htr-item-label {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 18px;
  padding-bottom: 8px;
}

.htr-desc {
  color: #000;
}
