body {
  margin: 0;
  line-height: normal;
}
.frame-child {
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.span {
  display: block;
}
.p {
  margin: 0;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 140%;
}
.frame-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
}
.content5-icon {
  object-fit: cover;
  cursor: pointer;
}
.group-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.content5-wrapper {
  margin-top: 36px;
  display: block;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
}
.b {
  position: absolute;
  top: 20px;
  left: calc(50% - 158px);
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 316.68px;
  height: 23px;
}
.a {
  text-decoration: none;
  position: relative;
  background-color: var(--color-darkgoldenrod-200);
  width: 470px;
  height: 67px;
  flex-shrink: 0;
  font-size: var(--title-size);
  color: var(--base-bright);
  font-family: var(--font-yugothic);
}
.img-lp-pc-parent {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-3xl);
  text-align: center;
  font-size: var(--font-size-2xl);
  color: var(--color-black);
  font-family: var(--title);
}
@media screen and (max-width: 480px) {
.group-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 0px ;
}
.content1-wrapper {
  width: calc(100% / 2 - 20px);
}
p.p　{
  text-align: center;
}
img {
  width: 100%;
}
.content5-wrapper {
    margin-top: 8px;
}
}
