@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

.js-fadeInUpList > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
  -webkit-transition: 920ms ease;
  -o-transition: 920ms ease;
  transition: 920ms ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-fadeInUpList > *:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fadeInUpList > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fadeInUpList > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadeInUpList.active > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-fadeUp {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  -o-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  -webkit-transform: translate(0%, 30px);
  -ms-transform: translate(0%, 30px);
      transform: translate(0%, 30px);
}
.js-fadeUp.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
      transform: translate(0%, 0px);
}

.c-ft--notosansJp {
  font-family: "Noto Sans JP", sans-serif;
}
.c-ft--notoserif {
  font-family: "Noto Serif JP", serif;
}
.c-ft--mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-fc--green {
  color: #286432;
}
.c-fc--orange {
  color: #E68214;
}
.c-fc--brown {
  color: #460000;
}
.c-fc--gray {
  color: #2D2D2D;
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: normal;
}
.c-fw--md {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--bd {
  font-weight: bold;
}

.c-al--l {
  text-align: left;
}
.c-al--c {
  text-align: center;
}
.c-al--r {
  text-align: right;
}

.c-ttl__01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  color: #460000;
}
@media screen and (max-width: 1200px) {
  .c-ttl__01 {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__01 {
    font-size: 33.5px;
    line-height: 1.4;
  }
}
.c-ttl__01 small {
  display: block;
  position: relative;
  font-size: 22px;
  padding-bottom: 27px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .c-ttl__01 small {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__01 small {
    font-size: 14.5px;
    padding-bottom: 18px;
    margin-bottom: 7px;
    line-height: 1;
  }
}
.c-ttl__01 small:before {
  position: absolute;
  content: url("../images/ttl-line.svg");
  width: 100%;
  max-width: 268px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl__01 small:before {
    max-width: 174px;
  }
}

/* ====================================================
common
==================================================== */
/* ====================================================
Pages
==================================================== */
.new header.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

header.relative {
  position: relative;
  z-index: 9999;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page-products_spread_soy_index {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/soy-bg.jpg);
}
@media screen and (max-width: 768px) {
  #page-products_spread_soy_index .topic_path {
    display: none;
  }
}
#page-products_spread_soy_index .topic_path li,
#page-products_spread_soy_index .topic_path li a {
  color: black;
}
#page-products_spread_soy_index .content_bottom {
  background: white;
}

.inner--1080 {
  max-width: 1080px;
}

