@charset "UTF-8";
@media screen and (min-width: 641px) {
  .recipeMv {
    background-image: url(../images/recipe/mvbg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.recipeMv img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .recipeItem {
    width: calc(100% - 7.1428571429rem);
    max-width: 85.7142857143rem;
    margin: 8.5714285714rem auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.5714285714rem;
    align-items: flex-end;
  }
  .recipeItem:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .recipeItem {
    width: 100%;
    margin: 13.3333333333vw auto;
  }
}
@media screen and (min-width: 641px) {
  .recipeItem__fig {
    width: 55%;
    max-width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .recipeItem__fig {
    margin-bottom: 4vw;
  }
}
.recipeItem__fig img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .recipeItem__desc {
    width: calc(45% - 3.5714285714rem);
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .recipeItem__desc {
    width: calc(100% - 13.3333333333vw);
    margin: 0 auto;
  }
}
.recipeItem__ttl {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  -webkit-text-stroke: none;
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 1.66;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--cl_gold);
}
@media screen and (min-width: 641px) {
  .recipeItem__ttl {
    font-size: 2.1428571429rem;
  }
}
.recipeItem__step {
  font-size: 1.2857142857rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  .recipeItem__step {
    font-size: 2.9333333333vw;
  }
}
.recipeItem__step:not(:last-child) {
  margin-bottom: 2em;
}
.recipeItem__step li {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.recipeItem__step li:not(:last-child) {
  margin-bottom: 1em;
}
.recipeItem__detail {
  font-size: 1.1428571429rem;
  line-height: 1.45;
}
.recipeItem__detail p {
  margin: 1em 0;
}
@media screen and (max-width: 640px) {
  .recipeItem__detail {
    font-size: 2.6666666667vw;
  }
}
.recipeItem__ratio {
  display: flex;
  align-items: center;
}
.recipeItem__ratio .colon {
  font-size: 2em;
}
.recipeItem__ratio .unit {
  background-color: var(--cl_gold);
  color: #fff;
  min-width: 6.7857142857rem;
  height: 6.7857142857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0 1em;
  border-radius: 0.2857142857rem;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 640px) {
  .recipeItem__ratio .unit {
    min-width: 12.6666666667vw;
    height: 12.6666666667vw;
    font-size: 2.4vw;
  }
}
.recipeItem__ratio .unit span {
  display: block;
  line-height: 1;
}
.recipeItem__ratio .unit span:not(:last-child) {
  margin-bottom: 0.5em;
}

.recipeItemWrap {
  padding-bottom: 7.1428571429rem;
}/*# sourceMappingURL=recipe.css.map */