@charset "utf-8";

/* ===========================================
 * RECIPE
 * ======================================== */
#protein .wrap__recipe {
  padding-block: 90px 0;
  margin-inline: auto;
  background: top center / 100% auto repeat-y url(/product/specials/sokkin-tanpaku/img/recipe/recipe_bk.jpg);
}
#protein .wrap__recipe::after {
  --recipe_deco_w: 972px;
  --recipe_deco_h: 346px;
  content: "";
  width: var(--recipe_deco_w);
  height: var(--recipe_deco_h);
  margin-inline: auto;
  margin-top: 30px;
  background: bottom center / var(--recipe_deco_w) var(--recipe_deco_h) no-repeat url(/product/specials/sokkin-tanpaku/img/recipe/recipe_deco.png);
  display: block;
}
#protein .inner__recipe {
  width: 1000px;
  padding-inline: 25px;
  margin-inline: auto;
}
#protein .title__recipe {
  width: 660px;
  margin-inline: auto;
  margin-bottom: 50px;
}
#protein .card__recipe__container {
  width: 770px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 240px);
  grid-template-rows: repeat(2, auto);
  gap: 25px;
}
#protein .card__recipe__inner {
  padding: 0 20px 15px 20px;
  background-color: #ffffff;
}
#protein .card__recipe {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(79, 61, 41, 0.7));
  cursor: pointer;
}
#protein .card__recipe__txt__container {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#protein .card__recipe__txt {
  text-align: center;
  font: var(--font_wg-bold) 15px / 1.5 var(--font_fm-main);
  color: #000000;
}
#protein .card__recipe__txt > span {
  width: fit-content;
  display: block;
}
#protein .card__recipe__btn__container {
  padding: 0 20px 15px 20px;
}
#protein .card__recipe__btn {
  --recipe_card-btn_c: #009bff;
  width: 100%;
  height: 30px;
  margin-inline: auto;
  margin-top: auto;
  text-align: center;
  font: var(--font_wg-bold) 15px / 1.0 var(--font_fm-main);
  line-height: 1.0;
  color: #ffffff;
  border-radius: 9999px;
  background-color: var(--recipe_card-btn_c);
  display: flex;
  align-items: center;
  justify-content: center;
}
#protein .card__recipe__btn > span {
  width: fit-content;
  display: block;
}
@media screen and (max-width:767px) {
  #protein .wrap__recipe {
    padding-block: calc(30 / 375 * 100vw) 0;
    background: top center / 100% auto repeat-y url(/product/specials/sokkin-tanpaku/img/recipe/recipe_bk_sp.jpg);
  }
  #protein .wrap__recipe::after {
    width: 100%;
    height: calc(170 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    background: bottom center / 100% calc(170 / 375 * 100vw) no-repeat url(/product/specials/sokkin-tanpaku/img/recipe/recipe_deco_sp.png);
  }
  #protein .inner__recipe {
    width: calc(315 / 375 * 100vw);
    padding-inline: 0;
  }
  #protein .title__recipe {
    width: 100%;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #protein .card__recipe__container {
    width: 100%;
    grid-template-columns: repeat(2, calc(150 / 375 * 100vw));
    grid-template-rows: repeat(3, auto);
    gap: calc(15 / 375 * 100vw);
  }
  #protein .card__recipe__inner {
    padding: 0 calc(10 / 375 * 100vw) calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  #protein .card__recipe {
    filter: drop-shadow(0 0 1.5px rgba(79, 61, 36, 0.7));
  }
  #protein .card__recipe__txt__container {
    height: auto;
    padding-block: 1em;
  }
  #protein .card__recipe__txt {
    font: var(--font_wg-bold) calc(12 / 375 * 100vw) / 1.5 var(--font_fm-main);
    letter-spacing: -0.017em;
  }
  #protein .card__recipe__btn__container {
    padding: 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  #protein .card__recipe__btn {
    height: calc(24 / 375 * 100vw);
    font: var(--font_wg-bold) calc(12 / 375 * 100vw) / 1.0 var(--font_fm-main);
  }
}