#recipe_contents {
  background: #fff url("/recipe/seasonal/assets/img/62/bg.svg") repeat center / auto;
}

.title-wrapper {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-wrapper h1 {
  position: relative;
  z-index: 2;
  font-family: var(--font-kosugi);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.title-wrapper img{
  display: block;
  width: 20%;

}
.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/62/mv.jpg") center center / cover no-repeat;
}

.seasonal_logo {
  top: 20%;
  right: 4%;
  translate: 0 -50%;
  width: max(15%, 300px);
}
.seasonal_logo img {
  height: auto;
}

img {
  height: auto;
}

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

.new-icon {
  display: block;
}

.blockquote{
  position: absolute;
}
.blockquote02{
  display: none;
}
.product {
  justify-content: center;
  gap: 40px;
}

#recipe_contents .recipe-img img {
  display: block;
}
#recipe_contents .recipe-img img + img {
  margin-top: 1.5em;
}
#recipe_contents .recipe-text p + p {
  margin-top: 1.5em;
}
.mdi:before{
  font-size: 20px;
  line-height: 1;
  transform: translateY(2px);
}

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

  .seasonal_logo {
    top: initial;
    bottom: 8%;
    width: 30%;
    translate: initial;
  }

  .product {
    justify-content: center;
    gap: initial;
  }

  .title-wrapper h1::after {
    margin-top: -50px;
  }
}
/*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";
  }
}
@media only screen and (max-width: 768px) {
  .blockquote{
  display: none;
}

.blockquote02{
  display: block;
}
.vpc{
  display: none;
}

}
