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

.seasonal_logo {
  top: 50%;
  right: 4%;
  translate: 0 -50%;
}
.seasonal_logo img {
  height: auto;
}

img {
  height: auto;
}

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

.new-icon {
  display: block;
}

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

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

  .intro_title {
    position: absolute;
    width: 60%;
    top: 65%;
    left: 20%;
  }

  .seasonal_logo {
    top: 50%;
    left: initial;
    right: 4%;
    translate: 0 -50%;
  }

  .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";
  }
}
