.knitstyling-wrapper {
  padding: 0%;
}

.knitstyling-wrapper h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}

.h1_sub {
  font-size: 13.5px;
}

.knitstyling-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1%;
}


section.staff-styling, section.like-item {
  padding: 0 5%;
}


@media only screen and (min-width: 641px) {
  .knitstyling-wrapper {
    padding: 0 35%;
  }

  h1 {
    margin-bottom: 5%;
  }

}

.top-img {
  margin-bottom: 0%;
}
section.top {
  margin-bottom: 10%;
}

.shop-name {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
}

.insta {
  margin-bottom: 9%;
}

.-flex.insta {
  justify-content: center;
  align-items: center;
  gap: 1%;
}

.insta img {
  width: 20px;
}

.account {
  font-size: 14px;
  font-weight: bold;
}

section.staff-styling {
  margin-bottom: 20%;
}

.staff-styling .point {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 8%;
  margin-bottom: 15%;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.staff-styling img {
  margin-bottom: 5%;
}

.styling-itemlist li {
  margin-bottom: 2%;
}

.-flex.item {
  justify-content: flex-start;
  gap: 3%
}

.-flex.item span {
 font-size: 13px;
 font-weight: bold;
}

section.like-item {
  margin-bottom: 20%;
}

.-flex.likeitem-wrap {
  justify-content: space-between;
  gap: 2%;
}

.-flex.likeitem-wrap.-women {
  gap: 4%;
}

section.like-item h3 {
  text-align: center;
  margin-bottom: 5%;
}

.likeitem-box img {
  margin-bottom: 1%;
}

.likeitem-box p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02rem;
}

.-tabata .likeitem-box p {
  font-size: 12px;
  letter-spacing: -0.05rem;
}

.-osanai .likeitem-box p {
  font-size: 11px;
  letter-spacing: -0.04rem;
}

.findyourknit-link h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 2%;
}

@media only screen and (min-width: 641px) {

  .findyourknit-link {
    margin-bottom: 10%;
  }

}