@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  width: 100%;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1206px) {
  .c-topicspath li {
    font-size: 0.8rem;
  }
}
.c-topicspath li a {
  color: #333;
}
@media (any-hover) {
  .c-topicspath li a:hover {
    text-decoration: underline;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 0.3333333333rem;
}
.c-topicspath li:last-child::after {
  content: normal;
}

.l-lowerCaption {
  position: relative;
  background: #FFF9EE;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption {
    padding-top: 5.5333333333rem;
    margin-bottom: 4rem;
  }
}
.l-lowerCaption__inner {
  max-width: 75.375rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}
.l-lowerCaption__title {
  font-size: 48px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption__title {
    font-size: 2.1333333333rem;
  }
}

@media screen and (max-width: 1206px) {
  body#recipesLower .l-lowerCaption {
    margin-bottom: 2rem;
  }
}

#recipes .p-recommendArticles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: start;
      justify-content: start;
  gap: 2.3333333333rem 1.3333333333rem;
}
@media screen and (max-width: 1206px) {
  #recipes .p-recommendArticles {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #recipes .p-recommendArticles {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#recipes .p-search-usedSeries {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(10rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.2666666667rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 568px) {
  #recipes .p-search-usedSeries {
    gap: 0.6666666667rem;
  }
}
#recipes .p-search-usedSeries__link {
  background: #F4F4F5;
  color: #333;
  font-weight: 700;
  width: 100%;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  border-radius: 10px;
  transition-property: background, color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#recipes .p-search-usedSeries__link.current {
  background: #E83828;
  color: #FFFFFF;
  pointer-events: none;
}
@media (any-hover) {
  #recipes .p-search-usedSeries__link:hover {
    background: #E83828;
    color: #FFFFFF;
  }
}
#recipes .p-search-usedItem {
  background: #FFF9EE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3333333333rem 0.4666666667rem;
  padding: 1.25rem;
  border-radius: 2.0625rem;
}
@media screen and (max-width: 568px) {
  #recipes .p-search-usedItem {
    border-radius: 0.6666666667rem;
  }
}
#recipes .p-search-usedItem__link {
  font-size: 0.875rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 1.625rem;
  background: #FFFFFF;
  padding-inline: 0.6em;
  border-radius: 0.875rem;
  border: 1px solid #E83828;
  transition-property: background, color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#recipes .p-search-usedItem__link.current {
  background: #E83828;
  color: #FFFFFF;
  pointer-events: none;
}
@media (any-hover) {
  #recipes .p-search-usedItem__link:hover {
    background: #E83828;
    color: #FFFFFF;
  }
}
#recipes .p-searchArticles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: start;
      justify-content: start;
  gap: 2.3333333333rem 1.3333333333rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1206px) {
  #recipes .p-searchArticles {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #recipes .p-searchArticles {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#recipesLower .p-intro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  -ms-flex-align: center;
      align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#recipesLower .p-intro__imgArea img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 552/422;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__imgArea img {
    aspect-ratio: 315/260;
  }
}
#recipesLower .p-intro__txtArea .infoList {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
#recipesLower .p-intro__txtArea .infoList:first-of-type {
  padding-bottom: 14px;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__txtArea .infoList:first-of-type {
    padding-bottom: 0.9333333333rem;
  }
}
#recipesLower .p-intro__txtArea .infoList .category {
  font-size: 13px;
  font-weight: 700;
  padding: 0.46em 1.07em;
  border: 1px solid #A8A8A8;
  border-radius: 1.77em;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__txtArea .infoList .category {
    font-size: 0.6666666667rem;
  }
}
#recipesLower .p-intro__txtArea .infoList .time,
#recipesLower .p-intro__txtArea .infoList .calory {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__txtArea .infoList .time,
  #recipesLower .p-intro__txtArea .infoList .calory {
    font-size: 0.9333333333rem;
  }
}
#recipesLower .p-intro__txtArea .infoList .time::before,
#recipesLower .p-intro__txtArea .infoList .calory::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__txtArea .infoList .time::before,
  #recipesLower .p-intro__txtArea .infoList .calory::before {
    width: 1.1em;
    height: 1.1em;
  }
}
#recipesLower .p-intro__txtArea .infoList .time::before {
  background-image: url("/inc/image/common/ico/ico_time.svg");
}
#recipesLower .p-intro__txtArea .infoList .calory::before {
  background-image: url("/inc/image/common/ico/ico_calory.svg");
}
#recipesLower .p-intro__txtArea .infoList .tag {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-intro__txtArea .infoList .tag {
    font-size: 0.8rem;
  }
}
#recipesLower .p-intro__txtArea .infoList .tag::before {
  content: "#";
}
#recipesLower .p-intro__ttl {
  margin-bottom: 0.8em;
}
#recipesLower .p-intro__body {
  padding-top: 1em;
}
#recipesLower .p-contents__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(540px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
  gap: 4.1333333333rem 2.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-contents__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#recipesLower .p-contents__column table {
  width: 100%;
  table-layout: fixed;
}
#recipesLower .p-contents__column table th, #recipesLower .p-contents__column table td {
  padding: 1.2rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-contents__column table th, #recipesLower .p-contents__column table td {
    padding: 1rem 0.5rem;
  }
}
#recipesLower .p-contents__column table th {
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-contents__column table th {
    width: 60%;
  }
}
#recipesLower .p-contents__column table td {
  width: 60%;
}
@media screen and (max-width: 568px) {
  #recipesLower .p-contents__column table td {
    width: 40%;
  }
}
#recipesLower .p-contents__column .howtoList {
  padding-top: 0.6em;
  font-weight: 500;
  counter-reset: count;
}
#recipesLower .p-contents__column .howtoList > li {
  position: relative;
  padding-left: 3em;
}
#recipesLower .p-contents__column .howtoList > li:not(:last-child) {
  margin-bottom: 1em;
}
#recipesLower .p-contents__column .howtoList > li::before {
  counter-increment: count;
  content: counter(count);
  background: #E83828;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0.5em;
  top: 0;
}
#recipesLower .p-contents__column .usedItemList__link {
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.3333333333rem;
}
@media (any-hover) {
  #recipesLower .p-contents__column .usedItemList__link:hover {
    color: #E83828;
  }
}
#recipesLower .p-contents__column .usedItemList__imgArea {
  background: linear-gradient(135deg, #FFFAF0 0%, #FFFAF0 50%, #FFF4E2 50%, #FFF4E2 100%);
  width: 8.2rem;
  height: 8.2rem;
  padding: 0.8rem;
  border-radius: 0.2666666667rem;
}
#recipesLower .p-contents__column .usedItemList__imgArea img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 99px;
}
#recipesLower .p-contents__column .usedItemList__ttl {
  font-weight: 700;
  font-size: 1.2rem;
}
/*# sourceMappingURL=../_map/project/recipes.css.map */
