<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------
  about
-----------------------------------------*/
/* page_ttl
--------------------------------*/
#page_ttl {
  background-image: url(../img/recipe/pagettl_bg_pc.png);
}
@media screen and (max-width: 767px) {
  #page_ttl {
    background-image: url(../img/recipe/pagettl_bg_sp.png);
  }
}
#page_ttl .ttl img {
  width: 24.375vw;
  min-width: 35.1rem;
}
@media screen and (max-width: 767px) {
  #page_ttl .ttl img {
    width: 53.9rem;
    min-width: inherit;
  }
}

/* sec_lead
--------------------------------*/
#sec_lead {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #sec_lead {
    padding: 9rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_lead .lead_txt {
    font-size: 3.2rem;
  }
}
#sec_lead .category_list {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5rem 6.4rem;
    margin: 7.5rem auto 0;
    width: 48.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_lead .category_list .item {
    width: 13rem;
  }
}
#sec_lead .category_list .item a {
  display: block;
  position: relative;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item a {
    padding-bottom: 4.5rem;
  }
}
#sec_lead .category_list .item a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-right: 1px solid #534741;
  border-bottom: 1px solid #534741;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item a::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_lead .category_list .item a:hover::before,
  #sec_lead .category_list .item a:hover .txt span.ja {
    opacity: 0.7;
  }
}
#sec_lead .category_list .item .txt {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item .txt {
    margin-top: 1.7rem;
  }
}
#sec_lead .category_list .item .txt span {
  display: block;
  text-align: center;
}
#sec_lead .category_list .item .txt .en {
  line-height: 1;
  height: 1.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item .txt .en {
    height: 3.2rem;
  }
}
#sec_lead .category_list .item .txt .en img {
  width: auto;
  height: 100%;
}
#sec_lead .category_list .item .txt .en:has(img[src*=easy]) {
  position: relative;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item .txt .en:has(img[src*=easy]) {
    bottom: -1rem;
  }
}
#sec_lead .category_list .item .txt .ja {
  color: #40210F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 0.5em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_lead .category_list .item .txt .ja {
    font-size: 2.4rem;
  }
}

