﻿
#s-featureContent:has(.article-recipe) :is(#page-title ,#feature-parts-header-banner) {
	display: none;
}
.l-container:has(.article-recipe) {
    max-width: var(--container-default);
}

.article-recipe {
  /*padding-top: 5rem;
  margin-bottom: 15rem;*/
}
.article-recipe__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  margin: 0 0 3rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #DDDDDD;
  font-family: 'Noto Sans JP', sans-serif;
}

.article-recipe__head {
  margin-bottom: 3rem;
}

.article-recipe__head-1 {
  display: flex;
  flex-direction: column;
}

.article-recipe__img {
  display: block;
  width: 100%;
  height: min-content;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 3rem;
}

.article-recipe__summary {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}

.article-recipe__head-2 {
  background-color: #EEEDDE;
  padding: 3rem 2.5rem;
}
.article-recipe__head-2 * {
  color: #333333;
}

.article-recipe__time {
  display: flex;
  column-gap: 2rem;
  padding-bottom: 3rem;
  align-items: center;
  justify-content: center;
}

.article-recipe__time-left {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-recipe__time-icn img {
  display: block;
  margin: 0 auto;
}

.article-recipe__time-text {
  font-size: 1.3rem;
  color: #866A2D;
}

.article-recipe__icon {
  width: 18px;
  height: 18px;
}

.article-recipe__time-number {
  font-size: 2rem;
  font-weight: bold;
}

.article-recipe__time-unit {
  font-size: 1.1rem;
}

@media screen and (min-width: 750px) {
  .article-recipe__head {
    display: flex;
    align-items: stretch;
    gap: 5rem;
    margin-bottom: 5rem;
  }
  .article-recipe__head-1 {
    width: 70%;
  }
  .article-recipe__head-2 {
    width: 30%;
    padding: 3rem 3.5rem;
  }
  .article-recipe__img {
    aspect-ratio: 1.6;
    order: 1;
    margin: 0;
    height: 100%;
  }
  .article-recipe__title {
    font-size: 2.5rem;
  }
  .article-recipe__summary,
  .article-recipe__product-used-product{
    font-size: 1.4rem;
  }
  .article-recipe__time {
    padding-bottom: 4rem;
    border-bottom: none;
  }
  .article-recipe__time-number {
    font-size: 3rem;
  }
  .article-recipe__time-unit {
    font-size: 1.4rem;
  }
}

.article-recipe__buttons-wrapper {
  display: flex;
  column-gap: 1rem;
  margin: 2rem 0;
}
.article-recipe__button {
  width: 100%;
  height: 5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
}
.article-recipe__button-icon {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 750px) {
  .article-recipe__buttons-wrapper {
    flex-direction: column;
    row-gap: 2rem;
    width: 263px;
    margin: 0 auto 6rem;
  }
  .article-recipe__button {
    font-size: 1.6rem;
  }
}

.article-recipe__product-used-head {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #866A2D;
  margin-bottom: 2rem;
}
.article-recipe__product-used-flex {
  display: flex;
  gap: 1.9rem;
}
.article-recipe__product-used-left {
  max-width: 100px;
  flex-shrink: 0;
}
.article-recipe__product-used-right {
  padding-top: 0.5rem;
}
.article-recipe__product-used-product {
  margin-bottom: 1rem;
}
.article-recipe__product-used-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.recipe__view-more {
  display: block;
    position: relative;
    width: 160px;
    height: 38px;
    margin: 0 auto;
    padding: 0.6rem 2.9rem;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    border-radius: 23px;
    text-decoration: none;
    color: #333333;
    transition: 0.3s;
    font-size: 1.2rem;
}
.recipe__view-more-arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 3px;
  right: 8px;
  text-align: center;
  border-radius: 15px;
  background-color: #EEEDDE;
  line-height: 30px;
}
@media screen and (min-width: 750px) {
  .article-recipe__product-used {
    padding: 0;
  }
  .article-recipe__product-used-head {
    font-size: 1.8rem;
  }
  .article-recipe__product-used-img {
    aspect-ratio: 1;
  }
}

