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

.finish_bg {
  background: url("/recipe/seasonal/assets/img/53/finished.jpg") center top / cover no-repeat;
}

.seasonal_logo {
  top: 6%;
  right: 5%;
}
.seasonal_logo img {
  height: auto;
}
/*landscape*/
@media screen and (orientation: landscape) {
}
/*landscape*/

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

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

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

  #finish {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .finish_bg {
    width: 100%;
    height: 80vh;
    position: relative;
  }

  @media screen and (orientation: portrait) {
    .finish_bg {
      background-position: 67% 0;
    }
  }
}
/*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";
  }
}
