#recipe_contents {
  background: #fff url("/recipe/seasonal/assets/img/61/bg.svg") repeat center / auto;
}

.title-wrapper {
  margin-top: 40px;
  text-align: center;
}
.title-wrapper h1 {
  position: relative;
  z-index: 2;
  font-family: var(--font-kosugi);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}
.title-wrapper h1::after {
  content: "";
  display: block;
  width: clamp(200px, 360px, 30vw);
  aspect-ratio: 296 / 207;
  margin: -80px auto 0;
  background: url("/recipe/seasonal/assets/img/61/title-img.svg") no-repeat center / contain;
}
.title-wrapper h1 span {
  display: block;
  font-size: 5.8rem;
  font-size: clamp(32px, 5vw, 58px);
}

.intro_bg {
  background: #fff url("/recipe/seasonal/assets/img/61/mv.jpg") center center / cover no-repeat;
}

.seasonal_logo {
  top: 50%;
  left: 4%;
  translate: 0 -50%;
  width: max(15%, 300px);
}
.seasonal_logo img {
  height: auto;
}

img {
  height: auto;
}

.menu-outer::before {
  right: -16%;
}
.menu-outer::after {
  right: -3%;
}

.new-icon {
  display: block;
}

.product {
  justify-content: center;
  gap: 40px;
}

#recipe_contents .recipe-img img {
  display: block;
}
#recipe_contents .recipe-img img + img {
  margin-top: 1.5em;
}
#recipe_contents .recipe-text p + p {
  margin-top: 1.5em;
}

/*portrait*/
@media screen and (orientation: portrait) {
  #intro,
  .intro_bg {
    height: 60vh;
  }

  .seasonal_logo {
    top: initial;
    bottom: 8%;
    width: 30%;
    translate: initial;
  }

  .product {
    justify-content: center;
    gap: initial;
  }

  .title-wrapper h1::after {
    margin-top: -50px;
  }
}
/*portrait*/

@media only screen and (min-width: 48em) {
  #recipe_contents .recipe-inner {
    justify-content: center;
    gap: 4%;
  }

  #recipe_contents .recipe-img {
    margin: 0;
    padding-right: 6%;
    max-width: 42%;
  }

  #recipe_contents .recipe-text {
    flex-basis: auto;
    width: 40%;
    font-feature-settings: "palt";
  }
}
