@charset "UTF-8";
/**** 共通カラー ****/
.animation_text_wrap {
  position: relative;
  background-color: #a3d6ca;
}

.c-text {
  font-family: "NotoSerifJP-Bold";
  color: #ffffff;
  overflow: hidden;
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding: 16px 0;
}
.c-text .c-text__wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: infinity-scroll-left 60s linear infinite;
  will-change: transform;
}
.c-text .c-text__item {
  display: inline-block;
  padding: 0 10px;
}

.section-mv {
  padding-bottom: 50px;
}
.section-mv .swiper-pagination-bullet-active {
  background-color: #3e3a39;
}

.section-catch {
  padding: 120px 0 200px 0;
}
@media screen and (max-width: 768px) {
  .section-catch {
    padding: 104px 0 138px 0;
  }
}
.section-catch h1 {
  font-size: clamp(3.2rem, 3.2vw, 4.6rem);
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .section-catch h1 {
    font-size: clamp(3.4rem, 3.2vw, 4.6rem);
    margin: 0 auto 21px;
  }
}
.section-catch .text_sub {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-catch .text_sub {
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.section-catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #3e3a39;
  bottom: 64px;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-catch::after {
    height: 40px;
    bottom: 40px;
  }
}

.section-about .about_amino_acids {
  background-image: url(../image/about_amino_acids.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 192px;
  padding-bottom: 256px;
}
@media screen and (max-width: 768px) {
  .section-about .about_amino_acids {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
}
.section-about .about_amino_acids .about_tittle {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-about .about_amino_acids .about_tittle {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 7.5px 10px;
  }
}
.section-about .about_amino_acids h2 {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(5rem, 5.5vw, 6rem);
  color: #fff;
  line-height: 1.4333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-about .about_amino_acids h2 {
    font-size: clamp(2.4rem, 3vw, 3.2rem);
    padding-bottom: 8px;
  }
}
.section-about .about_amino_acids .about_sub_text {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(3.2rem, 3.2vw, 4.6rem);
  color: #fff;
  line-height: 1.4347826087;
  text-align: center;
}
.section-about .about_amino_acids .about_sub_text > span {
  transform: translateY(-3px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-about .about_amino_acids .about_sub_text > span {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .section-about .about_amino_acids .about_sub_text {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.section-about .more_btn {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  margin: auto;
  background-color: #3e3a39;
  text-align: center;
  transition: ease 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-about .more_btn {
    width: 60px;
    height: 60px;
  }
}
.section-about .more_btn span {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .section-about .more_btn span {
    line-height: 60px;
  }
}
.section-about .more_btn:hover {
  transform: translateY(50%) scale(1.05);
}

.section-about_explanation {
  padding-top: 104px;
  padding-bottom: 226px;
}
@media screen and (max-width: 768px) {
  .section-about_explanation {
    padding-top: 63px;
    padding-bottom: 137px;
  }
}
.section-about_explanation .explanation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .section-about_explanation .explanation_wrap {
    padding: 0;
    text-align: center;
  }
}
.section-about_explanation .explanation_wrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-about_explanation .explanation_wrap h3 {
    width: 100%;
    margin-bottom: 31px;
  }
}
.section-about_explanation .explanation_wrap .description {
  max-width: 450px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-about_explanation .explanation_wrap .description {
    font-size: clamp(1.3rem, 1.25vw, 1.6rem);
  }
}
.section-about_explanation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #3e3a39;
  bottom: 40px;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-about_explanation::after {
    height: 40px;
  }
}

.section-products {
  padding-bottom: 263px;
}
@media screen and (max-width: 768px) {
  .section-products {
    padding-bottom: 130px;
  }
}
.section-products::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #3e3a39;
  bottom: 40px;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-products::after {
    height: 40px;
    bottom: 20px;
  }
}
.section-products h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSerifJP-Bold";
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .section-products h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 7.5px 20px;
  }
}
.section-products .description {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-products .description {
    margin-top: 16px;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.section-products .products_menu {
  display: flex;
  width: 100%;
  border-top: solid 1px #3e3a39;
  border-bottom: solid 1px #3e3a39;
}
.section-products .products_menu li {
  border-right: solid 1px #3e3a39;
  text-align: center;
  width: 25%;
}
.section-products .products_menu li:last-of-type {
  border-right: none;
}
.section-products .products_menu li a {
  padding: 16px 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSerifJP-SemiBold";
  background-color: #f2f2f2;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-products .products_menu li a {
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.section-products .products_menu li a:hover {
  color: #ffffff;
  background-color: #3e3a39;
}
.section-products .products_wrap {
  padding: 140px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-products .products_wrap {
    padding: 80px 0;
  }
}
.section-products .products_wrap img {
  max-width: 295px;
}
@media screen and (max-width: 768px) {
  .section-products .products_wrap img {
    width: 52.5%;
  }
}
.section-products .products_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-products .products_list {
    width: 100%;
  }
}
.section-products .products_list li {
  width: 45%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-products .products_list li {
    width: 100%;
    margin-bottom: 70px;
  }
}
.section-products .products_list li > p {
  background-color: #f2f2f2;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSerifJP-Bold";
  height: 48px;
  line-height: 48px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
.section-products .products_list li a {
  position: relative;
}
.section-products .products_list li a::after {
  content: "more";
  position: absolute;
  width: 60px;
  aspect-ratio: 1;
  background-color: #3e3a39;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 60px;
  z-index: 2;
  border-radius: 50%;
  transform: translateY(50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-products .products_list li a::after {
    font-size: 1.2rem;
    width: 50px;
    line-height: 50px;
  }
}
.section-products .products_list li a:hover::after {
  transform: translateY(50%) scale(1.05);
}

.section-campaign {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-campaign {
    padding-bottom: 77px;
  }
}
.section-campaign h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSerifJP-Bold";
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .section-campaign h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign .w1200.campaign-wrapper {
    width: 100%;
  }
}
.section-campaign .campaign_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign_wrap {
    margin-top: 0;
  }
}
.section-campaign .campaign_wrap .campaign_image {
  width: 55.2777777778vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign_wrap .campaign_image {
    width: 100%;
    margin: 0;
  }
}
.section-campaign .campaign_wrap .campaign_description {
  width: 31.16%;
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign_wrap .campaign_description {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    text-align: center;
  }
}
.section-campaign .campaign_wrap .campaign_description h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.8;
  margin-bottom: 22px;
}
.section-campaign .campaign_wrap .campaign_description h3::after {
  content: "";
  display: block;
  background-color: #3e3a39;
  width: 60px;
  height: 1px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign_wrap .campaign_description h3::after {
    width: 40px;
    margin: 15px auto 12px;
  }
}
.section-campaign .campaign_wrap .campaign_description .day {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign_wrap .campaign_description .day {
    margin-bottom: 31px;
  }
}
.section-campaign .campaign_wrap .campaign_description .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}/*# sourceMappingURL=top.css.map */