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

#products .p-status {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #products .p-status {
    padding-bottom: 2rem;
  }
}
#products .p-statusList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 1.25em;
  row-gap: 0.7em;
  margin-bottom: 1em;
}
#products .p-statusList__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 0.5625em;
}
#products .p-statusList__ico img {
  width: auto;
  height: 2.875rem;
}
@media screen and (max-width: 568px) {
  #products .p-statusList__ico img {
    height: 2.2rem;
  }
}
#products .p-statusList__txt {
  font-size: 0.9375rem;
}
@media screen and (max-width: 568px) {
  #products .p-statusList__txt {
    font-size: 0.9333333333rem;
  }
}
#products .p-statusAttention {
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
#products .p-statusAttention small {
  font-size: 12px;
}
@media screen and (max-width: 568px) {
  #products .p-statusAttention small {
    font-size: 0.8rem;
  }
}
#products .p-productsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 1206px) {
  #products .p-productsList {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 834px) {
  #products .p-productsList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  #products .p-productsList {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 1.3333333333rem;
  }
}

#productsLower .p-intro__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 48px;
}
@media screen and (max-width: 1024px) {
  #productsLower .p-intro__inner {
    display: block;
  }
}
#productsLower .p-intro__imgArea {
  -ms-flex: 0 0 546px;
      flex: 0 0 546px;
  background: linear-gradient(135deg, #FFFAF0 0%, #FFFAF0 50%, #FFF4E2 50%, #FFF4E2 100%);
  aspect-ratio: 1/1;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #productsLower .p-intro__imgArea {
    max-width: 546px;
    margin-inline: auto;
    padding: 2rem;
    margin-bottom: 1.6rem;
  }
}
#productsLower .p-intro__imgArea img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#productsLower .p-introLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media screen and (max-width: 568px) {
  #productsLower .p-introLinks {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0.7333333333rem;
  }
}
#productsLower .p-introLinks__item .c-btn {
  width: 100%;
  padding-inline: 1.3em;
}
#productsLower .p-featureList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  #productsLower .p-featureList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  #productsLower .p-featureList {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#productsLower .p-featureList > li > h3 {
  font-size: 20px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 0.9333333333rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 568px) {
  #productsLower .p-featureList > li > h3 {
    font-size: 1.2rem;
  }
}
#productsLower .p-featureList > li > h3 > img {
  -ms-flex: 0 0 5.875rem;
      flex: 0 0 5.875rem;
  width: 5.875rem;
  height: auto;
}
@media screen and (max-width: 568px) {
  #productsLower .p-featureList > li > h3 > img {
    -ms-flex-preferred-size: 6.2666666667rem;
        flex-basis: 6.2666666667rem;
    width: 6.2666666667rem;
  }
}
#productsLower .p-lineupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 1024px) {
  #productsLower .p-lineupList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667rem 1.3333333333rem;
  }
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineupList {
    gap: 1.3333333333rem 0.6666666667rem;
  }
}
#productsLower .p-lineupList__imgArea {
  background: linear-gradient(135deg, #FFFAF0 0%, #FFFAF0 50%, #FFF4E2 50%, #FFF4E2 100%);
  aspect-ratio: 1/1;
  padding: 2.6666666667rem;
  border-radius: 1.1333333333rem;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineupList__imgArea {
    padding: 1rem;
  }
}
#productsLower .p-lineupList__imgArea img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.4s ease;
  transition-duration: 0.6s;
}
#productsLower .p-lineupList__ttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-top: 0.3em;
  padding-left: 1.7em;
  position: relative;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineupList__ttl {
    font-size: 0.9333333333rem;
  }
}
#productsLower .p-lineupList__ttl::before {
  content: "";
  display: block;
  background: #E83828;
  width: 13px;
  height: 2px;
  margin-right: 0.5em;
  position: absolute;
  left: 0.4em;
  top: 0.9em;
}
#productsLower .p-lineupList .c-dialog-open {
  transition: color 0.4s ease;
}
@media (any-hover) {
  #productsLower .p-lineupList .c-dialog-open:hover {
    color: #E83828;
    transition: color 0.4s ease;
  }
  #productsLower .p-lineupList .c-dialog-open:hover .p-lineupList__imgArea img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
    transition-duration: 0.6s;
  }
}
#productsLower .p-lineup-modalContentsIntro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 2rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 834px) {
  #productsLower .p-lineup-modalContentsIntro {
    display: block;
  }
}
#productsLower .p-lineup-modalContentsIntro__imgArea {
  -ms-flex: 0 0 315px;
      flex: 0 0 315px;
  background: linear-gradient(135deg, #FFFAF0 0%, #FFFAF0 50%, #FFF4E2 50%, #FFF4E2 100%);
  aspect-ratio: 1/1;
  padding: 2rem;
  border-radius: 1.1333333333rem;
}
@media screen and (max-width: 834px) {
  #productsLower .p-lineup-modalContentsIntro__imgArea {
    max-width: 315px;
    margin-inline: auto;
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContentsIntro__imgArea {
    padding: 1rem;
  }
}
#productsLower .p-lineup-modalContentsIntro__imgArea img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#productsLower .p-lineup-modalContentsIntro__icons {
  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: 0.5em;
  margin-bottom: 1em;
}
#productsLower .p-lineup-modalContentsIntro__ico img {
  width: auto;
  height: 47px;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContentsIntro__ico img {
    height: 2.2666666667rem;
  }
}
#productsLower .p-lineup-modalContentsIntro__ttl {
  font-size: 34px;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContentsIntro__ttl {
    font-size: 1.4rem;
  }
}
#productsLower .p-lineup-modalContents-content__2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  #productsLower .p-lineup-modalContents-content__2col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#productsLower .p-lineup-modalContents-content__2col h4 {
  margin-bottom: 0;
}
#productsLower .p-lineup-modalContents-content__2col h4 > .note {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
}
#productsLower .p-lineup-modalContents-content__2col table {
  width: 100%;
  table-layout: fixed;
}
#productsLower .p-lineup-modalContents-content__2col table th, #productsLower .p-lineup-modalContents-content__2col table td {
  padding: 1.2rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content__2col table th, #productsLower .p-lineup-modalContents-content__2col table td {
    padding: 1rem 0.5rem;
  }
}
#productsLower .p-lineup-modalContents-content__2col table th {
  width: 40%;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content__2col table th {
    width: 60%;
  }
}
#productsLower .p-lineup-modalContents-content__2col table td {
  width: 60%;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content__2col table td {
    width: 40%;
  }
}
#productsLower .p-lineup-modalContents-content-attentionsList {
  padding-top: 1em;
  font-size: 14px;
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content-attentionsList.p-allergy {
    font-size: 0.6666666667rem;
  }
}
#productsLower .p-lineup-modalContents-content-attentionsList > li {
  text-indent: -1em;
}
#productsLower .p-lineup-modalContents-content-ingredientsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.4em 0.7em;
}
#productsLower .p-lineup-modalContents-content-ingredientsList > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #E83828;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  margin-right: 0.3em;
  border-radius: 50%;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content-allergyLead {
    font-size: 0.7333333333rem;
  }
}
#productsLower .p-lineup-modalContents-content-allergyLead .rect {
  display: inline-block;
  background: #FFB6B6;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 0.2em;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content-allergyLead .rect {
    width: 1.4rem;
    height: 1.4rem;
  }
}
#productsLower .p-lineup-modalContents-content-allergyList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#productsLower .p-lineup-modalContents-content-allergyList.upper {
  margin-bottom: 1em;
}
#productsLower .p-lineup-modalContents-content-allergyList > li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1em;
  -ms-flex: 0 1 6.125rem;
      flex: 0 1 6.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 50px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