.page-soy__ttl {
  margin: 42px 0 60px;
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2s forwards;
          animation: mv02 1.5s ease 2s forwards;
}
@media screen and (max-width: 768px) {
  .page-soy__ttl {
    margin: 108px 2px 106px;
  }
}
.page-soy__top, .page-soy__date {
  position: absolute;
  right: 18.4%;
  opacity: 0;
  -webkit-animation: mv02 1.5s ease 2.5s forwards;
          animation: mv02 1.5s ease 2.5s forwards;
}
@media screen and (max-width: 1200px) {
  .page-soy__top, .page-soy__date {
    right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .page-soy__top, .page-soy__date {
    right: 20px;
  }
}
.page-soy__top {
  top: 0;
  width: 108px;
}
@media screen and (max-width: 768px) {
  .page-soy__top {
    width: 59px;
    left: 20px;
    right: auto;
  }
}
.page-soy__top > * {
  display: block;
  width: 100%;
}
.page-soy__date {
  top: 247px;
  width: 108px;
}
@media screen and (max-width: 768px) {
  .page-soy__date {
    width: 138px;
    top: 10px;
    right: 53px;
  }
}
.page-soy__date > * {
  display: block;
  width: 100%;
}
@media screen and (min-width: 621px) {
  .page-soy__anchor {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 620px) {
  .page-soy__anchor-nav {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 66px;
    width: 100%;
    height: calc(100vh - 66px);
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 116px 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
  }
  .page-soy__anchor-nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .page-soy__anchor-nav * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-soy__anchor-menu {
  background: #460000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: center;
  font-size: 18px;
  line-height: 1.2994444444;
  overflow: hidden;
  border-radius: 56px;
}
@media screen and (max-width: 768px) {
  .page-soy__anchor-menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  .page-soy__anchor-menu {
    background: transparent;
    display: block;
    text-align: left;
    font-size: 25px;
    line-height: 1.2;
    border-radius: 0;
    overflow: initial;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 621px) {
  .page-soy__anchor-menu > * {
    width: 25%;
  }
}
@media screen and (max-width: 620px) {
  .page-soy__anchor-menu > * {
    border-bottom: 2px solid #A28080;
  }
  .page-soy__anchor-menu > *:first-child {
    border-top: 2px solid #A28080;
  }
}
.page-soy__anchor-menu > * a {
  color: white;
  height: 56px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 620px) {
  .page-soy__anchor-menu > * a {
    color: #460000;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 104px;
    padding: 6px 0 6px 59px;
  }
}
.page-soy__anchor-menu > * a::after {
  position: absolute;
  content: "";
  width: 2px;
  background: white;
  right: -1px;
  top: 15px;
  bottom: 15px;
}
.page-soy__anchor-menu > * a > *:not(.ico) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page-soy__anchor-menu > * a .ico {
  position: absolute;
  width: 30px;
  text-align: center;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 621px) {
  .page-soy__anchor-menu > * a .ico {
    display: none;
  }
}
.page-soy__anchor-menu > *:nth-child(4n+4) a::after {
  display: none;
}
.page-soy__anchor-mobile {
  position: fixed;
  z-index: 3;
  top: 65px;
  right: 0;
  width: 52px;
  height: 55px;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 620px) {
  .page-soy__anchor-mobile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.page-soy__anchor-mobile > * {
  width: 26px;
  height: 22px;
  position: relative;
}
.page-soy__anchor-mobile > * span {
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  left: 0;
  background: #460000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-soy__anchor-mobile > * span:first-child {
  top: 0;
}
.page-soy__anchor-mobile > * span:nth-child(2) {
  top: calc(50% - 1px);
}
.page-soy__anchor-mobile > * span:last-child {
  bottom: 0;
}
.page-soy__anchor-mobile.is-close {
  background: transparent;
}
.page-soy__anchor-mobile.is-close > * span {
  background: #460000;
}
.page-soy__anchor-mobile.is-close > * span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 48%;
}
.page-soy__anchor-mobile.is-close > * span:nth-child(2) {
  opacity: 0;
}
.page-soy__anchor-mobile.is-close > * span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 48%;
}
.page-soy__anchor--fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  background: #460000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 620px) {
  .page-soy__anchor--fixed {
    display: none;
  }
}
.page-soy__anchor--fixed.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-soy__anchor--fixed .page-soy__anchor-nav {
  max-width: 1080px;
  margin: 0 auto;
}
.page-soy__anchor--fixed .page-soy__anchor-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .page-soy__anchor--fixed .page-soy__anchor-menu > * {
    width: 50%;
    border-bottom: 1px solid white;
  }
}
.page-soy__anchor--fixed .page-soy__anchor-menu > * a {
  height: 40px;
}
.page-soy__anchor--fixed .page-soy__anchor-menu > * a::after {
  top: 11px;
  bottom: 11px;
}
.page-soy__bg {
  position: absolute;
  z-index: -1;
  content: "";
  overflow: hidden;
  width: 100vw;
  height: 100%;
}
.page-soy__bg--first {
  top: 0;
  left: -5.35vw;
}
@media screen and (max-width: 768px) {
  .page-soy__bg--first {
    left: -9.7vw;
  }
}
.page-soy__bg--first .page-soy__bg-img {
  width: 38.34vw;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-soy__bg--first .page-soy__bg-img {
    width: 59.2vw;
    margin-top: -6px;
  }
}
.page-soy__bg--second {
  top: 0;
  right: -3.3vw;
}
@media screen and (max-width: 768px) {
  .page-soy__bg--second {
    right: -14.8vw;
  }
}
.page-soy__bg--second .page-soy__bg-img {
  width: 35vw;
  margin-top: -30px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-soy__bg--second .page-soy__bg-img {
    width: 55.4666666667vw;
    margin-top: 5px;
  }
}
.page-soy__bg-img {
  -webkit-animation: mv01 2.5s ease forwards;
          animation: mv01 2.5s ease forwards;
}
.page-soy__bg-img > * {
  width: 100%;
}

@-webkit-keyframes mv01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes mv01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes mv02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.margarine-box {
  max-width: 872px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .margarine-box {
    padding: 0 11px;
  }
}
.margarine-box__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 38px 24px 58px;
  background: #FFEFD2;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .margarine-box__flex {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .margarine-box__flex {
    padding: 22px 24px 21px;
    border-radius: 17px;
  }
}
.margarine-box__left {
  width: calc(60.95% - 15px);
  max-width: 435px;
  padding: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .margarine-box__left {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.margarine-box__ttl {
  font-size: 36px;
  line-height: 1.3541666667;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin: 0 0 12px -1px;
}
@media screen and (max-width: 768px) {
  .margarine-box__ttl {
    margin: 0 -2px 3px -1px;
  }
}
.margarine-box__txt {
  font-size: 21px;
  line-height: 1.839047619;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 900px) {
  .margarine-box__txt {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) {
  .margarine-box__txt {
    font-size: 14px;
  }
}
.margarine-box__img {
  width: 39.05%;
}
@media screen and (max-width: 768px) {
  .margarine-box__img {
    width: 100%;
    padding: 16px 21px 0 29px;
    text-align: center;
  }
}
.margarine-box__note {
  font-size: 15px;
  line-height: 2.5746666667;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  margin: -2px 0 0;
}
@media screen and (max-width: 900px) {
  .margarine-box__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .margarine-box__note {
    font-size: 9px;
  }
}

@-webkit-keyframes actionMove {
  0%, 49.9% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50%, 99.9% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes actionMove {
  0%, 49.9% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50%, 99.9% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes actionMoveRight {
  0%, 49.9% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50%, 99.9% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes actionMoveRight {
  0%, 49.9% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50%, 99.9% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.commitments-box {
  padding: 80px 0 138px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .commitments-box {
    padding: 50px 0 63px;
  }
}
.commitments-box::before, .commitments-box::after {
  position: absolute;
  z-index: -1;
}
.commitments-box::before {
  content: url(../images/commitments-ico-01.svg);
  width: 173px;
  top: -41px;
  right: 9.65%;
  -webkit-animation: actionMove 2s linear infinite;
          animation: actionMove 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .commitments-box::before {
    width: 87px;
    right: auto;
    left: -12px;
    top: -2px;
  }
}
.commitments-box::after {
  content: url(../images/commitments-ico-02.svg);
  width: 116px;
  top: 38.2%;
  left: 4.4%;
  -webkit-animation: actionMove 2s linear infinite;
          animation: actionMove 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .commitments-box::after {
    display: none;
  }
}
.commitments-box__inner {
  max-width: 1100px;
}
.commitments-box__ttl {
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .commitments-box__ttl {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 768px) {
  .commitments-box__list {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.commitments-box__list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.commitments-box__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.commitments-box__list-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.commitments-box__list-item:nth-child(1) {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(1) {
    margin-bottom: 34px;
  }
}
.commitments-box__list-item:nth-child(1) .commitments-box__list-ct {
  max-width: 510px;
  padding: 10px 0 0;
}
.commitments-box__list-item:nth-child(1) .commitments-box__list-img {
  padding: 0 0 0 48px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(1) .commitments-box__list-img {
    padding: 22px 15px 0 0;
  }
  .commitments-box__list-item:nth-child(1) .commitments-box__list-img img {
    width: 280px;
  }
}
.commitments-box__list-item:nth-child(2) {
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(2) {
    margin-bottom: 34px;
  }
}
.commitments-box__list-item:nth-child(2) .commitments-box__list-ct {
  max-width: 501px;
  margin: 109px auto 0;
}
.commitments-box__list-item:nth-child(2) .commitments-box__list-ttl {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(2) .commitments-box__list-ttl {
    margin-bottom: 4px;
  }
}
.commitments-box__list-item:nth-child(2) .commitments-box__list-img {
  padding: 0 0 0 2px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(2) .commitments-box__list-img {
    padding: 19px 0 0 0;
  }
  .commitments-box__list-item:nth-child(2) .commitments-box__list-img img {
    max-width: 288px;
  }
}
.commitments-box__list-item:nth-child(3) {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(3) {
    margin-bottom: 34px;
  }
}
.commitments-box__list-item:nth-child(3) .commitments-box__list-ct {
  max-width: 508px;
  margin-top: 92px;
}
.commitments-box__list-item:nth-child(3) .commitments-box__list-img {
  padding: 0 0 0 31px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(3) .commitments-box__list-img {
    padding: 20px 15px 0 0;
  }
  .commitments-box__list-item:nth-child(3) .commitments-box__list-img img {
    max-width: 290px;
  }
}
.commitments-box__list-item:nth-child(4) {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(4) {
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
  }
  .commitments-box__list-item:nth-child(4)::after {
    position: absolute;
    z-index: -1;
    content: url(../images/commitments-ico-02-sp.svg);
    width: 70px;
    top: -16px;
    left: auto;
    right: 6px;
    -webkit-animation: actionMove 2s linear infinite;
            animation: actionMove 2s linear infinite;
  }
}
.commitments-box__list-item:nth-child(4) .commitments-box__list-ct {
  padding: 0 18px 0 39px;
}
.commitments-box__list-item:nth-child(4) .commitments-box__list-img {
  padding: 36px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(4) .commitments-box__list-img {
    padding: 28px 2px 0 0;
  }
  .commitments-box__list-item:nth-child(4) .commitments-box__list-img img {
    max-width: 287px;
  }
}
.commitments-box__list-item:nth-child(5) .commitments-box__list-ct {
  max-width: 508px;
  padding: 50px 0 0;
}
.commitments-box__list-item:nth-child(5) .commitments-box__list-img {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-item:nth-child(5) .commitments-box__list-img {
    padding: 20px 1px 0 0;
  }
  .commitments-box__list-item:nth-child(5) .commitments-box__list-img img {
    max-width: 284px;
  }
}
.commitments-box__list-ct {
  width: calc(52% - 15px);
}
@media screen and (max-width: 768px) {
  .commitments-box__list-ct {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.commitments-box__list-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-ttl {
    margin-bottom: 15px;
  }
}
.commitments-box__list-ttl > * {
  display: block;
}
.commitments-box__list-ttl small {
  margin: 0 0 19px -5px;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-ttl small {
    width: 84px;
    margin: 0 0 14px -2px;
  }
}
.commitments-box__list-txt {
  font-size: 18px;
  line-height: 1.89;
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .commitments-box__list-txt {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 768px) {
  .commitments-box__list-txt {
    font-size: 13.5px;
    line-height: 1.9;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    margin-bottom: 9px;
  }
}
.commitments-box__list-txt:last-child {
  margin-bottom: 0;
}
.commitments-box__list-txt small {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1200px) {
  .commitments-box__list-txt small {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  .commitments-box__list-txt small {
    font-size: 11px;
  }
}
.commitments-box__list-note {
  font-size: 14px;
  line-height: 1.6707142857;
  padding: 13px 0 15px;
  background-image: url(../images/commitments-line.png), url(../images/commitments-line.png);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}
@media screen and (max-width: 1200px) {
  .commitments-box__list-note {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  .commitments-box__list-note {
    font-size: 11px;
    padding: 11px 0;
    line-height: 1.75;
  }
}
.commitments-box__list-img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .commitments-box__list-img {
    width: 100%;
    text-align: center;
  }
}

.point-box {
  padding-bottom: calc(7.25vw + 73px);
}
@media screen and (max-width: 768px) {
  .point-box {
    padding: 0 11px;
    padding-bottom: calc(13.3333333333vw + 73px);
  }
}
.point-box__inner {
  position: relative;
  z-index: 1;
  overflow: initial;
}
.point-box__inner::before {
  position: absolute;
  z-index: -1;
  content: url(../images/point-ico.svg);
  width: 15.0925925926%;
  top: -40px;
  right: 2.2%;
  -webkit-animation: actionMove 2s linear infinite;
          animation: actionMove 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .point-box__inner::before {
    content: url(../images/commitments-ico-01.svg);
    width: 87px;
    top: -65px;
    right: auto;
    left: -32px;
  }
}
.point-box__ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .point-box__ttl {
    margin-bottom: 18px;
  }
}
.point-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .point-box__list {
    gap: 11px;
  }
}
.point-box__list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.point-box__list-item {
  width: calc(50% - 10px);
  background: #FFFFE6;
  position: relative;
  padding: 51px 60px 54px;
}
@media screen and (max-width: 1200px) {
  .point-box__list-item {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-item {
    width: 100%;
    padding: 30px 22px 25px 25px;
  }
}
.point-box__list-item:first-child {
  width: 100%;
}
@media screen and (max-width: 620px) {
  .point-box__list-item:nth-of-type(2) .point-box__list-txt {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .point-box__list-item:last-child .point-box__list-ttl {
    padding: 4px 0 3px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-item:last-child .point-box__list-ttl {
    padding-top: 1px;
    padding-bottom: 14px;
  }
}
.point-box__list-item::before {
  position: absolute;
  content: "";
  border: 2px solid #487F47;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .point-box__list-item::before {
    border-width: 1px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
}
.point-box__list-flex {
  padding: 59px 57px 34px;
}
@media screen and (max-width: 1200px) {
  .point-box__list-flex {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-flex {
    padding: 29px 23px 20px 25px;
  }
}
@media screen and (min-width: 769px) {
  .point-box__list-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .point-box__list-flex .point-box__list-ct {
    width: 60.7%;
  }
}
@media screen and (min-width: 769px) {
  .point-box__list-flex .point-box__list-ttl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-flex .point-box__list-ttl {
    margin: 0 -5px 19px 0;
    padding: 0 0 0 4px;
  }
}
@media screen and (min-width: 769px) {
  .point-box__list-flex .point-box__list-img {
    width: 37.4%;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-flex .point-box__list-img {
    text-align: center;
    margin-bottom: 12px;
  }
}
.point-box__list-ttl {
  margin: 0 -7px 14px;
}
@media screen and (max-width: 768px) {
  .point-box__list-ttl {
    margin: 0 -7px 8px 0;
    padding: 0 0 0 2px;
  }
}
.point-box__list-txt {
  font-size: 15px;
  line-height: 2.504;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: url(../images/point-line.png);
  padding-bottom: 1px;
  margin-bottom: 13px;
  letter-spacing: 0.035em;
  min-height: 114px;
}
@media screen and (max-width: 768px) {
  .point-box__list-txt {
    font-size: 12px;
    line-height: 2.37;
    padding: 0 0 2px 4px;
    background-image: url(../images/point-line-sp.png);
    background-size: 287px auto;
    margin-bottom: 29px;
    min-height: auto;
  }
  .point-box__list-txt.ios {
    background-image: url(../images/point-line-sp-safari.png);
  }
}
.point-box__list-txt:last-child {
  margin-bottom: 0;
}
.point-box__list-note {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .point-box__list-note {
    letter-spacing: 0;
  }
}
.point-box__list-note dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.6533333333;
}
@media screen and (max-width: 1200px) {
  .point-box__list-note dl {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__list-note dl {
    font-size: 9px;
    line-height: 1.8;
    display: block;
  }
}
.point-box__list-note dl dt {
  width: 150px;
  width: 55px;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .point-box__list-note dl dt {
    display: inline;
    padding: 0;
  }
}
.point-box__list-note dl dd {
  width: calc(100% - 55px);
}
@media screen and (max-width: 768px) {
  .point-box__list-note dl dd {
    display: inline;
  }
}

.recipe-box {
  background: white;
  position: relative;
  padding: 0 0 39px;
}
@media screen and (max-width: 768px) {
  .recipe-box {
    padding: 0 0 59px;
  }
}
.recipe-box::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: calc(100% - 0.35vw);
  left: 0;
  background: url(../images/soy-bg-02.svg) center top/contain no-repeat;
  height: 7.25vw;
}
@media screen and (max-width: 768px) {
  .recipe-box::before {
    background: url(../images/soy-bg-02-sp.svg) center top/contain no-repeat;
    height: 13.3333333333vw;
  }
}
.recipe-box__inner {
  top: -19px;
  position: relative;
  z-index: 1;
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .recipe-box__inner {
    top: 0;
    padding-top: 22px;
  }
}
.recipe-box__inner::before, .recipe-box__inner::after {
  position: absolute;
  z-index: -1;
}
.recipe-box__inner::before {
  content: "";
  top: 46px;
  left: -0.7%;
  width: 225px;
  height: 181px;
  background: url(../images/recipe-ico-01.png) center/contain no-repeat;
  -webkit-animation: actionMove 2s linear infinite;
          animation: actionMove 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .recipe-box__inner::before {
    top: -94px;
    left: 3.9%;
    width: 123px;
    height: 99px;
  }
}
.recipe-box__inner::after {
  content: "";
  top: 31px;
  right: -1.1%;
  width: 226px;
  height: 177px;
  background: url(../images/recipe-ico-02.png) center/contain no-repeat;
  -webkit-animation: actionMoveRight 2s linear infinite;
          animation: actionMoveRight 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .recipe-box__inner::after {
    top: -101px;
    right: 0.4%;
    width: 135px;
    height: 107px;
  }
}
.recipe-box__ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .recipe-box__ttl {
    margin-bottom: 18px;
  }
}
.recipe-box__des {
  font-size: 21px;
  line-height: 1.6871428571;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .recipe-box__des {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-box__des {
    font-size: 15px;
  }
}
.recipe-box__txt {
  font-size: 18px;
  line-height: 1.8111111111;
  margin-bottom: 49px;
}
@media screen and (max-width: 1200px) {
  .recipe-box__txt {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-box__txt {
    font-size: 13.5px;
    line-height: 1.7322222222;
  }
}
.recipe-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .recipe-box__list {
    gap: 30px;
  }
}
@media screen and (max-width: 620px) {
  .recipe-box__list {
    gap: 28px;
    margin-bottom: 37px;
  }
}
.recipe-box__list > * {
  width: calc(33.33% - 40px);
}
@media screen and (max-width: 768px) {
  .recipe-box__list > * {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 620px) {
  .recipe-box__list > * {
    width: 77%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .recipe-box__list > * {
    width: 100%;
  }
}
.recipe-box__list-img {
  margin-bottom: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recipe-box__list-img {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 620px) {
  .recipe-box__list-img {
    position: relative;
  }
  .recipe-box__list-img::before {
    display: block;
    content: "";
    padding-bottom: 67.6363636364%;
  }
}
.recipe-box__list-img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 620px) {
  .recipe-box__list-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
    border-radius: 8px;
  }
}
.recipe-box__list-ttl {
  font-size: 22px;
  text-align: center;
}

.button_brown {
  background: white;
  border-color: #460000;
  color: #460000;
}
.button_brown::after {
  border-top-color: #460000;
  border-right-color: #460000;
}

.button_lage {
  max-width: 491px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 21px 0;
}
@media screen and (max-width: 768px) {
  .button_lage {
    padding: 15px 0;
  }
}
.button_lage span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

.id-box {
  display: block;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 900px) {
  .id-box {
    top: -100px;
  }
}
@media screen and (max-width: 620px) {
  .id-box {
    top: -40px;
  }
}
/*# sourceMappingURL=maps/soy.css.map */
