#recipe_contents {
  background: #faecf2 url("/recipe/seasonal/assets/img/60/bg.png") repeat center / auto;
}

.title-wrapper {
  display: grid;
  grid-template-columns: clamp(90px, 229px, 20vw) auto;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 40px;
}
.title-wrapper::before {
  content: "";
  background: url("/recipe/seasonal/assets/img/60/title-img.svg") no-repeat center / contain;
  aspect-ratio: 229 / 203;
}
.title-wrapper h1 {
  margin-left: -7%;
  font-family: var(--font-kosugi);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}
.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/60/mv.jpg") center center / cover no-repeat;
}

.seasonal_logo {
  top: 4%;
  left: 4%;
}
.seasonal_logo img {
  height: auto;
}

img {
  height: auto;
}

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

.new-icon {
  display: block;
}

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

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

  .seasonal_logo {
    width: 26%;
  }

  .product {
    justify-content: center;
    gap: initial;
  }
}
/*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";
  }
}
