#recipe_contents {
  background: #fffef3 url("/recipe/seasonal/assets/img/52/bg.png") repeat left top;
}
.intro_bg {
  background: url("/recipe/seasonal/assets/img/52/mv.jpg") center right / cover no-repeat;
  background-position: 57% 0;
}

.finish_bg {
  background: url("/recipe/seasonal/assets/img/52/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) {
  .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*/
