:root {
  --base-width: 1200px;
  --header-height: 198px;
}

.section {
  margin-bottom: 52px;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.btn {
  font-size: 16px;
}

#hero-text {
  bottom: calc((100lvh - 198px) * 0.15);
}

#product {
  margin-top: 120px;
  margin-inline: auto;
  width: 100%;
  max-width: 750px;
}

#product .posi {
  position: relative;
}

#product .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  max-width: 60%;
  transform: translate(-25%, 0%);
  border-radius: 4px;
  font-size: 16px; /* 元の指定が2回あったため、後のものを採用 */
  line-height: 1.5;
}

#product h1 {
  text-align: left;
}

#product .flex {
  width: var(--base-width);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#product .flex figure {
  height: auto;
}

#product .flex figure img {
  width: 100%;
  height: auto;
}

#product .flex .text {
  flex: 0 0 48%;
}

#features .image-wrapper h3 {
  font-size: 32px;
}

#point .flex {
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

#point .flex > div,
#point .flex figure {
  flex: 0 0 38%;
}

#point .flex img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1.85;
  object-fit: cover;
}

#collect .flex,
#lucky .flex {
  flex-direction: row-reverse;
}

#flow {
  padding-inline: 5%;
}

#flow aside > ul {
  list-style-type: "・";
}

#flow .flex {
  display: flex;
  align-items: center;
  gap: 3%;
}

#flow .flex figure {
  flex: 0 0 30%;
}

#flow .flex figure img {
  width: 100%;
  height: auto;
}

#flow_ol {
  line-height: 1.85;
}

#flow_ol h3 {
  letter-spacing: 0.05em;
  font-size: 1.5em;
}

#flow_ol > li {
  margin-bottom: 4em;
}

#flow_ol ul {
  list-style-position: inside;
  list-style-type: "・";
}

#comments .swiper-slide {
  padding-bottom: 3em;
}

#gallery p {
  display: inline-block;
}

#gallery .btn {
  margin-left: 0.5em;
}

.jump-point{
  padding-top:198px;
  margin-top:-198px;
}