@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;
  }
}

#column .p-category {
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.875rem 1fr;
      grid-template-columns: 7.875rem 1fr;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 568px) {
  #column .p-category {
    display: block;
    margin-bottom: 2rem;
  }
}
#column .p-category__ttl {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 568px) {
  #column .p-category__ttl {
    text-align: center;
    margin-bottom: 0.6em;
  }
}
#column .p-categoryList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6666666667rem;
}
@media screen and (max-width: 568px) {
  #column .p-categoryList {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#column .p-categoryList__item {
  color: #E83828;
  font-size: 0.75rem;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 8.5rem;
  height: 2.375rem;
  padding-inline: 2.5rem;
  border: 1px solid #E83828;
  border-radius: 1.1875rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition-property: background, color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
@media screen and (max-width: 568px) {
  #column .p-categoryList__item {
    min-width: auto;
    padding-inline: 1.875rem;
  }
}
#column .p-categoryList__itemCheck {
  display: none;
}
#column .p-categoryList__item:has(input:checked) {
  background: #E83828;
  color: #FFFFFF;
}
@media (any-hover) {
  #column .p-categoryList__item:hover {
    background: #f28d84;
    color: #FFFFFF;
  }
}
#column .p-tag {
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.875rem 1fr;
      grid-template-columns: 7.875rem 1fr;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 568px) {
  #column .p-tag {
    display: block;
  }
}
#column .p-tag__ttl {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 568px) {
  #column .p-tag__ttl {
    text-align: center;
    margin-bottom: 0.6em;
  }
}
#column .p-tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 568px) {
  #column .p-tagList {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#column .p-tagList__item {
  font-size: 0.75rem;
  line-height: 1.2;
  cursor: pointer;
}
#column .p-tagList__item::before {
  content: "#";
}
#column .p-tagList__itemCheck {
  display: none;
}
#column .p-tagList__item:has(input:checked) {
  color: #E83828;
  text-decoration: underline;
}
#column .p-articles {
  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.8666666667rem 1.6666666667rem;
}
@media screen and (max-width: 1206px) {
  #column .p-articles {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #column .p-articles {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 568px) {
  #columnLower .p-intro {
    padding-bottom: 3rem;
  }
}
#columnLower .p-intro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(540px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
  -ms-flex-align: center;
      align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 568px) {
  #columnLower .p-intro__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#columnLower .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) {
  #columnLower .p-intro__imgArea img {
    aspect-ratio: 315/260;
  }
}
#columnLower .p-intro__txtArea .meta {
  font-weight: 700;
  margin-bottom: 0.8em;
}
#columnLower .p-intro__txtArea .category {
  font-size: 12px;
  padding: 6px 23px;
  margin-right: 0.4em;
  border: 1px solid #A8A8A8;
  border-radius: 23px;
  vertical-align: middle;
}
#columnLower .p-intro__txtArea .date {
  font-size: 16px;
  vertical-align: middle;
}
#columnLower .p-intro__txtArea .ttl {
  margin-bottom: 1em;
}
#columnLower .p-intro__txtArea .tagList {
  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;
}
#columnLower .p-intro__txtArea .tagList .tag {
  font-size: 12px;
  font-weight: 700;
}
#columnLower .p-intro__txtArea .tagList .tag::before {
  content: "#";
}
#columnLower .p-contents-wisywigArea h1 {
  margin-bottom: 0.55em;
}
#columnLower .p-contents-wisywigArea h2 {
  margin-bottom: 0.55em;
}
#columnLower .p-contents-wisywigArea h3 {
  margin-bottom: 0.73em;
}
#columnLower .p-contents-wisywigArea h4 {
  margin-bottom: 0.6em;
}
#columnLower .p-contents-wisywigArea h5 {
  margin-bottom: 0.8em;
}
#columnLower .p-contents-wisywigArea figure {
  margin-bottom: 1em;
}
#columnLower .p-contents-wisywigArea figure img {
  border-radius: 10px;
}
#columnLower .p-contents-wisywigArea p + figure, #columnLower .p-contents-wisywigArea ul + figure, #columnLower .p-contents-wisywigArea ol + figure {
  margin-top: 4em;
}
#columnLower .p-contents-wisywigArea ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
#columnLower .p-contents-wisywigArea ul:last-child {
  margin-bottom: 0;
}
#columnLower .p-contents-wisywigArea ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
#columnLower .p-contents-wisywigArea ol:last-child {
  margin-bottom: 0;
}
#columnLower .p-contents-wisywigArea li {
  margin-bottom: 0.6em;
}
#columnLower .p-contents-wisywigArea li:last-child {
  margin-bottom: 0;
}
#columnLower .p-contents-wisywigArea li::marker {
  color: #E83828;
}
#columnLower .p-contents-wisywigArea a {
  font-weight: 500;
  text-decoration: underline;
}
#columnLower .p-contents__btnArea {
  padding-top: 3.3333333333rem;
}
/*# sourceMappingURL=../_map/project/column.css.map */
