.special img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-comment {
  display: block;
  padding: calc(24px - var(--border-witdh)) calc(28px - var(--border-witdh));
  border-radius: 20px;
  border: var(--border-witdh) solid var(--border);
  background-color: var(--background);
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff-comment {
    padding: calc(16px - var(--border-witdh)) calc(20px - var(--border-witdh)) calc(80px - var(--border-witdh));
    border-radius: 16px;
  }
}
.staff-comment::after {
  content: "";
  width: 160px;
  height: 160px;
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/staff_pc.webp") no-repeat center/contain;
  position: absolute;
  bottom: calc(var(--border-witdh) * -1);
  right: calc(var(--border-witdh) * -1 - 2px);
}
@media screen and (max-width: 768px) {
  .staff-comment::after {
    width: 168px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/staff_sp.webp") no-repeat center/contain;
    right: 50%;
    transform: translateX(calc(50% + 14px));
  }
}
.staff-comment--bold {
  --border-witdh: 10px;
  --main: var(--color-accent);
  --border: var(--color-lightorange);
  --background: var(--color-white);
  padding: calc(32px - var(--border-witdh)) calc(48px - var(--border-witdh));
}
@media screen and (max-width: 768px) {
  .staff-comment--bold {
    --border-witdh: 6px;
    padding: calc(24px - var(--border-witdh)) calc(24px - var(--border-witdh)) calc(80px - var(--border-witdh));
  }
}
.staff-comment--bold::after {
  width: 180px;
  height: 180px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .staff-comment--bold::after {
    width: 168px;
    height: 80px;
    right: 50%;
  }
}
.staff-comment--yellow {
  --border-witdh: 4px;
  --main: var(--color-accent);
  --border: var(--color-white);
  --background: #fff5cc;
}
.staff-comment--green {
  --border-witdh: 4px;
  --main: #6bc044;
  --border: var(--color-white);
  --background: #fff5cc;
}
.staff-comment--blue {
  --border-witdh: 4px;
  --main: #36bbcf;
  --border: var(--color-white);
  --background: #fff5cc;
}
@media screen and (max-width: 768px) {
  .staff-comment.staff-comment:has(.staff-comment__link) {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .staff-comment.staff-comment:has(.staff-comment__link)::after {
    transform: translateX(100%);
  }
}
a.staff-comment {
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  a.staff-comment:hover {
    background: var(--border);
  }
}

.staff-comment__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  align-items: center;
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  .staff-comment__inner {
    width: 100%;
    row-gap: 8px;
  }
}
.staff-comment:has(.staff-comment__img) .staff-comment__inner {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .staff-comment:has(.staff-comment__img) .staff-comment__inner {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.staff-comment--bold .staff-comment__inner {
  row-gap: 8px;
}
.staff-comment__head {
  padding: 4px 0 2px;
  border-bottom: 2px solid var(--main);
  color: var(--main);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .staff-comment__head {
    padding: 0 0 6px;
    font-size: 1rem;
  }
}
.staff-comment--bold .staff-comment__head {
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .staff-comment:has(.staff-comment__img) .staff-comment__head {
    grid-column: span 2;
  }
}
.staff-comment__text {
  line-height: 1.75;
}
.staff-comment__img {
  grid-column: 2/3;
  grid-row: span 2;
  width: 92px;
}
@media screen and (max-width: 768px) {
  .staff-comment__img {
    grid-row: 2/3;
    width: 72px;
  }
}
.staff-comment__link {
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .staff-comment__link {
    margin-top: 21px;
  }
}
.staff-comment__link::after {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  aspect-ratio: 1/1;
  margin: 2px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.139161 0.798341L3.0835 3.75L0.139161 6.70166C0.0952153 6.74072 0.0610356 6.78955 0.0366216 6.84814C0.0122075 6.90674 4.76837e-07 6.96777 4.76837e-07 7.03125C4.76837e-07 7.16309 0.0451665 7.27417 0.135499 7.3645C0.225831 7.45483 0.336915 7.5 0.46875 7.5C0.532227 7.5 0.593262 7.48779 0.651856 7.46338C0.71045 7.43896 0.759278 7.40479 0.79834 7.36084L4.07959 4.07959C4.12354 4.04053 4.15771 3.9917 4.18213 3.93311C4.20654 3.87451 4.21875 3.81348 4.21875 3.75C4.21875 3.68652 4.20654 3.62549 4.18213 3.5669C4.15771 3.5083 4.12354 3.45947 4.07959 3.42041L0.79834 0.139161C0.759278 0.0952158 0.71045 0.0610361 0.651856 0.036622C0.593262 0.012208 0.532227 9.53674e-07 0.46875 9.53674e-07C0.341797 9.53674e-07 0.231934 0.0463877 0.139161 0.139161C0.0463872 0.231935 4.76837e-07 0.341798 4.76837e-07 0.468751C4.76837e-07 0.532228 0.0122075 0.593263 0.0366216 0.651856C0.0610356 0.71045 0.0952153 0.759278 0.139161 0.798341Z' fill='white'/%3E%3C/svg%3E"), linear-gradient(var(--color-accent), var(--color-accent));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto 50%, contain;
}

.speech {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.speech__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .speech__item {
    grid-template-columns: 64px 1fr;
    gap: 0;
  }
}
.speech__item:nth-child(even) {
  grid-template-columns: 1fr 80px;
}
@media screen and (max-width: 768px) {
  .speech__item:nth-child(even) {
    grid-template-columns: 1fr 64px;
  }
}
.speech__item img {
  z-index: 1;
}
.speech__text {
  --color: var(--color-white);
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  border-radius: 8px;
  background: var(--color);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .speech__text {
    width: 100%;
    margin-left: -8px;
    padding: 12px 24px;
  }
}
.speech__text--orange {
  --color: #fff0e2;
}
.speech__text::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: transparent var(--color) transparent transparent;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .speech__text::before {
    content: none;
  }
}
.speech__item:nth-child(even) .speech__text {
  order: -1;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .speech__item:nth-child(even) .speech__text {
    margin-right: -8px;
  }
}
.speech__item:nth-child(even) .speech__text::before {
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent var(--color);
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.title {
  height: 54px;
}
@media screen and (max-width: 768px) {
  .title {
    height: 32px;
    max-width: 100%;
  }
}
.title img {
  width: 100%;
  height: 100%;
  margin-inline: auto;
}

.marker {
  background: linear-gradient(transparent 47%, #fff066 0%);
}

.mv {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    margin-inline: -20px;
  }
}

.problem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .problem {
    margin-top: 48px;
  }
}
.problem .speech {
  width: min(100%, 640px);
  margin-inline: auto;
}

.anchor {
  width: min(100%, 680px);
  margin-top: 64px;
  margin-inline: auto;
}
.anchor__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
.anchor__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 32px 24px;
  border: 4px solid var(--background);
  background: var(--background);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .anchor__item {
    gap: 16px;
    padding: 24px 20px;
    position: relative;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor__item:hover {
    background: transparent;
  }
}
.anchor__item--lg {
  padding: 24px 52px;
}
@media screen and (max-width: 768px) {
  .anchor__item--lg {
    padding: 20px 16px;
  }
}
.anchor__item--yellow {
  --background: #fffcd2;
  --icon: var(--color-accent);
}
.anchor__item--green {
  --background: #f0fadc;
  --icon: #6bc044;
}
.anchor__item--blue {
  --background: #e9f7f9;
  --icon: #36bbcf;
}
.anchor__heading {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor__heading {
    font-size: 1.125rem;
  }
}
.anchor__heading:has(img) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchor__heading:has(img) {
    width: calc(100% - 70px);
    margin-right: auto;
  }
}
.anchor__heading:has(img) img {
  width: auto;
  max-width: 100%;
  height: 44px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .anchor__heading:has(img) img {
    margin-inline-start: -10px;
    height: 42px;
  }
}
.anchor__body {
  display: grid;
  grid-template-columns: 144px 1fr;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchor__body {
    display: block;
  }
}
.anchor__body:has(.anchor__ill) {
  grid-template-columns: 144px 1fr;
  gap: 32px;
}
.anchor__body:has(.anchor__goods) {
  grid-template-columns: 160px 1fr;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .anchor__body:has(.anchor__goods) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .anchor__ill {
    width: 100px;
    position: absolute;
    top: -24px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .anchor__goods {
    width: 144px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
}
.anchor__lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anchor__lists li {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 6px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .anchor__lists li {
    grid-template-columns: 20px 1fr;
    gap: 2px;
    font-size: 1rem;
  }
}
.anchor__lists li::before {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  aspect-ratio: 1/1;
  margin: 2px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M12.2791 19.3084L20.5333 11.0542L19.1916 9.74171L12.2791 16.6542L8.77909 13.1542L7.46659 14.4667L12.2791 19.3084Z' fill='white'/%3E%3C/svg%3E"), linear-gradient(var(--icon), var(--icon)) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .anchor__footer {
    margin-inline: -20px;
  }
}
.anchor__footer--hirameki {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .anchor__footer--hirameki {
    grid-template-columns: 20px 1fr;
    gap: 0;
  }
}
.anchor__footer--hirameki::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/icon_hirameki.webp") no-repeat center/contain;
}
.anchor__footer p {
  display: grid;
  grid-template-columns: 1fr 10px;
  align-items: center;
  gap: 4px;
  padding: 8px 0 6px;
  border-bottom: 2px solid var(--color-black);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .anchor__footer p {
    padding: 4px 0 2px;
    font-size: 0.8125rem;
  }
}
.anchor__footer p::after {
  content: "";
  width: 100%;
  aspect-ratio: 10/6;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M8.93555 0.185546L5 4.11133L1.06445 0.185546C1.01237 0.126953 0.947266 0.0813799 0.869141 0.0488276C0.791016 0.0162754 0.709635 -4.76837e-07 0.625 -4.76837e-07C0.449219 -4.76837e-07 0.301107 0.0602207 0.180664 0.180664C0.0602214 0.301106 0 0.449218 0 0.625C0 0.709635 0.016276 0.791015 0.0488281 0.86914C0.0813802 0.947265 0.126953 1.01237 0.185547 1.06445L4.56055 5.43945C4.61263 5.49805 4.67773 5.54362 4.75586 5.57617C4.83398 5.60872 4.91536 5.625 5 5.625C5.08464 5.625 5.16602 5.60872 5.24414 5.57617C5.32227 5.54362 5.38737 5.49805 5.43945 5.43945L9.81445 1.06445C9.87305 1.01237 9.91862 0.947265 9.95117 0.86914C9.98372 0.791015 10 0.709635 10 0.625C10 0.455729 9.93815 0.309244 9.81445 0.185546C9.69075 0.0618486 9.54427 -4.76837e-07 9.375 -4.76837e-07C9.29036 -4.76837e-07 9.20898 0.0162754 9.13086 0.0488276C9.05273 0.0813799 8.98763 0.126953 8.93555 0.185546Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat center/contain;
}

