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

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

img {
  height: auto;
}

.menu-outer::before {
  right: -24%;
}

.new-icon {
  display: block;
}

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

  .seasonal_logo {
    top: 4%;
    left: 3%;
    width: 30%;
  }

  .intro_title {
    position: absolute;
    width: 60%;
    top: 65%;
    left: 20%;
  }
}
/*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";
  }
}
