@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Nav */
/* END: Nav */
/* Banner */
/* END: Banner */
/* Caption Section */
/* END: Caption Section */
/* Section Header */
/* END: Section Header */
/* Concerns Sections */
/* END: Concerns Sections */
/* Compare Section */
/* END: Compare Section */
/* Timer */
/* END: Timer */
/* Countdown */
/* END: Countdown */
/* Features */
/* 
.featuresSection .sectionHeader {
    margin-bottom: 32px;
} */
/* END: Features */
/* Ingredients */
/* END: Ingredients */
/* Testimonials */
/* END: Testimonials */
/* FAQ */
/* END: FAQ */
/* Footer */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1146px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.btn {
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #5483B3;
  border-radius: 4px;
  background-color: #5483B3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #ffffff;
  color: #5483B3;
}

main {
  padding-top: 0 !important;
}

.nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2509803922);
}

.nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  gap: 30px;
  padding: 19px 24px 11px;
}

.nav__logo {
  display: block;
  max-width: 148px;
  height: auto;
}

.nav__btn {
  padding: 11px 18px 11px 18px;
  border: 1px solid #AA0000;
  border-radius: 4px;
  background-color: #AA0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.nav__btn:hover {
  color: #AA0000;
  background-color: #ffffff;
}

.banner {
  display: flex;
  flex-direction: column;
}

.banner__left {
  order: 2;
  background-color: #052659;
}

.banner__left-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 32px 24px;
  color: #ffffff;
}

.banner__left-bgtext {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  max-width: 28px;
  width: 100%;
  margin: auto 0;
}

.banner__left-preheader {
  position: relative;
  max-width: 197px;
  margin-bottom: 12px;
  padding-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
.banner__left-preheader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #A4A4A4 0%, #F5F5F5 23%, #ACACAC 52%, #787878 69%, #EAEAEA 100%);
}

.banner__left-header {
  font-size: 31.25px;
  font-weight: 700;
  line-height: 1.45;
}
.banner__left-header span {
  color: #C1E8FF;
}

.banner__left-rotating-img {
  position: relative;
  top: -4px;
  width: 98px;
  height: auto;
}
.banner__left-rotating-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.banner__left-rotating-img img {
  animation: rotate 10s linear infinite;
}

.banner__right {
  order: 1;
  display: flex;
  align-items: center;
  padding-bottom: 34px;
  background-color: #dddddd;
}

.banner__right-wrap {
  position: relative;
  padding-top: 60px;
}

.banner__right-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #0F2074;
}
.banner__right-tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  border: 0.35px solid #ffffff;
  border-radius: 50%;
}
.banner__right-tag span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2.41px 2.41px rgba(0, 0, 0, 0.25);
}

.banner__right-flag {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 45px;
  height: auto;
}

.banner__right-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.captionSection {
  padding: 47px 24px;
  background-color: #021024;
}

.captionSection__text1 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

.captionSection__text2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
.captionSection__text2 span {
  color: #FFCE20;
}

.sectionHeader {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
}
.sectionHeader h2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
}

.sectionHeader__underline {
  background-image: linear-gradient(transparent calc(100% - 7px), #C1E8FF 10px);
  background-position: center -3px;
  background-repeat: no-repeat;
}

.concernsSection {
  padding: 60px 0;
}

.concernsSection__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 40px;
  margin-bottom: 40px;
}

.concernsSection__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.concernsSection__item:first-of-type {
  width: 100%;
}

.concernsSection__item-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 50%;
  background-color: #C1E8FF;
  overflow: hidden;
  width: 135px;
  height: 135px;
  margin-bottom: 8px;
}
.concernsSection__item-img img {
  max-width: 110px;
  height: auto;
}

.concernsSection__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #0F2074;
}

