.recipe--02 .recipe__main-visual {
  width: 100%;
  margin: 0 auto 44px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .recipe__main-visual {
    margin: 0 auto 32px;
  }
}
.recipe--02 .recipe__main-visual img {
  max-width: 100%;
  height: auto;
}
.recipe--02 .ingredients-process {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  position: static;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients-process {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.recipe--02 .ingredients {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients {
    width: calc(50% - 12px);
    position: sticky;
    top: 0;
    max-height: 100dvh;
  }
}
@media screen and (min-width: 768px) {
  .recipe--02 .ingredients {
    width: calc(33.33% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .recipe--02 .ingredients {
    width: calc(33.33% - 16px);
  }
}
.recipe--02 .ingredients__head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients__head {
    justify-content: flex-start;
  }
}
.recipe--02 .ingredients__head__title {
  font-size: 1.625rem;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients__head__title {
    font-size: 2rem;
  }
}
.recipe--02 .ingredients__head__amount {
  margin-left: 16px;
  font-size: 1.25rem;
  font-weight: 500;
}
.recipe--02 .ingredients__list {
  margin: 32px 0 0;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients__list {
    overflow-y: auto;
    max-height: calc(100dvh - 80px);
    padding-bottom: 24px;
  }
}
.recipe--02 .ingredients__list > *:first-child {
  border-top: 1px solid #e6e6e6;
}
.recipe--02 .ingredients__item {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients__item {
    margin: 0 16px;
  }
}
.recipe--02 .ingredients__item__name {
  text-align: left;
}
.recipe--02 .ingredients__item__sum {
  text-align: right;
  margin-left: 16px;
  flex-grow: 10;
}
.recipe--02 .ingredients__group {
  margin: 0 0 0 0;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 576px) {
  .recipe--02 .ingredients__group {
    margin: 0 0 0 15px;
  }
}
.recipe--02 .ingredients__group__name {
  display: block;
  padding: 16px 0;
  font-weight: 700;
}
.recipe--02 .ingredients__group__list {
  border-left: 2px solid #CCCCCC;
  margin: 0 0 0 4px;
}
.recipe--02 .ingredients__group__item {
  margin-left: 12px;
}
.recipe--02 .ingredients__group__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.recipe--02 .lead {
  margin: 0 auto 32px;
  text-align: center;
}
.recipe--02 .lead__text {
  font-size: 1.625rem;
  margin-bottom: 16px;
}
.recipe--02 .lead__time {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .recipe--02 .lead__time {
    font-size: 1.25rem;
  }
}

.recipe--02 .process {
  width: 100%;
  margin-top: 48px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .process {
    width: calc(50% - 12px);
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .recipe--02 .process {
    width: calc(66.66% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .recipe--02 .process {
    width: calc(66.66% - 32px);
  }
}
.recipe--02 .process__title {
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .recipe--02 .process__title {
    font-size: 2rem;
    justify-content: flex-start;
  }
}
.recipe--02 .process__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recipe--02 .process__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recipe--02 .process__list:has(.process__image:not(.process__image--dummy)) .process__image,
  .recipe--02 .process__list:has(.process__image:not(.process__image--dummy)) .process__image--dummy {
    display: block;
  }
}
.recipe--02 .process__item {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.recipe--02 .process__item:nth-of-type(n+2) {
  margin-top: 48px;
}
.recipe--02 .process__item:last-of-type {
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .process__item:last-of-type {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .recipe--02 .process__item {
    width: calc(50% - 12px);
  }
  .recipe--02 .process__item:nth-of-type(2) {
    margin-top: 0px;
  }
  .recipe--02 .process__item:nth-of-type(n+3) {
    margin-top: 48px;
  }
}
.recipe--02 .process__num {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .process__num {
    font-size: 1.625rem;
  }
}
.recipe--02 .process__num i {
  font-style: normal;
}
.recipe--02 .process__image {
  margin: 0 auto 12px;
  width: 100%;
  height: auto;
}
.recipe--02 .process__image--dummy {
  display: none;
}
.recipe--02 .process__image img {
  width: 100%;
  height: auto;
}
.recipe--02 .process__text__head {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
}

.recipe--02 .products {
  background: #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .products {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 27px;
  }
}
@media screen and (min-width: 576px) {
  .recipe--02 .products {
    padding-right: 40px;
  }
}
.recipe--02 .products__image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .recipe--02 .products__image {
    width: calc(25% - 16px);
  }
}
.recipe--02 .products__image__container {
  width: 100%;
  padding: 7.224% 28.89%;
}
@media screen and (min-width: 576px) {
  .recipe--02 .products__image__container {
    padding: 3.92% 25.71%;
  }
}
.recipe--02 .products__image__container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recipe--02 .products__text {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .products__text {
    width: calc(75% - 16px);
    margin-top: unset;
  }
}
.recipe--02 .products__links {
  margin: 16px auto 0 0;
}
.recipe--02 .products__links .cmp-list {
  gap: 16px 24px;
}

.recipe--02 .qr {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 48px;
}
.recipe--02 .qr__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recipe--02 .qr__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.recipe--02 .qr__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.recipe--02 .qr__item:nth-of-type(n+2) {
  margin-top: 32px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .qr__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .recipe--02 .qr__item {
    width: calc(50% - 16px);
  }
  .recipe--02 .qr__item:nth-of-type(n+2) {
    margin-top: 0px;
  }
}
.recipe--02 .qr__item__image {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 576px) {
  .recipe--02 .qr__item__image {
    width: 34.24%;
  }
}
.recipe--02 .qr__item__image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .recipe--02 .qr__item__image img {
    max-width: unset;
  }
}
.recipe--02 .qr__item__text {
  margin-top: 32px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .qr__item__text {
    margin-top: unset;
    margin-left: 32px;
    width: calc(65.74% - 32px);
  }
}

.recipe--02 .related-links__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.recipe--02 .related-links__item {
  width: 100%;
}
.recipe--02 .related-links__item:nth-of-type(n+2) {
  margin-top: 32px;
}
@media screen and (min-width: 576px) {
  .recipe--02 .related-links__item {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .recipe--02 .related-links__item {
    max-width: calc(50% - 16px);
  }
  .recipe--02 .related-links__item:nth-of-type(2n) {
    margin-top: unset;
    margin-left: 32px;
  }
  .recipe--02 .related-links__item:nth-of-type(2n+3) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .recipe--02 .related-links__item {
    width: 515px;
  }
}
.recipe--02 .related-links__item a {
  border: 1px solid;
  width: 100%;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  transition: background-color 0.3s;
}
.recipe--02 .related-links__item a:hover, .recipe--02 .related-links__item a:focus {
  background-color: #ccc;
}

.recipe--02 .supplement {
  margin-bottom: 48px;
  line-height: 1.5;
}
.recipe--02 .supplement__list {
  margin-block-start: 8px;
  padding-inline-start: 40px;
}
.recipe--02 .supplement__item {
  list-style: disc;
}
.recipe--02 .supplement__area ul {
  margin-block-start: 8px;
  padding-inline-start: 40px;
}
.recipe--02 .supplement__area ul li {
  list-style: disc;
}