.p-food {
  padding: 80px 0 108px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-food {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-food {
    padding: 44px 0 39px;
  }
}

.p-food__contents {
  width: 67.2%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-food__contents {
    min-width: 800px;
  }
}
@media screen and (max-width: 899px) {
  .p-food__contents {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer {
    width: 90%;
    margin: 0 auto;
  }
}
.p-food__contents-topic-spencer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-food__contents-topic-spencer-list-item:nth-of-type(2) {
  margin: 0 1rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item:nth-of-type(2) {
    margin: 0 0.5rem;
  }
}
.p-food__contents-topic-spencer-list-item.is-sdgs {
  width: 20rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item.is-sdgs {
    width: 25rem;
  }
}
.p-food__contents-topic-spencer-list-item.is-saganori {
  width: 34rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item.is-saganori {
    width: 40rem;
  }
}
.p-food__contents-topic-spencer-list-item.is-kumiai {
  width: 30rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item.is-kumiai {
    width: 40rem;
  }
}
.p-food__contents-topic-spencer-list-item:nth-of-type(2).is-put {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -0.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item:nth-of-type(2).is-put {
    font-size: 1.2rem;
    margin-top: -0.25rem;
    margin-left: 1rem;
  }
}
.p-food__contents-topic-spencer-list-item:nth-of-type(4).is-put {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -0.5rem;
  margin-left: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-spencer-list-item:nth-of-type(4).is-put {
    font-size: 1.2rem;
    margin-top: -0.25rem;
    margin-right: 1rem;
  }
}
.p-food__contents-topic-detail a {
  color: var(--color-orange);
}
@media screen and (min-width: 900px) {
  .p-food__contents-topic-detail a:hover {
    text-decoration: underline;
  }
}
.p-food__contents-topic-detail .is-normal {
  display: block;
  font-weight: 400;
  margin-bottom: 3rem;
}
.p-food__contents-topic-detail .is-cap {
  display: block;
  color: var(--color-orange);
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 899px) {
  .p-food__contents-topic-detail .is-cap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  .p-food__contents-list {
    width: 87%;
    margin: 0 auto;
  }
}
.p-food__contents-list-item .p-in-title {
  text-align: center;
}

.l-product__topic-head {
  margin-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .l-product__topic-head {
    margin-bottom: 15px;
  }
}
.l-product__topic-image {
  width: 40%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 899px) {
  .l-product__topic-image {
    width: 55%;
  }
}