@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease-in-out;
}
a:hover, a:focus {
  opacity: 0.7;
}

html {
  font-size: 10px;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  word-wrap: break-word;
}
@media screen and (max-width: 690px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 691px) {
  br.activeSmp {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  br.activePc {
    display: none;
  }
}

.un_komekoRecipe_innerBase {
  width: 100%;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_innerBase {
    padding-left: 20px;
    padding-left: 4.8780487805vw;
    padding-right: 20px;
    padding-right: 4.8780487805vw;
  }
}

.un_komekoRecipe_innerBase__wide {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_innerBase__wide {
    padding-left: 20px;
    padding-left: 4.8780487805vw;
    padding-right: 20px;
    padding-right: 4.8780487805vw;
  }
}

.un_komekoRecipe_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_logo {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-top: 2.4390243902vw;
    padding-bottom: 10px;
    padding-bottom: 2.4390243902vw;
  }
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_logo img {
    width: 125px;
    width: 30.487804878vw;
  }
}

.un_komekoRecipe_header {
  background: #ea6119;
  padding: 45px 0 15px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_header {
    padding: 0;
    padding-bottom: 25px;
    padding-bottom: 6.0975609756vw;
  }
}

.un_komekoRecipe_headerTop {
  margin-bottom: 25px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_headerTop {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 25px;
    margin-bottom: 6.0975609756vw;
  }
}

@media screen and (max-width: 690px) {
  .un_komekoRecipe_headerBottom {
    width: 350px;
    width: 85.3658536585vw;
    margin: 0 auto;
  }
}