.article-recipe__content {
  margin-bottom: 5rem;
}
.article-recipe__content span, .article-recipe__content p {
  font-size: 1.3rem;
}
@media screen and (min-width: 750px) {
  .article-recipe__content span, .article-recipe__content p {
    font-size: 1.4rem;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 750px) {
  h2 {
    font-size: 2.5rem;
  }
}

.article-recipe__creator {
  padding: 2rem;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 4rem;
}
.article-recipe__creator * {
  color: #333333;
}
.article-recipe__creator-title {
  font-family: 'Noto Sans JP', sans-serif;
  color: #866A2D;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.article-recipe__creator-head {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.article-recipe__creator-img {
  display: block;
  width: 100px;
  flex-shrink: 0;
  height: min-content;
  aspect-ratio: 1;
  border-radius: 50%;
}
.article-recipe__creator-name {
  font-size: 1.4rem;
}
.article-recipe__creator-name span {
  font-weight: bold;
}
.article-recipe__creator-job-title  {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.article-recipe__creator-content {
  font-size: 1.4rem;
}
@media screen and (min-width: 750px) {
  .article-recipe__creator {
    padding: 2rem 3rem 3rem;
  }
  .article-recipe__creator-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .article-recipe__creator-head {
    gap: 4rem;
    margin: 0;
  }
  .article-recipe__creator-wrapper {
    gap: 4.5rem;
  }
  .article-recipe__creator-img {
    width: 100px;
  }
  .article-recipe__creator-content {
    font-size: 1.4rem;
  }
  .article-recipe__creator-profile {
    margin-bottom: 3rem;
  }
  .article-recipe__creator-name {
    font-size: 1.4rem;
  }
  .article-recipe__creator-job-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .article-recipe__creator-body {
    padding-left: 14rem;
  }
}
.article-recipe__material-head {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ffffff;
}
.article-recipe__cook-info span:last-of-type {
  vertical-align: middle;
  color: #333333;
  font-weight: normal;
}
.article-recipe__material {
  background-color: #EEEDDE;
  padding: 10px 0;
  margin-bottom: 50px;
}
.article-recipe__material * {
  color: #866A2D;
}
.article-recipe__material-list {
  margin: 0;
}
.article-recipe__material li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
  font-weight: bold;
}
.article-recipe__material li:last-of-type:not(.article-recipe__material-list .article-recipe__material-list li) {
  border: none;
}
.article-recipe__material li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #866A2D;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.article-recipe__material-group-head::before {
  display: none !important;
}
.article-recipe__material-group-head span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  padding-left: 1px;
  text-align: center;
  color: #866A2D !important;
  font-weight: bold !important;
  background-color: #fff;
}
.article-recipe__material-list .article-recipe__material-list li {
  padding-left: 6.5rem;
}
.article-recipe__material-item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.article-recipe__howto-head {
  padding: 1.3rem 2rem;
  color: #866A2D;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 3px, transparent 3px);
  background-size: 9px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.article-recipe__howto-list {
  counter-reset: my-counter;
  padding-left: 0;
  margin-top: 0;
}
.article-recipe__howto-item {
  list-style: none;
  background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 3px, transparent 3px);
  background-size: 9px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 2rem;
}
.article-recipe__howto-item p {
  padding-left: 5rem;
  color: #333333;
  margin: 0;
}
.article-recipe__howto-item::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #EEEDDE;
  color: #866A2D;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 3rem;
  text-align: center;
  height: 3rem;
  width: 3rem;
  border-radius: 1.5rem;
  margin-top: .4em;
}
.article-recipe__howto img {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding-left: 5rem;
  margin: 1rem 0;
}
@media screen and (min-width: 750px) {
  .article-recipe__cook-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .article-recipe__material-head {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    color: #866A2D;
    font-weight: bold;
  }
  .article-recipe__howto-head {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 4px, transparent 4px);
    background-size: 14px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .article-recipe__material {
    width: 25%;
    max-width: 300px;
    padding: 14px 0;
    margin-bottom: 0;
  }
  .article-recipe__howto {
    width: 70.8%;
  }
  .article-recipe__howto-item {
    background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 4px, transparent 4px);
    background-size: 14px 4px;
    padding: 2rem;
  }
  .article-recipe__howto-item p {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 749px) {
  .article-recipe__howto-item::before {
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    margin-top: 0;
  }
  .article-recipe__howto-item {
    padding: 2rem 1rem;
  }
  .article-recipe__howto-item p {
    padding-left: 3.5rem;
  }
  .article-recipe__howto img {
    max-width: 100%;
    padding-left: 3.5rem;
  }
}

.article-template__back {
	text-align: center;
}

h2:before{
    display: none;
}