@media screen and (max-width: 568px) {
  #productsLower .p-lineup-modalContents-content-allergyList > li {
    font-size: 0.6666666667rem;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    height: 2.6666666667rem;
  }
}
#productsLower .p-lineup-modalContents-content-allergyList > li.included {
  background-color: #FFB6B6;
}
#productsLower .p-manual__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#productsLower .p-manual__lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1em;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 568px) {
  #productsLower .p-manual__lead {
    display: block;
  }
}
#productsLower .p-manual__lead .right {
  -ms-flex: 0 0 17.6666666667rem;
      flex: 0 0 17.6666666667rem;
  text-align: center;
}
@media screen and (max-width: 568px) {
  #productsLower .p-manual__lead .right {
    margin-top: 1em;
  }
}
@media screen and (min-width: 568px) {
  #productsLower .p-manual__lead .right .c-btn {
    width: 100%;
  }
}
#productsLower .p-recipeArticles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 568px) {
  #productsLower .p-recipeArticles {
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 568px) {
  #productsLower .p-recipeArticles__item {
    margin-bottom: 1.3333333333rem;
  }
}
#productsLower .p-othersSlider {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1px;
}
#productsLower .p-othersSlider-wrapper {
  -ms-flex-align: stretch;
      align-items: stretch;
}
#productsLower .p-othersSlider__item {
  width: 17.8666666667rem;
  height: auto;
}
#productsLower .p-othersSlider__navigation-btn-prev, #productsLower .p-othersSlider__navigation-btn-next {
  cursor: pointer;
  width: 54px;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 10;
}
@media screen and (width <= 934px) {
  #productsLower .p-othersSlider__navigation-btn-prev, #productsLower .p-othersSlider__navigation-btn-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
#productsLower .p-othersSlider__navigation-btn-prev {
  left: calc(50% - 467px - 13px);
}
@media screen and (width <= 934px) {
  #productsLower .p-othersSlider__navigation-btn-prev {
    left: calc(50% - 10.7333333333rem);
  }
}
#productsLower .p-othersSlider__navigation-btn-next {
  right: calc(50% - 467px - 13px);
}
@media screen and (width <= 934px) {
  #productsLower .p-othersSlider__navigation-btn-next {
    right: calc(50% - 10.7333333333rem);
  }
}
/*# sourceMappingURL=../_map/project/products.css.map */