.goods {
  margin-top: 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goods {
    margin-inline: -20px;
    overflow-x: clip;
  }
}
.goods--yellow {
  --background: #fffcd2;
  --main: var(--color-accent);
  --rgba: rgba(255, 88, 59, 0.8);
}
.goods--green {
  --background: #f0fadc;
  --main: #6bc044;
  --rgba: rgba(107, 192, 68, 0.8);
}
.goods--blue {
  --background: #e9f7f9;
  --main: #36bbcf;
  --rgba: rgba(54, 187, 207, 0.8);
}
.goods::after {
  content: "";
  width: 200px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -72px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .goods::after {
    width: 100px;
    top: -88px;
    right: 12px;
  }
}
.goods__ill {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .goods__ill {
    right: 12px;
  }
}
.goods__ill--mukumi, .goods__ill--takeoff, .goods__ill--walk {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .goods__ill--mukumi, .goods__ill--takeoff, .goods__ill--walk {
    width: 100px;
  }
}
.goods__ill--stick, .goods__ill--cart, .goods__ill--car {
  width: 160px;
  right: 96px;
}
@media screen and (max-width: 768px) {
  .goods__ill--stick, .goods__ill--cart, .goods__ill--car {
    width: 100px;
    right: 13px;
  }
}
.goods__ill--stick {
  right: 80px;
}
@media screen and (max-width: 768px) {
  .goods__ill--stick {
    right: 13px;
  }
}
.goods__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: var(--background);
  border-radius: 22px 22px 0 0;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods__title {
    font-size: 1.25rem;
  }
}
.goods__title:not(:has(img)) {
  display: grid;
  place-content: center;
  min-width: 412px;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .goods__title:not(:has(img)) {
    min-width: 168px;
    min-height: 40px;
    padding: 0 24px;
  }
}
.goods__title:has(img) {
  padding: 4px 40px;
}
@media screen and (max-width: 768px) {
  .goods__title:has(img) {
    margin-inline-start: 0;
    padding: 12px 24px 0;
  }
}
.goods__title:has(img) img {
  width: auto;
  max-width: 100%;
  height: 49px;
}
@media screen and (max-width: 768px) {
  .goods__title:has(img) img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .goods__title:has(img) + .goods__body {
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .goods__title--col2 img {
    height: 38px;
  }
}
.goods__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 48px;
  border-radius: 20px;
  background: var(--background);
  position: relative;
}
@media screen and (max-width: 768px) {
  .goods__body {
    padding: 48px 20px 40px;
  }
}
.goods__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 640px;
  margin-inline: auto;
}
.goods__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.goods__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 40px 32px;
  border-radius: 20px;
  background: #fffcf2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .goods__item {
    padding: 40px 24px 20px;
    border-radius: 12px;
  }
}
.goods__item::before {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  background: var(--main);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .goods__item::before {
    width: 48px;
  }
}
.goods__item::after {
  content: "";
  width: 38px;
  height: 41px;
  position: absolute;
  top: 11.28px;
}
@media screen and (max-width: 768px) {
  .goods__item::after {
    width: 20px;
    height: 22px;
    top: 6.02px;
  }
}
.goods__item:nth-child(odd)::before {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
}
.goods__item:nth-child(odd)::after {
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/text_01.svg") no-repeat center/contain;
  right: 10.05px;
}
@media screen and (max-width: 768px) {
  .goods__item:nth-child(odd)::after {
    right: 5.36px;
  }
}
.goods__item:nth-child(even)::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 0;
}
.goods__item:nth-child(even)::after {
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/text_02.svg") no-repeat center/contain;
  left: 10.05px;
}
@media screen and (max-width: 768px) {
  .goods__item:nth-child(even)::after {
    left: 5.36px;
  }
}
.goods__item:nth-child(1)::after {
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/text_01.svg") no-repeat center/contain;
}
.goods__item:nth-child(2)::after {
  background: url("https://gigaplus.makeshop.jp/nihonkijun11/img/renew/special/common/text_02.svg") no-repeat center/contain;
}
.goods__item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.goods__item-head p {
  min-width: 223px;
  padding: 4px 24px;
  border: 1px solid var(--main);
  border-radius: 100vmax;
  color: var(--main);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goods__item-head p {
    margin-inline: -24px;
    padding: 6px 18px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.goods__item-head p::before, .goods__item-head p::after {
  content: "";
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .goods__item-head p::before, .goods__item-head p::after {
    left: 32px;
  }
}
.goods__item-head p::before {
  border-width: 8px 0 0 12px;
  border-color: var(--main) transparent transparent;
  transform: translate(-50%, 100%);
}
.goods__item-head p::after {
  border-width: 7px 0 0 10px;
  border-color: #fffcf2 transparent transparent;
  transform: translate(calc(-50% + 1px), 100%);
}
.goods__item-head h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .goods__item-head h3 {
    font-size: 1.25rem;
  }
}
.goods__item-imgs {
  display: grid;
  grid-template-columns: repeat(2, 308px);
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .goods__item-imgs {
    grid-template-columns: 180px 152px;
  }
}
@media screen and (max-width: 390px) {
  .goods__item-imgs {
    grid-template-columns: 43.5897435897vw 36.4102564103vw;
  }
}
.goods__item-imgs:not(:has(.goods__item-img:nth-child(2))) {
  grid-template-columns: 308px;
}
@media screen and (max-width: 768px) {
  .goods__item-imgs:not(:has(.goods__item-img:nth-child(2))) {
    grid-template-columns: 180px;
  }
}
.goods__item-imgs:not(:has(.goods__item-img:nth-child(2))) .goods__item-img {
  transform: rotate(5deg);
}
.goods__item-img {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--main);
  border-radius: 4px;
  background: var(--color-white);
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .goods__item-img {
    padding: 6px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.12);
  }
}
.goods__item-img:nth-child(odd) {
  transform: rotate(-5deg);
}
.goods__item-img:nth-child(even) {
  margin-top: 20px;
  transform: rotate(5deg);
}
@media screen and (max-width: 768px) {
  .goods__item-img:nth-child(even) {
    margin-top: 60px;
    margin-left: -8px;
  }
}
.goods__item-lists {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.goods__item-lists li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 4px;
  padding-bottom: 6px;
  border-bottom: 2px dashed var(--rgba);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .goods__item-lists li {
    grid-template-columns: 10px 1fr;
    border-width: 1px;
    font-size: 1rem;
  }
}
.goods__item-lists li::before {
  content: "";
  width: 100%;
  margin-top: 6.5px;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .goods__item-lists li::before {
    margin-top: 6px;
  }
}
.goods__item-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  border-radius: 8px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .goods__item-icons {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    justify-content: flex-start;
  }
}
.goods__item-icons li {
  width: 50px;
}
.goods__item-button {
  max-width: 320px;
  border: 1px solid var(--main);
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .goods__item-button {
    max-width: 200px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .goods__item-button:hover {
    color: var(--main);
  }
  .goods__item-button:hover::after {
    background-color: var(--main);
  }
}

.bottom-link {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .bottom-link {
    margin-top: 56px;
  }
}

.js-moveUp {
  position: relative;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.js-moveUp.is-finish {
  transform: translateY(0);
}

.js-moveLeft {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.4, 0.7), opacity 0.4s ease-in;
}
.js-moveLeft.is-finish {
  transform: translateX(0);
  opacity: 1;
}