@import url("./styles/reset.css");
@import url("./styles/layout.css");
@import url("./styles/animate.css");

html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif;
  color: #000;
  /* background-image: url(./images/common/concrete.webp); */
  background-repeat: repeat;
  background-size: 400px 400px;
}

/* フォント */
:root {
  ---sans-font: "Noto Sans JP", sans-serif;
}

.pc {
  display: none;
}

.body-copy {
  font-size: 1.6rem;
  line-height: 2;
}

main {
  overflow-x: hidden;
}

.section-title {
  font-size: 2rem;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 4px #002845;
  position: relative;
  z-index: 1;
}

.section-title::before {
  content: "";
  display: block;
  width: min(348px, 92.8vw);
  height: 41.5px;
  background-image: url(./images/plate.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 77.5px;
  background-image: url(./images/bird-1.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -97.5px;
  transform: translateX(-50%);
}

.section-title--blue::after {
  background-image: url(./images/bird-2.webp);
}

.fv {
  width: 127.74vw;
  position: relative;
  left: -13.87vw;
  padding: 0 13.87vw;
  border-radius: 0 0 63.87vw 63.87vw;
  padding: 4rem 0 8.1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 2;
}

.fv__bg {
  position: absolute;
  height: calc(100% + 6.4vw);
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv__bg img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.fv__hero {
  margin: 0 auto;
  position: relative;
  left: -1.2vw;
  width: 95vw;
}

.fv__hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fv__hero-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv__hero-legend {
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.44;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

.fv__hero-text {
  font-size: 7.47vw;
  line-height: 1.43;
  color: #ffeb02;
  text-shadow: 0px 0px 16px #000;
  font-weight: 700;
}

.fv__hero::after {
  content: "";
  display: block;
  width: 7.47vw;
  height: 7.47vw;
  background-image: url(./images/multiply.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 7.73vw;
  left: 49.1vw;
  filter: drop-shadow(0px 0px 16px #000);
}

.fv__product {
  position: relative;
  margin: 2.67vw auto 0;
  display: flex;
  gap: 3.2vw;
  width: fit-content;
  position: relative;
  left: -1.2vw;
}

.fv__product-image {
  width: 53.4vw;
  aspect-ratio: 200 / 164;
}

.fv__product-bubble {
  width: 34vw;
  height: 33.6vw;
  background-image: url(./images/borccoli.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.27vw 4vw 3.74vw;
}

.fv__product-text {
  font-size: 8.54vw;
  line-height: 9.6vw;
  font-weight: 700;
  text-align: center;
  color: #ffeb02;
  text-shadow: 0px 0px 16px #000;
}

.fv__product-text--small {
  font-size: 6.4vw;
  line-height: 7.47vw;
}

.fv__product-legend {
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 3.74vw;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 16px #000;
  text-align: center;
  display: block;
  margin-top: 0.8vw;
}

.fv__product-highlight {
  font-size: 4.27vw;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #0c6c13;
  border: 2px solid #fff;
  padding: 1.1vw 3.2vw 1.34vw 3.74vw;
  margin-top: 2.14vw;
}

.fv__jas-wrapper {
  display: flex;
  gap: 13px;
  width: fit-content;
  margin: 20px auto 0;
}

.fv__jas-image {
  width: 21.34vw;
  height: 21.34vw;
  border-radius: 50%;
}

.fv__jas-text {
  color: #fff;
  font-size: 6.4vw;
  line-height: 1.1;
  text-shadow: 0px 0px 16px #000;
  font-weight: 700;
}

.fv__jas-text span {
  color: #ffeb00;
  font-size: min(10.67vw, 64px);
}

.fv__jas-hero {
  font-weight: 600;
  font-size: min(32px, 4.8vw);
  letter-spacing: 0.02em;
  line-height: 1.34;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 16px #000;
  margin-top: 10px;
}

.fv__bubbles {
  display: flex;
  justify-content: space-between;
  width: 95vw;
  gap: 4.27vw;
  justify-content: center;
  margin: 16px auto 0;
}

.fv__bibble-image {
  width: 28.8vw;
  height: 28.8vw;
  border-radius: 50%;
  border: 4px solid #ffff;
}

.fv__bubble-text {
  font-size: min(4.27vw, 28px);
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}

.fv__legend {
  font-size: min(6.4vw, 42px);
  line-height: 1.46;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 16px #000;
  margin-top: 20px;
  text-align: center;
  display: block;
}

.link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #164818;
  width: min(85.1vw, 320px);
  height: min(21.34vw, 80px);
  border-radius: min(10.67vw, 40px);
  position: relative;
  white-space: nowrap;
  margin: 20px auto 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.46);
}

.link::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(min(85.1vw, 320px) - 10px);
  height: calc(min(21.34vw, 80px) - 10px);
  border-radius: calc(min(10.67vw, 40px) - 5px);
  border: 1px solid #ffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.recomendation {
  padding: 43.7rem 1.35rem 8.7rem;
  margin-top: -30rem;
  background-image: url(./images/bg-ricepaper.webp);
  background-size: 250px 250px;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.recomendation::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 109.5px;
  background-image: url(./images/cloud-1.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -59px;
  top: 30rem;
}

.recomendation::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 53px;
  background-image: url(./images/grass.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rec__container {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto 0;
  gap: 3rem;
}

.rec__item {
  width: 240px;
  height: 246.5px;
  background-image: url(./images/bubble.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rec__item:nth-child(even) {
  margin-left: auto;
}

@media (min-width: 470px) {
  .rec__container {
    justify-content: center;
  }

  .rec__item:nth-child(even) {
    margin-left: 0;
  }
}

.rec-decor {
  width: 190px;
  height: 74.5px;
  background-image: url(./images/cloud-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -51px;
  bottom: 92.5px;
  z-index: -1;
}

.about {
  background-image: url(./images/bg-ricepaper.webp);
  background-size: 250px 250px;
  background-repeat: repeat;
}

.about__intro {
  padding: clamp(45.5px, calc(45.5px + 50vw - 188px), 100px) 36px;
  position: relative;
}

.about__intro-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: relative;
  margin-left: clamp(0px, calc(50vw - 188px), 100px);
}

.about__intro-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.about__intro-jas {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: contain;
}

.about__intro-legend {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #0b6c13;
  color: #0b6c13;
}

.about__text {
  width: 92.8vw;
  border-radius: 1.6rem;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0.47;
}

.introduction {
  background-image: url(./images/bg-ricepaper.webp);
  background-size: 250px 250px;
  background-repeat: repeat;
  padding: 137px 0 40px;
}

.subtitle {
  font-size: min(20px, 5.34vw);
  line-height: 1.45;
  text-align: center;
}

.subtitle__highlight {
  font-size: inherit;
  line-height: inherit;
  color: #c41212;
}

.introduction .section-title {
  margin-bottom: 2rem;
}

.introduction .subtitle {
  margin-bottom: 2rem;
}

.intro__text {
  padding: 0 13px;
}

.intro__swiper {
  margin-top: 20px;
}

.swiper-wrapepr {
  align-items: stretch;
}

.intro__slide {
  padding: 4rem 2rem 3rem;
  background-color: #fff;
  width: min(320px, 85.34vw);
  border-radius: 20px;
  height: auto;
  border: 1px solid #707070;
}

.intro__slide-image {
  width: 240px;
  height: 252px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto 2rem;
}

.intro__slide-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  color: #0c6c13;
  margin-bottom: 10px;
}

.intro__slide-text {
  font-size: 1.4rem;
  line-height: 2;
}

.swiper-buttons {
  display: flex;
  justify-content: space-between;
  width: min(348px, 92.8vw);
  margin: 2rem auto 0;
}

.swiper-button {
  cursor: pointer;
}

.swiper-button--next {
  transform: scaleX(-1);
}

.natural {
  margin: 4rem auto 0;
}

.natural__banner {
  width: min(275px, 73.34vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0c6c13;
  font-weight: bold;
  font-size: min(32px, 8.53rem);
  line-height: 1.25;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 8px #002102;
  background-image: url(./images/grass-4.webp);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.natural__text {
  font-weight: 600;
  margin: 20px auto 0;
  width: fit-content;
  padding: 0 clamp(10px, calc(28px + 50vw - 188px), 28px);
}

.natural__highlight {
  color: #c41212;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 75%,
      rgb(255 69 0) 75%);
  box-shadow: inset 0 -10px 0 rgb(255 235 0);
  mix-blend-mode: multiply;
}

.composition {
  margin-top: 40px;
}

.nutrition__wrapper {
  width: calc(100% - 43px);
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  row-gap: 20px;
}

.nutrition__item {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.4rem 1.5rem;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
  width: fit-content;
  background-color: #fff;
  font-family: var(---sans-font);
  font-weight: 700;
}

.comparison {
  padding: 4rem 1.35rem;
}

.comparison .subtitle {
  margin-bottom: 2rem;
}

.comparison .body-copy {
  max-width: 600px;
  margin: 0 auto;
}

.charts-legend {
  display: flex;
  justify-content: space-between;
  max-width: 288px;
  margin: 0 auto 20px;
}

.charts-legend__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.charts-legend__color {
  width: clamp(40px, calc(65px + 50vw - 188px), 65px);
  height: 26px;
}

.charts-legend__item:first-child .charts-legend__color {
  background-color: #dcda0f;
}

.charts-legend__item:last-child .charts-legend__color {
  background-color: #00913a;
}

.charts-legend__text {
  font-size: 1.6rem;
  font-weight: 700;
}

.charts__title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 58px;
}

.charts-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 40px;
  justify-content: center;
  position: relative;
  left: 4px;
}

.chart-item {
  width: fit-content;
  text-align: center;
}

.chart {
  width: 117px;
  height: 192px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 25px;
}

.y-axis {
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.y-axis-div {
  width: 3px;
  height: 2px;
  background-color: #000;
}

.y-axis-div:last-child {
  visibility: hidden;
}

.y-axis-labels {
  position: absolute;
  width: 18.5px;
  left: -24px;
  top: -10px;
  height: calc(100% + 16px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.y-axis-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(---sans-font);
  font-size: 12px;
}

.x-axis {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.x-axis-div {
  width: 1.5px;
  height: 5px;
  background-color: #000;
}

.x-axis-div:first-child {
  visibility: hidden;
}

.x-axis-labels {
  position: absolute;
  bottom: -40px;
  left: 10px;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.x-axis-label {
  width: 60px;
  text-align: center;
}

.chart-title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  font-family: var(---sans-font);
  text-align: center;
  margin: 10px 0 10px 25px;
}

.bar {
  width: 42px;
  position: relative;
}

.bar.cabbage {
  background: #dcda0f;
}

.bar.kale {
  background: #00913a;
}

.bar:hover {
  transform: scale(1.05);
}

.multiplier {
  font-size: 32px;
  line-height: 46px;
  color: #c41212;
  margin-left: 25px;
  font-family: var(---sans-font);
  font-weight: 900;
}

.source {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 30px;
}

.charts {
  margin: 0 1.35rem;
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 8px;
}

.chart-desc {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  width: calc(100% + 34px);
  position: relative;
  left: -16px;
  margin-top: 40px;
}

.campain {
  padding: 4rem 1.35rem;
  background-image: url(./images/bg.webp);
  background-size: auto 100%;
  background-position: center;
}

.campain__wrapper {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 20px 13.5px 30px;
  max-width: 600px;
  margin: 0 auto;
}

.campain__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  color: #0c6c13;
}

.campain__image {
  display: block;
  margin: 10px auto 0;
}

.campain__price {
  margin: 1rem auto 0;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  position: relative;
  width: 256px;
}

.campain__price-sticker {
  color: #ffeb02;
  background-color: #c41212;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 2.4rem;
  line-height: 1;
}

.campain__price-wrapper {
  display: flex;
  align-items: flex-end;
}

.campain__price-big {
  color: #c41212;
  font-size: 6.4rem;
  line-height: 1;
}

.campain__price-small {
  color: #c41212;
  font-size: 3.6rem;
  white-space: nowrap;
  position: relative;
  top: -3px;
}

.campain__text {
  margin: 20px auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 300px;
}

.instructions {
  padding: 14.3rem 1.35rem 8rem;
  background-image: url(./images/bg-ricepaper.webp);
  background-size: 250px 250px;
}

.instructions__wrapper {
  margin: 26.5px auto 0;
}

.instructions__image {
  display: block;
  width: min(320px, 85.34vw);
  margin: 0 auto;
}

.instruction__icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 348px;
  margin: 20px auto;
}

.instruction__icon {
  width: 28.74%;
  aspect-ratio: 1;
  object-fit: cover;
}

.instructions__text {
  max-width: 600px;
  margin: 0 auto;
}

.feedback {
  padding: 14.3rem 2.5rem 8rem;
  background-image: url(./images/bg-fiber.webp);
  background-size: 410px 410px;
}

.feedback__wrapper {
  margin: 26.5px auto 0;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.feedback__item {
  position: relative;
}

@media (min-width: 600px) {
  .feedback__item {
    display: flex;
    gap: 20px;
  }

  .feedback__item:last-child {
    flex-direction: row-reverse;
  }
}

.feedback__image {
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin: 0 auto;
}

.feedback__content {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}

.feedback__title {
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.feedback__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin: 20px auto 0;
}

.feedback__text::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url(./images/tip.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}

.faq {
  padding: 14.2rem 1.35rem 4rem;
  background-image: url(./images/bg-ricepaper.webp);
  background-size: 250px 250px;
}

.faq__wrapper {
  margin: 26.5px auto 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.faq__item-question {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2c5c8d;
  font-weight: 700;
  padding: 0.4rem 0 1rem 3rem;
  border-bottom: 1px solid #707070;
  position: relative;
}

.faq__item-question::before {
  content: "Q";
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #2c5c8d;
  position: absolute;
  left: 10px;
  top: 0px;
}

.faq__item-answer {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 1.5rem 0 3rem;
  position: relative;
  word-break: break-all;
}

.faq__item-answer::before {
  content: "A";
  font-size: 1.6rem;
  line-height: 2.3rem;
  position: absolute;
  left: 10px;
  top: 10px;
}

.information {
  padding: 14.3rem 1.35rem 4rem;
  background-image: url(./images/bg-fiber.webp);
  background-size: 410px 410px;
}

.info__image {
  display: block;
  width: min(320px, 85.34vw);
  margin: 26.5px auto 0;
}

.info__subtitle {
  color: #0c6c13;
  margin: 4rem auto 2.2rem;
  font-size: 2.4rem;
  text-align: center;
}

.info__wrapper {
  margin: 22px auto 0;
  max-width: 600px;
}

.info__item {
  padding: 20px;
}

.info__item:nth-child(odd) {
  background-color: #f4f4f4;
}

.info__item:nth-child(even) {
  background-color: #fff;
}

.info__item-label {
  font-family: var(---sans-font);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #484848;
}

.info__item-value {
  font-family: var(---sans-font);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  color: #484848;
}

.info__composition {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-comp__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #484848;
}

.info-comp__value {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.info__value-desc {
  margin-top: 10px;
}

.info__value-title {
  font-weight: 500;
  margin: 20px 0 15px;
}

.fab {
  display: none;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: initial;
  }

  .fv {
    width: 122.4vw;
    left: -11.2vw;
    border-radius: 0 0 61.2vw 61.2vw;
    padding: 12rem 11.2vw 13rem;
  }

  .fv__bg {
    position: absolute;
    height: calc(100% + 20px);
    width: 100vw;
    left: 11.2vw;
    top: 0;
    z-index: -1;
  }

  .fv__bg img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  @media (min-width: 1367px) {
    .fv__bg img {
      width: 100%;
      object-position: center bottom;
    }
  }

  .fv__hero {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    left: 0;
    width: fit-content;
    position: relative;
  }

  .fv__hero-text {
    font-size: min(64px, 5.34vw);
    line-height: 1.44;
  }

  .fv__hero-legend {
    font-size: min(24px, 2vw);
    line-height: 1.46;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 6px #000;
  }

  .fv__product-bubble {
    width: min(255px, 21.25vw);
    height: min(252px, 21vw);
    padding: min(50px, 4.17vw) min(26px, 2.17vw) min(32px, 2.67vw);
  }

  .fv__hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: min(768px, 64vw);
    position: relative;
    left: -24px;
    margin-top: 14px;
  }

  .fv__product-text {
    font-size: min(64px, 5.34vw);
    line-height: 1.062;
    font-weight: 700;
    text-align: center;
    color: #ffeb02;
    text-shadow: 0px 0px 16px #000;
  }

  .fv__product-text--small {
    font-size: min(48px, 4vw);
  }

  .fv__product-legend {
    font-size: min(16px, 1.34vw);
    line-height: 1.44;
    margin-top: 0;
  }

  .fv__hero::after {
    display: none;
  }

  .fv__hero-wrapper::after {
    content: "";
    display: block;
    width: min(65px, 5.42vw);
    height: min(65px, 5.42vw);
    background-image: url(./images/multiply-pc.svg);
    background-size: 100% 100%;
    position: absolute;
    top: min(51px, 4.25vw);
    right: min(319px, 26.6vw);
    filter: drop-shadow(0px 0px 16px #000);
  }

  .fv__jas-text {
    position: absolute;
    bottom: max(-85px, -7.09vw);
    left: min(34px, 2.84vw);
    font-size: min(40px, 3.34vw);
  }

  .fv__jas-text span {
    font-size: min(72px, 6vw);
  }

  .fv__product {
    position: relative;
    margin: max(-16px, -1.34vw) auto 0;
    display: flex;
    gap: 26px;
    width: fit-content;
    position: relative;
    left: min(100px, 8.34vw);
    align-items: center;
  }

  .fv__product-image {
    width: min(460px, 38.34vw);
  }

  .fv__product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .fv__product-highlight {
    font-size: 2rem;
    line-height: 1.45;
    padding: 0.8rem 2.2rem;
    margin-top: 0;
    width: fit-content;
  }

  .fv__jas-image {
    width: min(190px, 15.9vw);
    height: min(190px, 15.9vw);
  }

  .fv__jas-hero {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 16px #000;
    margin-top: 47px;
  }

  .fv__bubbles {
    display: flex;
    justify-content: space-between;
    width: min(801px, 66.75vw);
    gap: min(24px, 2vw);
    justify-content: center;
    margin: 22px auto 0;
  }

  .fv__bibble-image {
    width: min(251px, 21vw);
    height: min(251px, 21vw);
    border-radius: 50%;
    border: 8px solid #ffff;
  }

  .fv__bubble-text {
    font-size: min(24px, 2vw);
    line-height: 1.46;
    margin-top: 12px;
  }

  .fv__legend {
    font-size: 36px;
    line-height: 1.42;
    margin-top: 33px;
  }

  .fv .link {
    margin: 46px auto 0;
  }

  .link {
    background-color: #e05d17;
    transition: all 0.3s;
  }

  .link:hover {
    background-color: #0c6c13;
  }

  .recomendation {
    padding: calc(30vw + 8rem) 2rem 16rem;
    margin-top: -30vw;
  }

  .section-title {
    font-size: min(3.6rem, 3.6vw);
    line-height: 1.42;
    width: min(660px, 55vw);
    margin: 0 auto;
  }

  .section-title::before {
    width: min(660px, 55vw);
    height: 78.5px;
  }

  .section-title::after {
    width: clamp(120px, 12.5vw, 150px);
    height: clamp(92.4px, 9.625vw, 115.5px);
    left: max(-140px, min(-11.67vw, -112px));
    top: max(-75px, min(-6.25vw, -60px));
    transform: unset;
  }

  .rec__container {
    margin: 70px auto 0;
    max-width: 785px;
  }

  .recomendation::after {
    height: min(106px, 10.6vw);
  }

  .recomendation::before {
    width: 282px;
    height: 193px;
    right: -114px;
    top: 30rem;
  }

  .rec__item {
    width: min(235px, 23.5vw);
    height: min(241px, 24.1vw);
    font-size: min(2rem, 2vw);
  }

  .rec-decor {
    width: 380px;
    height: 149px;
    left: -132px;
    top: 52rem;
    bottom: auto;
  }

  .about__intro {
    padding: 145px 0 146px min(238px, max(80px, calc(238px + 50vw - 683px)));
  }

  @media (min-width: 1367px) {
    .about__intro {
      padding-left: calc(238px + 50vw - 683px);
    }
  }

  .about__intro-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    margin-left: 0;
    width: 550px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.47);
    border-radius: 30px;
  }

  @media (max-width: 1000px) {
    .about__intro {
      padding: 145px 0 146px;
    }

    .about__intro-wrapper {
      margin: 0 auto;
    }
  }

  .about__text {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 2.5rem 0 0 0;
    background-color: unset;
    opacity: unset;
  }

  .about__intro-jas {
    width: 190px;
    height: 190px;
  }

  .about__intro-legend {
    font-size: 3.6rem;
    line-height: 1.42;
    padding-bottom: 2rem;
    border-bottom: 4px solid #0b6c13;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
  }

  .introduction .section-title {
    margin-bottom: 8.4rem;
  }

  .subtitle {
    font-size: 3.2rem;
    line-height: 1.44;
  }

  .intro__text {
    padding: 0;
    max-width: 542px;
    text-align: center;
    margin: 0 auto;
  }

  .intro__swiper {
    margin-top: 60px;
    padding: 0 20px;
  }

  .intro__slide {
    padding: 4rem;
    width: min(570px, 47.5vw);
  }

  .intro__slide-image {
    width: 300px;
    height: 300px;
  }

  .intro__slide-title {
    font-size: 3.6rem;
    line-height: 5.1rem;
    margin-bottom: 21px;
  }

  .intro__slide-text {
    font-size: 1.6rem;
  }

  .swiper-container {
    position: relative;
  }

  @media (min-width: 1000px) {
    .intro__swiper {
      max-width: 830px;
    }

    .swiper-buttons {
      display: flex;
      justify-content: space-between;
      width: 950px;
      margin: 0;
      position: absolute;
      top: 260px;
      left: 50%;
      transform: translateX(-50%);
    }

    @media (min-width: 1092px) {
      .intro__slide {
        height: fit-content;
      }
    }
  }

  .natural {
    margin: 8rem auto 0;
    display: flex;
    width: 738px;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 4.4vw, 60px);
  }

  .natural__banner {
    margin: 0;
  }

  .natural__highlight {
    color: #c41212;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 75%,
        rgb(255 69 0) 75%);
    box-shadow: inset 0 -14px 0 rgb(255 235 0);
    mix-blend-mode: multiply;
  }

  .natural__text {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.8;
  }

  .composition {
    margin-top: 160px;
  }

  .nutrition__wrapper {
    max-width: 940px;
    margin: 60px auto 0;
    column-gap: 20px;
    row-gap: 30px;
  }

  .nutrition__item {
    font-size: 2rem;
    line-height: 1.45;
    padding: 0.2rem 1.4rem;
    border: 2px solid #7e7e7e;
  }

  .nutrition__item:nth-child(8) {
    margin-left: 150px;
  }

  .nutrition__item:nth-child(11) {
    margin-right: 150px;
  }

  @media (max-width: 1200px) {
    .nutrition__wrapper {
      padding: 0 20px;
    }

    .nutrition__item:nth-child(8) {
      margin-left: 0px;
    }

    .nutrition__item:nth-child(11) {
      margin-right: 0px;
    }
  }

  .comparison {
    padding: 16rem 2rem 4rem;
  }

  .comparison .subtitle {
    margin-bottom: 3rem;
  }

  .comparison .body-copy {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
  }

  .introduction {
    padding: 174px 0 160px;
  }

  .charts {
    margin: 0 auto;
    background-color: #fff;
    padding: 4.2rem 4rem 2rem 8.5rem;
    border-radius: 16px;
    max-width: 1000px;
  }

  .charts-container {
    column-gap: 96px;
    row-gap: 40px;
    justify-content: center;
    position: relative;
    left: 0;
  }

  @media (max-width: 1040px) {
    .charts {
      margin: 0 20px;
    }

    .charts-container {
      column-gap: 48px;
      row-gap: 30px;
    }
  }

  .charts-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 47px;
  }

  .charts-legend {
    display: flex;
    justify-content: space-between;
    max-width: 368px;
    margin: 0;
  }

  .charts-legend__item {
    gap: 21px;
  }

  .charts__title {
    line-height: 2;
    margin-bottom: 0;
  }

  .chart-desc {
    width: 100%;
    left: 0;
    margin-top: 30px;
    text-align: right;
  }

  .campain {
    padding: 8rem 2rem;
  }

  @media (min-width: 1366px) {
    .campain {
      background-size: cover;
    }
  }

  .campain__wrapper {
    border-radius: 20px;
    padding: 60px min(85px, max(20px, calc(85px + 25vw - 300px))) 60px;
    max-width: 1000px;
  }

  .campain__title {
    font-size: min(4rem, 3.34vw);
    line-height: 1.43;
  }

  .campain__image {
    margin: 0;
    width: clamp(300px, 33vw, 405px);
    height: fit-content;
  }

  .campain__container {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
  }

  .campain__price {
    margin: 0;
  }

  .campain__price-sticker {
    color: #ffeb02;
    background-color: #c41212;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 2.4rem;
    line-height: 1;
  }

  .campain__price-wrapper {
    position: relative;
    top: -8px;
  }

  .campain__text {
    margin-left: 0;
  }

  .campain .link {
    margin-top: 30px;
  }

  .instructions {
    padding: 23.5rem 2rem 16rem;
  }

  .instructions .section-title::after {
    left: auto;
    right: max(-140px, min(-11.67vw, -112px));
  }

  .instructions__wrapper {
    margin: 104px auto 0;
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .instructions__image {
    margin: 0;
  }

  .instructions__text {
    max-width: 395px;
    margin: 0;
  }

  .instruction__icons {
    max-width: 405px;
    margin: 0 0 16.5px 0;
  }

  .feedback {
    padding: 23.7rem 2.5rem 16rem;
  }

  .feedback__wrapper {
    margin: 104px auto 0;
    max-width: 640px;
    gap: 88px;
  }

  .feedback__image {
    margin: 0;
  }

  .feedback__title {
    margin: 0;
    line-height: 1.45;
    text-align: left;
  }

  .feedback__text {
    margin: 10px 0 0 0;
  }

  .feedback__text::before {
    width: 20px;
    height: 16px;
    background-image: url(./images/tip-pc.png);
    background-size: auto 100%;
    left: -16px;
    transform: unset;
    top: 20px;
  }

  .feedback__item:last-child .feedback__text::before {
    left: auto;
    right: -16px;
    transform: scaleX(-1);
  }

  .faq {
    padding: 17.4rem 2rem 16rem;
  }

  .faq .section-title--blue::after {
    left: auto;
    right: -140px;
  }

  .faq__wrapper {
    margin: 75px auto 0;
    border-radius: 40px;
    padding: 60px 85px;
    gap: 4rem;
    max-width: 830px;
  }

  .faq__item-question {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 0.3rem 0 1.3rem 3.5rem;
  }

  .faq__item-question::before {
    font-size: 2rem;
    line-height: 2.9rem;
    font-weight: 400;
  }

  .faq__item-answer {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 1rem 1rem 0.6rem 3.5rem;
  }

  .faq__item-answer::before {
    font-size: 2rem;
    line-height: 2.9rem;
  }

  .information {
    padding: 24.2rem 2rem 16rem;
  }

  .info__image {
    width: 457px;
    margin: 129px auto 0;
  }

  .info__subtitle {
    margin: 6.9rem auto 3.4rem;
  }

  .info__wrapper {
    margin: 0 auto;
    max-width: 660px;
  }

  .info__item {
    display: flex;
    gap: 10px;
  }

  .info__item-label {
    width: 120px;
    min-width: 120px;
    text-align: center;
  }

  .info__item-value {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
    position: relative;
  }

  .info__value-title {
    position: absolute;
    left: -130px;
    margin: 0;
    text-align: center;
    width: 120px;
  }

  .info__value-desc {
    margin-bottom: 10px;
  }

  .fab {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 0;
    bottom: 38px;
    z-index: 10;
    height: 100px;
  }

  .fab__item {
    width: 40px;
    height: 40px;
    border-radius: 8px 0px 0px 8px;
    background: #c41212;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
  }

  .fab__item:hover {
    opacity: 0.7;
  }

  .fab__item img {
    width: 20px;
    height: auto;
  }

  .fab__item:last-child {
    background: #0c6c13;
  }

  .fab__item:last-child img {
    width: 16px;
  }
}