/* sec_recipe_archive
--------------------------------*/
#sec_recipe_archive .archive_block {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block {
    padding: 17rem 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .wrap {
    padding: 0 3rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 4.4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.8rem;
    margin-top: 7rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item a {
  display: block;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_recipe_archive .archive_block .recipe_list .item a:hover {
    transform: translateY(-1.5rem);
  }
  #sec_recipe_archive .archive_block .recipe_list .item a:hover .txt_wrap .link {
    opacity: 0.7;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 5.5rem 1.5rem 2.4rem;
  background-color: #EFEEE8;
  border-radius: 50%;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap {
    padding: 6.4rem 0 2.5rem;
    margin-top: -6.4rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap * {
  color: #40210F;
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  position: relative;
  margin-inline: auto;
  padding-inline: 1em;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis {
    font-size: 2.3rem;
    line-height: 1.2608695652;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis::before, #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis::after {
  color: #217f3a;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis::before {
  content: "\\";
  left: 0;
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .emphasis::after {
  content: "/";
  right: 0;
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: -0.05em;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl {
    font-size: 2.5rem;
    line-height: 1.2;
    padding-bottom: 1.3rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl .catch {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl .catch {
    font-size: 2rem;
    letter-spacing: -0.025em;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl::after {
  content: "";
  width: 9.6rem;
  height: 1px;
  background-color: #1E843B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .ttl::after {
    width: 12.2rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .txt {
  line-height: 1.5;
  min-height: 6.3rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .txt {
    min-height: 7.8rem;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .link {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  margin-top: 1.4rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .link {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 1.1rem;
  }
}
#sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .link::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #534741;
  border-top: 1px solid #534741;
  margin-left: 0.6rem;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .recipe_list .item .txt_wrap .link::after {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1rem;
    vertical-align: 0.05em;
  }
}
#sec_recipe_archive .archive_block.bg_gray .recipe_list .item .txt_wrap {
  background-color: #fff;
}
#sec_recipe_archive .archive_block .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block .btn {
    margin-top: 7rem;
  }
}
#sec_recipe_archive .archive_block._easy .sec_ttl .en img {
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block._easy .sec_ttl .en img {
    width: 10.2rem;
  }
}
#sec_recipe_archive .archive_block._sweets .sec_ttl .en img {
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block._sweets .sec_ttl .en img {
    width: 14.8rem;
  }
}
#sec_recipe_archive .archive_block._bread .sec_ttl .en img {
  width: 7.3rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block._bread .sec_ttl .en img {
    width: 12.9rem;
  }
}
#sec_recipe_archive .archive_block._meals .sec_ttl .en img {
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_archive .archive_block._meals .sec_ttl .en img {
    width: 13rem;
  }
}

/* sec_recipe_detail
--------------------------------*/
#sec_recipe_detail .wrap {
  max-width: 104.5rem;
}
#sec_recipe_detail .detail_ingredients {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients {
    padding: 10rem 0 15rem;
  }
}
#sec_recipe_detail .detail_ingredients .wrap {
  display: flex;
  gap: 0 3.6rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .wrap {
    flex-direction: column;
    gap: 4.5rem 0;
  }
}
#sec_recipe_detail .detail_ingredients .img {
  width: 44.4rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .img {
    width: 50.6rem;
    margin: 0 auto;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap {
  flex: 1;
  min-height: 44.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap {
    min-height: inherit;
    display: block;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .inner {
  width: 100%;
}
#sec_recipe_detail .detail_ingredients .txt_wrap .head {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1E843B;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .head {
    padding-bottom: 3rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl {
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl {
    font-size: 4.2rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl .catch {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl .catch {
    font-size: 3.2rem;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl_en {
  line-height: 1;
  margin-top: 1rem;
}
#sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl_en img {
  width: auto;
  max-height: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .head .ttl_en img {
    max-height: 6rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .detail {
    display: block;
    padding: 0;
    margin-top: 4.5rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail * {
  color: #40210F;
  font-family: "Noto Sans JP", sans-serif;
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail .serve {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .detail .serve {
    font-size: 3rem;
    margin-top: 0;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail .serve span {
  display: inline-block;
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail .list {
  width: 39.7rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .detail .list {
    width: 100%;
    margin-top: 2rem;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail .list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_ingredients .txt_wrap .detail .list li {
    font-size: 2.8rem;
    padding: 0.9rem 0;
  }
}
#sec_recipe_detail .detail_ingredients .txt_wrap .detail .list li span:nth-child(1) {
  flex: 1;
  margin-right: 1em;
}
#sec_recipe_detail .detail_howto {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto {
    padding: 14.5rem 0;
  }
}
#sec_recipe_detail .detail_howto .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.2rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #1E843B;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .head {
    display: block;
    padding-bottom: 4rem;
  }
}
#sec_recipe_detail .detail_howto .head .ttl {
  line-height: 1;
}
#sec_recipe_detail .detail_howto .head .ttl img {
  width: 16.3rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .head .ttl img {
    width: 29rem;
    vertical-align: 0.3rem;
  }
}
#sec_recipe_detail .detail_howto .head .time {
  color: #40210F;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .head .time {
    font-size: 2.8rem;
    margin-top: 2.5rem;
  }
}
#sec_recipe_detail .detail_howto .list {
  margin-top: 3.5rem;
}
#sec_recipe_detail .detail_howto .list li {
  display: flex;
  align-items: center;
  padding: 2.8rem 1rem;
  background-image: linear-gradient(to right, #40210F 0.2rem, transparent 0.2rem);
  background-size: 0.7rem 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li {
    align-items: flex-start;
    padding: 4.5rem 0;
  }
}
#sec_recipe_detail .detail_howto .list li * {
  font-family: "Noto Sans JP", sans-serif;
}
#sec_recipe_detail .detail_howto .list li .num {
  width: 4rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li .num {
    width: 6.2rem;
    margin-right: 4.2rem;
    margin-top: 0.3rem;
  }
}
#sec_recipe_detail .detail_howto .list li .num span {
  position: relative;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li .num span {
    min-width: 5.2rem;
    text-align: center;
  }
}
#sec_recipe_detail .detail_howto .list li .num img {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li .num img {
    height: 3.9rem;
  }
}
#sec_recipe_detail .detail_howto .list li:first-of-type .num span::before, #sec_recipe_detail .detail_howto .list li:last-of-type .num span::before {
  content: "";
  height: 1.2rem;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li:first-of-type .num span::before, #sec_recipe_detail .detail_howto .list li:last-of-type .num span::before {
    height: 2.4rem;
    top: -3.6rem;
  }
}
#sec_recipe_detail .detail_howto .list li:first-of-type .num span::before {
  width: 4.7rem;
  background: url(../img/recipe/detail/howto_start.svg) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li:first-of-type .num span::before {
    width: 9.4rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li:last-of-type {
    padding-top: 5.5rem;
  }
}
#sec_recipe_detail .detail_howto .list li:last-of-type .num span::before {
  width: 5rem;
  background: url(../img/recipe/detail/howto_finish.svg) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li:last-of-type .num span::before {
    width: 10rem;
  }
}
#sec_recipe_detail .detail_howto .list li .txt {
  flex: 1;
}
#sec_recipe_detail .detail_howto .list li .txt p {
  line-height: 1.3076923077;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_recipe_detail .detail_howto .list li .txt p {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

/*# sourceMappingURL=recipe.css.map */
</pre></body></html>