.un_komekoRecipe_nav {
  padding: 90px 0 100px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav {
    padding-top: 30px;
    padding-top: 7.3170731707vw;
    padding-bottom: 60px;
    padding-bottom: 14.6341463415vw;
  }
}
.un_komekoRecipe_nav__hl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav__hl {
    font-size: 18px;
    font-size: 4.3902439024vw;
    margin-bottom: 30px;
    margin-bottom: 7.3170731707vw;
  }
}
.un_komekoRecipe_nav__hl::before, .un_komekoRecipe_nav__hl::after {
  display: block;
  position: relative;
}
.un_komekoRecipe_nav__hl::before {
  content: url(../img/products/lineup/komeko_recipe/ico_01.svg);
}
.un_komekoRecipe_nav__hl::after {
  content: url(../img/products/lineup/komeko_recipe/ico_02.svg);
  bottom: -2px;
}
.un_komekoRecipe_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul {
    gap: 20px;
    gap: 4.8780487805vw;
    margin-bottom: 40px;
    margin-bottom: 9.756097561vw;
  }
}
.un_komekoRecipe_nav ul li {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 280/230;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li {
    width: 175px;
    width: 42.6829268293vw;
    aspect-ratio: 175/152;
  }
}
.un_komekoRecipe_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li a {
    border-radius: 10px;
  }
}
.un_komekoRecipe_nav ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li a::after {
    height: 92px;
    height: 22.4390243902vw;
  }
}
.un_komekoRecipe_nav ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #ea6119;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li a span {
    height: 60px;
    height: 14.6341463415vw;
    font-size: 17px;
    font-size: 4.1463414634vw;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    gap: 4px;
  }
}
.un_komekoRecipe_nav ul li a span::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li a span::after {
    position: relative;
    right: unset;
    top: unset;
  }
}
.un_komekoRecipe_nav ul li a:hover {
  opacity: 1;
}
.un_komekoRecipe_nav ul li a:hover::after {
  opacity: 0.5;
}
.un_komekoRecipe_nav ul li a:hover span {
  background: #fff;
  color: #ea6119;
  border: 2px solid #ea6119;
}
.un_komekoRecipe_nav ul li a:hover span::after {
  border-color: #ea6119;
}
.un_komekoRecipe_nav ul li:nth-child(1) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_01.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(1) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_01_smp.png);
  }
}
.un_komekoRecipe_nav ul li:nth-child(2) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_02.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(2) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_02_smp.png);
  }
}
.un_komekoRecipe_nav ul li:nth-child(3) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_03.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(3) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_03_smp.png);
  }
}
.un_komekoRecipe_nav ul li:nth-child(4) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_04.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(4) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_04_smp.png);
  }
}
.un_komekoRecipe_nav ul li:nth-child(5) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_05.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(5) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_05_smp.png);
  }
}
.un_komekoRecipe_nav ul li:nth-child(6) a::after {
  background-image: url(../img/products/lineup/komeko_recipe/img_lineup_06.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav ul li:nth-child(6) a::after {
    background-image: url(../img/products/lineup/komeko_recipe/img_lineup_06_smp.png);
  }
}
.un_komekoRecipe_nav__btn {
  display: flex;
  justify-content: center;
}
.un_komekoRecipe_nav__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  height: 60px;
  border: 2px solid #00a73b;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 0 #00a73b;
  color: #00a73b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_nav__btn a {
    max-width: 340px;
    max-width: 82.9268292683vw;
    height: 70px;
    height: 17.0731707317vw;
    font-size: 18px;
    font-size: 4.3902439024vw;
  }
}
.un_komekoRecipe_nav__btn a::before {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: url(../img/products/lineup/komeko_recipe/arr_gr.svg);
}
.un_komekoRecipe_menu {
  background-image: url(../img/products/lineup/komeko_recipe/bg_recipe.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f9f7eb;
  padding: 43px 0 120px;
  position: relative;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu {
    background-image: url(../img/products/lineup/komeko_recipe/bg_recipe_smp.png);
    background-size: auto 62.4vw;
    padding-top: 20px;
    padding-top: 4.8780487805vw;
    padding-bottom: 70px;
    padding-bottom: 17.0731707317vw;
  }
}
.un_komekoRecipe_menu::before {
  display: block;
  content: "";
  width: 700px;
  height: 412px;
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu::before {
    width: 320px;
    width: 78.0487804878vw;
    height: 260px;
    height: 63.4146341463vw;
    top: 66px;
    top: 16.0975609756vw;
  }
}
.un_komekoRecipe_menu__hl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #ea6119;
  border-radius: 50px 50px 0 50px;
  color: #fff;
  width: 270px;
  height: 250px;
  padding: 0 25px;
  margin-bottom: 275px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__hl {
    width: 195px;
    width: 47.5609756098vw;
    height: 150px;
    height: 36.5853658537vw;
    padding-left: 25px;
    padding-left: 6.0975609756vw;
    padding-right: 25px;
    padding-right: 6.0975609756vw;
    margin-left: -10px;
    margin-left: -2.4390243902vw;
    margin-right: -10px;
    margin-right: -2.4390243902vw;
    margin-bottom: 185px;
    margin-bottom: 45.1219512195vw;
  }
}
.un_komekoRecipe_menu__hl .__sub {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__hl .__sub {
    font-size: 14px;
    font-size: 3.4146341463vw;
  }
}
.un_komekoRecipe_menu__hl .__ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__hl .__ttl {
    font-size: 27px;
    font-size: 6.5853658537vw;
  }
}
.un_komekoRecipe_menu__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__cont {
    flex-direction: column;
    gap: 40px;
    gap: 9.756097561vw;
  }
}
.un_komekoRecipe_menu__contList {
  width: 270px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList {
    width: 100%;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #ea6119;
  border-radius: 100vh;
  height: 40px;
  color: #ea6119;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dt {
    justify-content: flex-start;
    height: 40px;
    height: 9.756097561vw;
    font-size: 18px;
    font-size: 4.3902439024vw;
    padding-left: 30px;
    padding-left: 7.3170731707vw;
    padding-right: 30px;
    padding-right: 7.3170731707vw;
    margin-bottom: 20px;
    margin-bottom: 4.8780487805vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol {
  border-top: 1px solid #ea6119;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dd ol {
    margin-left: 15px;
    margin-left: 3.6585365854vw;
    margin-right: 15px;
    margin-right: 3.6585365854vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ea6119;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ea6119;
  padding: 10px 20px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dd ol li {
    padding: 10px;
    padding: 2.4390243902vw;
    padding-left: 20px;
    padding-left: 4.8780487805vw;
    padding-right: 20px;
    padding-right: 4.8780487805vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li span:nth-child(1) {
  text-indent: -1em;
  padding-left: 1em;
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li span:nth-child(3) {
  width: 100%;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-left: 1em;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dd ol li span:nth-child(3) {
    font-size: 14px;
    font-size: 3.4146341463vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li > ol {
  border: none;
  margin: -10px -20px -10px 0;
  width: 200px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dd ol li > ol {
    width: 265px;
    width: 64.6341463415vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li > ol li {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredient dd ol li > ol li {
    padding-right: 20px;
    padding-right: 4.8780487805vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredient dd ol li > ol li:last-child {
  border-bottom: none;
}
.un_komekoRecipe_menu__contList dl.__ingredientOther {
  border: 1px solid #ea6119;
  border-radius: 10px;
  padding: 24px 40px;
  color: #ea6119;
  margin-top: 20px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredientOther {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    padding: 3.6585365854vw;
    padding-left: 30px;
    padding-left: 7.3170731707vw;
    padding-right: 30px;
    padding-right: 7.3170731707vw;
    margin-top: 20px;
    margin-top: 4.8780487805vw;
    margin-left: 15px;
    margin-left: 3.6585365854vw;
    margin-right: 15px;
    margin-right: 3.6585365854vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredientOther dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredientOther dt {
    font-size: 16px;
    font-size: 3.9024390244vw;
  }
}
.un_komekoRecipe_menu__contList dl.__ingredientOther dd ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #ea6119;
  font-weight: bold;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contList dl.__ingredientOther dd ul li {
    gap: 1em;
  }
}
.un_komekoRecipe_menu__contFlow {
  width: 580px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow {
    width: 100%;
    padding-bottom: 50px;
    padding-bottom: 12.1951219512vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea6119;
  border-radius: 100vh;
  height: 40px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dt {
    justify-content: flex-start;
    height: 40px;
    height: 9.756097561vw;
    font-size: 18px;
    font-size: 4.3902439024vw;
    padding-left: 30px;
    padding-left: 7.3170731707vw;
    padding-right: 30px;
    padding-right: 7.3170731707vw;
    margin-bottom: 20px;
    margin-bottom: 4.8780487805vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dt picture {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.un_komekoRecipe_menu__contFlow dl dt picture img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dt picture img {
    width: 125px;
    width: 30.487804878vw;
    height: 70px;
    height: 17.0731707317vw;
  }
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dt picture.img_60min img {
    height: 80px;
    height: 19.512195122vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd {
  background: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd {
    padding: 20px;
    padding: 4.8780487805vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd ol {
    gap: 16px;
    gap: 3.9024390244vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd ol li {
    gap: 16px;
    gap: 3.9024390244vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ea6119;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd ol li:not(:last-child) {
    padding-bottom: 16px;
    padding-bottom: 3.9024390244vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol li > span {
  color: #ea6119;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd ol li > span {
    font-size: 30px;
    font-size: 7.3170731707vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol li > p {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu__contFlow dl dd ol li > p {
    font-size: 16px;
    font-size: 3.9024390244vw;
  }
}
.un_komekoRecipe_menu__contFlow dl dd ol li > p span {
  color: #ea6119;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu02 .un_komekoRecipe_menu__hl {
    border-radius: 50px 50px 50px 0;
    position: relative;
    left: 195px;
    left: 47.5609756098vw;
  }
}
.un_komekoRecipe_menu#menu01::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_01.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu01::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_01_smp.png);
  }
}
.un_komekoRecipe_menu#menu02::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_02.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu02::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_02_smp.png);
  }
}
.un_komekoRecipe_menu#menu03::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_03.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu03::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_03_smp.png);
  }
}
.un_komekoRecipe_menu#menu04::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_04.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu04::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_04_smp.png);
  }
}
.un_komekoRecipe_menu#menu05::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_05.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu05::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_05_smp.png);
  }
}
.un_komekoRecipe_menu#menu06::before {
  background-image: url(../img/products/lineup/komeko_recipe/img_recipe_06.png);
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_menu#menu06::before {
    background-image: url(../img/products/lineup/komeko_recipe/img_recipe_06_smp.png);
  }
}

.un_komekoRecipe_btnBack {
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_komekoRecipe_btnBack a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #ea6119;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_btnBack a {
    font-size: 14px;
    font-size: 3.4146341463vw;
  }
}
.un_komekoRecipe_btnBack a::after {
  display: block;
  content: url(../img/products/lineup/komeko_recipe/ico_back.svg);
  line-height: 1;
}

.un_komekoRecipe_footer {
  padding: 30px 0;
  background: #ea6119;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_footer {
    padding: 15px;
    padding: 3.6585365854vw;
    padding-top: 30px;
    padding-top: 7.3170731707vw;
    padding-bottom: 30px;
    padding-bottom: 7.3170731707vw;
  }
}
.un_komekoRecipe_footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 690px) {
  .un_komekoRecipe_footer > div {
    gap: 10px;
    gap: 2.4390243902vw;
  }
}