.concernsSection__bottom-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.compareSection {
  padding-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.compareSection__preheader {
  display: block;
  max-width: 280px;
  margin: 0 auto 32px;
}

.compareSection__header {
  margin-bottom: 50px;
  paint-order: stroke fill;
  -webkit-text-stroke: 14px #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #0F2074;
}

.compareSection__imgSection {
  width: 100%;
  padding: 32px 12px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.compareSection__imgSection img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.compareSection__imgSection-text {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #0F2074;
}

.timerSection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #052659;
  color: #ffffff;
}

.timerSection__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.timerSection__text {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.timerSection__btn {
  margin-bottom: 24px;
  text-align: center;
}
.timerSection__btn .btn {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #5483B3;
  border-radius: 4px;
  background-color: #5483B3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.timerSection__btn .btn:hover {
  background-color: #ffffff;
  color: #5483B3;
}

.timerSection__bottom {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.timerSection_countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  transition: opacity 0.1s;
}
.timerSection_countdown > div {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.timerSection_countdown > div > span {
  width: 66px;
  padding: 10px 5px 5px;
  border-radius: 10px 10px 0 0;
  background: #CD072B;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
.timerSection_countdown .label {
  width: 66px;
  padding: 5px 10px 10px;
  border-radius: 0 0 10px 10px;
  background: #CD072B;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.featuresSection {
  padding-top: 60px;
  padding-bottom: 74px;
}

.featuresSection__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.featuresSection__item {
  position: relative;
  z-index: 1;
}

.featuresSection__item-num {
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -35px;
  right: 0;
  font-size: 230px;
  font-weight: 900;
  line-height: 1;
  color: #C1E8FF;
}

.featuresSection__item-img {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
}
.featuresSection__item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.featuresSection__content {
  position: relative;
}

.featuresSection__item-preheader {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #5483B3;
}
.featuresSection__item-preheader span {
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 24px;
}

.featuresSection__item-header {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.featuresSection__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.ingredientsSection {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #EBEFF7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/images/ingredients/INGREDIENT_sp@2x.png);
}
.ingredientsSection .sectionHeader {
  margin-bottom: 25px;
}

.ingredientsSection__intro {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.ingredientsSection__swiper-slide {
  height: auto;
}

.ingredientsSection__card {
  height: 100%;
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
}

.ingredientsSection__card-img {
  width: 125px;
  height: 125px;
  margin: 0 auto 30px;
  text-align: center;
}
.ingredientsSection__card-img img {
  display: block;
  width: 100%;
  height: auto;
}

.ingredientsSection__card-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #1571DA;
}

.ingredientsSection__card-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.ingredientsSection__swiper-pagination {
  position: static;
  margin-top: 24px;
}
.ingredientsSection__swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 3px;
  border: 1px solid #5483B3;
  background-color: #5483B3;
}
.ingredientsSection__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0F2074;
}

.testimonialsSection {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonialsSection .sectionHeader {
  margin-bottom: 24px;
}

.testimonialsSection__intro {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.testimonialsSection__card-img {
  padding: 0 13.3px 13.3px;
}
.testimonialsSection__card-img img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonialsSection__card-rating {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #FFAE00;
}

.testimonialsSection__card-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.testimonialsSection__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.testimonialsSection__guarantee {
  position: relative;
  margin-top: 105px;
  border: 3px solid #0F2074;
  border-radius: 12px;
}

.testimonialsSection__guarantee-header {
  position: relative;
  margin-top: -40px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #0F2074;
}
.testimonialsSection__guarantee-header span {
  padding: 0 5px;
  background-color: #ffffff;
}

.testimonialsSection__guarantee-topText {
  margin-bottom: 20px;
  padding-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #0F2074;
}

.testimonialsSection__guarantee-img {
  display: block;
  max-width: 267px;
  width: 100%;
  height: auto;
  margin: 0 auto -65px;
}

.testimonialsSection__guarantee-bottomText {
  padding: 90px 22px 53px;
  background: linear-gradient(90deg, #0F2074 0%, #021024 100%);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}

.testimonialsSection__swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-color: #ffffff;
  background-image: url(../assets/images/testimonials/arrow_left.png);
  left: 0;
}

.testimonialsSection__swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-color: #ffffff;
  background-image: url(../assets/images/testimonials/arrow_right.png);
  right: 0;
}

.faqSection {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EBEFF7;
}
.faqSection .sectionHeader {
  margin-bottom: 40px;
}

.faqSection__accordion {
  width: 100%;
  margin: 0 auto;
}

.faqSection__accordion-item {
  margin-bottom: 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.faqSection__accordion-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #F7F9FC;
  padding: 26px 48px 26px 58px;
  transition: background-color 0.3s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}
.faqSection__accordion-header:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  background-color: #5483B3;
  content: "Q";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.faqSection__accordion-header:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 19px;
  width: 10px;
  height: 6px;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.18125 1.54375L0.293751 1.675L8.79375 11.4562C9.08125 11.7875 9.5125 11.9937 9.99375 11.9937C10.475 11.9937 10.9062 11.7812 11.1937 11.4562L19.6875 1.69375L19.8313 1.53125C19.9375 1.375 20 1.1875 20 0.9875C20 0.44375 19.5375 -2.02165e-08 18.9625 -4.53506e-08L1.0375 -8.28877e-07C0.4625 -8.54011e-07 -1.93969e-08 0.443749 -4.3165e-08 0.987499C-5.21805e-08 1.19375 0.0687503 1.3875 0.18125 1.54375Z' fill='black'/%3E%3C/svg%3E");
}

.faqSection__accordion-header.active:after {
  transform: rotate(180deg);
}

.faqSection__accordion-content {
  display: none;
  padding: 24px 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.faqSection__accordion-content.show {
  display: block;
}

.footer {
  padding: 100px 24px;
  background-color: #021024;
}

.footer__img {
  margin-bottom: 24px;
  padding: 0 20px 24px;
  border-bottom: 1px solid #ffffff;
}
.footer__img img {
  display: block;
  max-width: 272px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer__text {
  margin-bottom: 24px;
  font-family: Noto Sans JP;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
}

.footer__copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
  .btn {
    padding: 25px 16px;
    font-size: 20px;
  }
  .nav__logo {
    max-width: 272px;
  }
  .banner {
    flex-direction: row;
    height: calc(100vh - 73px);
    max-height: 810px;
    min-height: 810px;
  }
  .banner__left {
    order: unset;
    width: 50%;
    flex: 0 0 50%;
  }
  .banner__left-wrap {
    flex-direction: column;
    justify-content: flex-end;
    max-width: 700px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding-bottom: 58px;
  }
  .banner__left-bgtext {
    max-width: 86px;
    left: 40px;
    right: auto;
  }
  .banner__left-preheader {
    max-width: none;
    margin-bottom: 33px;
    padding-bottom: 24px;
    font-size: 29px;
  }
  .banner__left-preheader:after {
    height: 15px;
  }
  .banner__left-header {
    font-size: 40px;
  }
  .banner__left-rotating-img {
    top: auto;
    order: 3;
    margin-top: 133px;
    width: 135px;
  }
  .banner__right {
    min-height: 0;
    order: unset;
    width: 50%;
    flex: 0 0 50%;
    padding-right: 24px;
    padding-bottom: 0;
  }
  .banner__right-wrap {
    max-width: 700px;
    width: 100%;
    padding-top: 0;
  }
  .banner__right-tag {
    width: 150px;
    height: 150px;
    top: 6%;
    right: 6%;
  }
  .banner__right-tag:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-width: 0.5px;
  }
  .banner__right-tag span {
    font-size: 20px;
    text-shadow: 0px 3.45px 3.45px rgba(0, 0, 0, 0.25);
  }
  .banner__right-flag {
    top: -23px;
    width: 64px;
  }
  .captionSection {
    padding-top: 32px;
    padding-bottom: 38px;
  }
  .captionSection__text1 {
    font-size: 32px;
  }
  .captionSection__text2 {
    font-size: 48px;
  }
  .sectionHeader {
    margin-bottom: 128px;
  }
  .sectionHeader h2 {
    font-size: 40px;
  }
  .sectionHeader__underline {
    background-image: linear-gradient(transparent calc(100% - 12px), #C1E8FF 10px);
  }
  .concernsSection {
    padding: 100px 0;
  }
  .concernsSection__list {
    row-gap: 40px;
    column-gap: 93px;
    margin-bottom: 85px;
  }
  .concernsSection__item {
    max-width: 304px;
    width: 100%;
  }
  .concernsSection__item:first-of-type {
    max-width: 304px;
    width: 100%;
  }
  .concernsSection__item-img {
    width: 304px;
    height: 304px;
    margin-bottom: 30px;
  }
  .concernsSection__item-img img {
    max-width: 245px;
  }
  .concernsSection__item-title {
    font-size: 26px;
  }
  .concernsSection__bottom-text {
    font-size: 40px;
  }
  .compareSection {
    padding-bottom: 120px;
  }
  .compareSection__preheader {
    max-width: 346px;
    margin-bottom: 14px;
  }
  .compareSection__header {
    margin-bottom: 40px;
    font-size: 64px;
    -webkit-text-stroke: 14px #ffffff;
  }
  .compareSection__imgSection {
    padding-bottom: 60px;
  }
  .compareSection__imgSection img {
    max-width: 600px;
  }
  .compareSection__imgSection-text {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .timerSection__header {
    font-size: 36px;
  }
  .timerSection__text {
    font-size: 22px;
  }
  .timerSection__btn {
    margin-bottom: 20px;
  }
  .timerSection__btn .btn {
    max-width: 500px;
    display: inline-block;
    padding: 12px 16px;
    border: 1px solid #5483B3;
    border-radius: 4px;
    background-color: #5483B3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .timerSection__btn .btn:hover {
    background-color: #ffffff;
    color: #5483B3;
  }
  .timerSection__bottom {
    font-size: 27px;
  }
  .timerSection_countdown {
    gap: 15px;
  }
  .timerSection_countdown > div > span {
    width: 85px;
    padding: 10px 20px;
    font-size: 45px;
  }
  .timerSection_countdown .label {
    width: 85px;
    font-size: 13px;
  }
  .featuresSection {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .featuresSection__list {
    gap: 70px;
  }
  .featuresSection__list > div:nth-child(odd) .featuresSection__item-num {
    left: 0;
    right: auto;
  }
  .featuresSection__list > div:nth-child(odd) .featuresSection__item-img {
    order: 2;
  }
  .featuresSection__list > div:nth-child(odd) .featuresSection__content {
    order: 1;
    padding-right: 75px;
  }
  .featuresSection__list > div:nth-child(even) .featuresSection__content {
    padding-left: 75px;
  }
  .featuresSection__item {
    display: flex;
    align-items: center;
  }
  .featuresSection__item-num {
    top: -100px;
  }
  .featuresSection__item-img {
    width: 53%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .featuresSection__content {
    width: 47%;
  }
  .ingredientsSection {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../assets/images/ingredients/INGREDIENT@2x.png);
  }
  .ingredientsSection__intro {
    margin-bottom: 80px;
  }
  .ingredientsSection__swiper-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
  .ingredientsSection__swiper-slide {
    flex: 0 0 calc(33.3333333333% - 18.75px);
    width: calc(33.3333333333% - 18.75px);
  }
  .ingredientsSection__card {
    padding: 32px 39px;
  }
  .ingredientsSection__card-title {
    font-size: 18px;
  }
  .ingredientsSection__card-text {
    font-size: 16px;
  }
  .testimonialsSection {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .testimonialsSection__intro {
    margin-bottom: 38px;
  }
  .testimonialsSection__swiper-wrapper {
    flex-wrap: wrap;
    gap: 38px;
  }
  .testimonialsSection__swiper-slide {
    width: calc(33.333333333% - 26px);
    flex: 0 0 calc(33.333333333% - 26px);
  }
  .testimonialsSection__card-img {
    padding: 0 14.5px 14.5px;
  }
  .testimonialsSection__guarantee {
    min-height: 320px;
    margin-top: 100px;
  }
  .testimonialsSection__guarantee-topText {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 340px;
    padding-right: 24px;
    font-size: 31px;
    text-align: left;
  }
  .testimonialsSection__guarantee-img {
    position: absolute;
    top: 21px;
    left: 32px;
    margin: 0;
  }
  .testimonialsSection__guarantee-bottomText {
    padding-top: 58px;
    padding-bottom: 66px;
    padding-left: 340px;
    padding-right: 24px;
  }
  .testimonialsSection__swiper-button-prev {
    display: none;
  }
  .testimonialsSection__swiper-button-next {
    display: none;
  }
  .faqSection {
    padding-top: 127px;
    padding-bottom: 120px;
  }
  .faqSection .sectionHeader {
    margin-bottom: 35px;
  }
  .faqSection__accordion-item {
    border-radius: 16px;
  }
  .faqSection__accordion-header {
    padding-left: 143px;
    padding-right: 70px;
    border-radius: 16px;
  }
  .faqSection__accordion-header:before {
    width: 90px;
    font-size: 40px;
  }
  .faqSection__accordion-header:after {
    right: 38px;
    width: 20px;
    height: 12px;
  }
  .faqSection__accordion-content {
    padding: 32px 73px 40px 30px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer__img {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .footer__text {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .ingredientsSection__swiper-slide {
    flex: 0 0 calc(25% - 18.75px);
    width: calc(25% - 18.75px);
  }
  .testimonialsSection__guarantee-topText {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 452px;
    padding-right: 24px;
    text-align: left;
  }
  .testimonialsSection__guarantee-img {
    position: absolute;
    top: 21px;
    left: 85px;
  }
  .testimonialsSection__guarantee-bottomText {
    padding-top: 58px;
    padding-bottom: 66px;
    padding-left: 452px;
    padding-right: 119px;
  }
}

/*# sourceMappingURL=styles.css.map */
