.sc-list, .sc-step__list {
  list-style: none;
  padding-left: 0;
}

.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

/*!
----------------------------------------------
 special contents base
----------------------------------------------
*/
/*----------------------------------------------*
	utilities
/*----------------------------------------------*/
.sc-recipe__header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

.outline * {
  outline: 1px dotted red;
}

.pj-contents {
  margin: 0;
}

.sc-lead > *:before, .sc-lead > *:after,
.sc-section:before,
.sc-section:after,
.sc-section__footer:before,
.sc-section__footer:after {
  content: "";
  display: table;
}

.sc-section > *:first-child,
.sc-section__body > *:first-child {
  margin-top: 0;
}
.sc-section > *:last-child,
.sc-section__body > *:last-child {
  margin-bottom: 0;
}

.sc-font_2XS {
  font-size: 66.667%;
}

.sc-font_XS {
  font-size: 75%;
}

.sc-font_S {
  font-size: 85.714%;
}

.sc-font_M {
  font-size: 120%;
}

.sc-font_L {
  font-size: 150%;
}

.sc-font_XL {
  font-size: 200%;
}

.sc-font_2XL {
  font-size: 300%;
}

.sc-font_3XL {
  font-size: 600%;
}

.sc-flex {
  display: flex;
  flex-wrap: wrap;
}
.sc-flex--between {
  justify-content: space-between;
}
.sc-flex--center {
  align-items: center;
}

.sc-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* js
/* ------------------------------------ */
.js-svg_hover {
  width: 200px;
  height: auto;
}

/*----------------------------------------------*
	layouts
/*----------------------------------------------*/
.sc-contents {
  --font-number: "Brygada 1918", serif;
  --font-recipe-title: "Playfair Display", serif;
  font-family: YakuHanJP, YuGothic, Yu Gothic, -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  color: #333;
  background-color: #FFF;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.75em;
}
.sc-contents__block--M {
  margin-top: 2.75em;
}
.sc-contents__block--L {
  margin-top: 3.75em;
}
.sc-contents__footer {
  padding-top: 2.75em;
}

:where(.sc-contents) h1, :where(.sc-contents) h2, :where(.sc-contents) h3, :where(.sc-contents) h4, :where(.sc-contents) h5 {
  margin: 0;
}
:where(.sc-contents) h2 {
  font-weight: 500;
}
@media (min-width: 668px) {
  :where(.sc-contents) h2 {
    font-size: 200%;
  }
  :where(.sc-contents) h3 {
    font-size: 150%;
  }
  :where(.sc-contents) h4 {
    font-size: 120%;
  }
}
@media (max-width: 667px) {
  :where(.sc-contents) h2 {
    font-size: 150%;
  }
  :where(.sc-contents) h3,
  :where(.sc-contents) h4 {
    font-size: 120%;
  }
}

.sc-lhCrop:before, .sc-lhCrop:after {
  content: "";
  display: block;
  position: relative;
}
.sc-lhCrop--h2:before {
  margin-top: -0.25em;
}
.sc-lhCrop--h2:after {
  margin-top: -0.5em;
}
.sc-lhCrop--h3:before {
  margin-top: -0.125em;
}
.sc-lhCrop--h3:after {
  margin-top: -0.25em;
}
.sc-lhCrop--body:before {
  margin-top: -0.5em;
}
.sc-lhCrop--body:after {
  margin-top: -0.5em;
}

/* section
/* ------------------------------------ */
.sc-section {
  padding: 3.75em 0;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__body {
  padding-top: calc(3.75em - 0.5em);
}
.sc-section__body--panel {
  padding: 2.75em;
  margin-top: 3.75em;
  background-color: #FFF;
  color: #111;
}
.sc-section__footer {
  padding-top: 3.75em;
}
@media (max-width: 800px) {
  .sc-section {
    padding: 2.75em 0;
  }
  .sc-section__body {
    padding-top: calc(2.75em - 0.75em);
  }
  .sc-section__footer {
    padding-top: calc(2.75em - 0.75em);
  }
}
/*----------------------------------------------*/
/* components
/*----------------------------------------------*/
/* list
/* ------------------------------------ */
.sc-step__list, .sc-list {
  list-style: none;
  padding-left: 0;
}

.bs-list {
  line-height: inherit !important;
}

.bs-list > *:after {
  display: none;
}

.bs-list--custom > li > *:first-child {
  padding-top: 0;
}

.sc-list {
  line-height: inherit;
  margin-bottom: 0.5em;
}
.sc-list li:after {
  margin-bottom: 0;
}

p + .sc-list {
  margin-top: 0;
}

li .sc-list {
  margin-top: 0;
}

.sc-list--table > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-list--flow {
  counter-reset: flow;
}
.sc-list--flow > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: flow;
}
.sc-list--flow > li:before {
  flex-shrink: 0;
  width: 2em;
  content: counter(flow);
}

/* step
/* ------------------------------------ */
.sc-step__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.sc-step .sc-panel {
  height: 100%;
}

/* panel
/* ------------------------------------ */
.sc-panel {
  padding: 2.75em;
  background-color: #FFF;
}
.sc-panel__body {
  padding-top: calc(1.75em - 0.5em);
}
.sc-panel__footer {
  padding-top: calc(1.75em - 0.5em);
}
@media (max-width: 667px) {
  .sc-panel {
    padding: 1.75em;
  }
}

.sc-panel--footerFix {
  position: relative;
  padding-bottom: 5em;
}
.sc-panel--footerFix .sc-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.75em 1.75em;
}

/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  appearance: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.sc-btn, .sc-btn:link, .sc-btn:visited {
  color: #FFF;
}
.sc-btn > * {
  position: relative;
  display: grid;
  column-gap: 8px;
  align-items: center;
  justify-items: center;
  padding: 0.8em 0;
  width: fit-content;
  margin: auto;
}

.sc-btn--icoL > * {
  grid-template-columns: 1fr auto;
}
.sc-btn--icoL > *:before {
  content: "";
}

.sc-btn--icoR > * {
  grid-template-columns: auto 1fr;
}
.sc-btn--icoR > *:after {
  content: "";
}

/*!
----------------------------------------------
 special contents libraries
----------------------------------------------
*/
/*----------------------------------------------*/
/* lib accordion
/*----------------------------------------------*/
@media (max-width: 667px) {
  .sc-acc\@Sp {
    padding: 0;
    border: none;
    background-color: #CCC;
    /* js-open
    /* ------------------------------------ */
  }
  .sc-acc\@Sp__body {
    max-height: 0;
    margin-top: 0;
    padding: 0 1em;
  }
  .sc-acc\@Sp__body > *:first-child {
    padding-top: 1em;
  }
  .sc-acc\@Sp__body > *:last-child {
    padding-bottom: 1em;
  }
  .sc-acc\@Sp__body .sc-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-acc\@Sp__btn {
    position: relative;
    cursor: pointer;
    padding: 1em;
    color: #111;
    background-color: #CCC;
  }
  .sc-acc\@Sp__btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    content: "";
    display: block;
    width: 8.8888888889%;
    height: 0;
    padding-top: 8.8888888889%;
    margin: auto;
    background: url("../img/ico/ico-arrow_down.svg") no-repeat 0 0/cover;
    transition: transform 0.5s ease;
  }
  .sc-acc\@Sp__btn + * {
    overflow-y: hidden;
    max-height: 0;
    transition: max-height 1s ease;
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn {
    color: #CCC;
    background-color: #CCC;
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn:before {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn + * {
    height: auto;
    max-height: 1000px;
  }
  .sc-acc\@Sp.sc-acc\@Sp--l.js-open .sc-acc\@Sp__btn + * {
    max-height: 1900px;
  }
}

@media (max-width: 667px) {
  .sc-accGrid\@Sp__btn {
    position: relative;
    cursor: pointer;
  }
  .sc-accGrid\@Sp__btn:before, .sc-accGrid\@Sp__btn:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .sc-accGrid\@Sp__btn:before {
    background-color: #323232;
    width: 24px;
    height: 24px;
  }
  .sc-accGrid\@Sp__btn:after {
    background-color: #fff;
    clip-path: polygon(50% 80%, 90% 0, 100% 0, 50% 100%, 0 0, 10% 0);
    width: 18px;
    height: 10px;
    right: calc(0.5em + 3px);
    transform: translateY(10%);
    transition: transform 0.5s ease;
  }
  .sc-accGrid\@Sp__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease-out;
    padding: 0;
  }
  .sc-accGrid\@Sp__inner {
    overflow: hidden;
  }
  .sc-accGrid\@Sp__inner:before, .sc-accGrid\@Sp__inner:after {
    content: "";
    display: block;
    height: 1em;
  }
  .sc-accGrid\@Sp__footer {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .sc-accGrid\@Sp:not(.js-open) .sc-accGrid\@Sp__footer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__btn:after {
    transform: rotate(180deg);
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__body {
    grid-template-rows: 1fr;
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__footer {
    display: block;
  }
}
/*----------------------------------------------*/
/* lib swiper
/*----------------------------------------------*/
.sc-swiper {
  position: relative;
  overflow: hidden;
}
.sc-swiper .swiper-button-next,
.sc-swiper .swiper-button-prev {
  width: 32px;
}
.sc-swiper .swiper-button-next:after,
.sc-swiper .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 32px;
  background: 0 0/cover no-repeat;
}
.sc-swiper .swiper-button-next {
  right: 3%;
}
.sc-swiper .swiper-button-next:after {
  background-image: url("../img/ico/ico-arrow_left.svg");
}
.sc-swiper .swiper-button-prev {
  left: 3%;
}
.sc-swiper .swiper-button-prev:after {
  background-image: url("../img/ico/ico-arrow_right.svg");
}
.sc-swiper .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.sc-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.sc-swiper .swiper-pagination-custom,
.sc-swiper .swiper-pagination-fraction {
  bottom: 5px;
}
.sc-swiper--pagination {
  padding-bottom: 3.75em;
}
.sc-swiper--pagination .swiper-pagination {
  bottom: 0 !important;
  line-height: 1;
  padding: 1em 0;
}
.sc-swiper--pagination .swiper-pagination span {
  vertical-align: middle;
}

.sc-youtube {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.sc-youtube:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 58.3333333333%;
}
.sc-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**/
/*!
----------------------------------------------
 keyVisual
----------------------------------------------
*/
.sc-keyVisual {
  padding-top: 8px;
  position: relative;
  overflow: hidden;
  text-align: center;
  content: "test";
}
.sc-keyVisual img {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.sc-keyVisual__title {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1340px;
  padding: 0 1em;
  height: 100%;
  margin-inline: auto;
}
.sc-keyVisual__title picture {
  background-color: #fff;
}
.sc-keyVisual__img {
  background-color: #fff;
  width: 20.7692307692%;
  height: 100%;
  transform: scale(1.05);
  text-align: center;
  vertical-align: middle;
}
.sc-keyVisual__img img {
  height: 100%;
  object-fit: contain;
  padding-block: 1em;
}
@media (max-width: 667px) {
  .sc-keyVisual__title {
    width: 100%;
    height: 27.3417721519%;
    padding: 0;
    display: block;
    background-color: #FFF;
  }
  .sc-keyVisual__img {
    width: 78.1333333333%;
    background: transparent;
    margin: auto;
    transform: translateY(10%);
  }
  .sc-keyVisual__img img {
    height: auto;
    object-fit: unset;
    display: block;
    padding: 0;
  }
}

.sc-keyVisualSlider {
  width: 100%;
}
.sc-keyVisualSlider__viewport {
  overflow: hidden;
}
.sc-keyVisualSlider__container {
  display: flex;
  width: 100%;
}
.sc-keyVisualSlider__group {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  width: 100%;
  padding-left: 8px;
  justify-content: space-between;
}
.sc-keyVisualSlider__group--clone {
  pointer-events: none;
}
.sc-keyVisualSlider__group .sc-grid {
  width: 24.75%;
  aspect-ratio: 500/620;
}
.sc-keyVisualSlider__group .sc-grid img, .sc-keyVisualSlider__group .sc-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-keyVisualSlider__grid {
  display: grid;
}
.sc-keyVisualSlider__item {
  flex-shrink: 0;
  overflow: hidden;
}
.sc-keyVisualSlider__img {
  display: block;
  width: 400px;
  height: auto;
}
@media (min-width: 668px) {
  .sc-keyVisualSlider {
    margin-top: 0.25em;
  }
}
@media (max-width: 667px) {
  .sc-keyVisualSlider__group {
    width: 367%;
  }
  .sc-keyVisualSlider__group .sc-grid:nth-child(1) {
    order: 2;
  }
  .sc-keyVisualSlider__group .sc-grid:nth-child(2) {
    order: 3;
  }
  .sc-keyVisualSlider__group .sc-grid:nth-child(3) {
    order: 4;
  }
  .sc-keyVisualSlider__group .sc-grid:nth-child(4) {
    order: 1;
  }
  .sc-keyVisualSlider__group .sc-grid:nth-child(4) img, .sc-keyVisualSlider__group .sc-grid:nth-child(4) video {
    object-position: center 20%;
  }
  .sc-keyVisualSlider .sc-grid {
    aspect-ratio: 750/790;
  }
}

.sc-grid {
  display: grid;
  gap: 10px;
  max-height: 640px;
}

.sc-grid--type-a {
  grid-template-rows: 420fr 200fr;
  grid-template-rows: 67.7419354839% 32.2580645161%;
  grid-template-columns: 58% 39%;
}
@media (max-width: 667px) {
  .sc-grid--type-a {
    grid-template-rows: 50% 50%;
  }
}

.sc-grid--type-a .sc-grid__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}

.sc-grid--type-a .sc-grid__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.sc-grid--type-a .sc-grid__item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}

.sc-grid--type-b {
  grid-template-rows: 200fr 420fr;
  grid-template-rows: 32.2580645161% 67.7419354839%;
  grid-template-columns: 39% 58%;
}
@media (max-width: 667px) {
  .sc-grid--type-b {
    grid-template-rows: 50% 50%;
  }
}

.sc-grid--type-b .sc-grid__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}

.sc-grid--type-b .sc-grid__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.sc-grid--type-b .sc-grid__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.sc-grid__item {
  background-color: #eee;
}

/*!
----------------------------------------------
 introduction
----------------------------------------------
*/
.sc-introduction {
  --fs-min-val: 10;
  --fs-max-val: 22;
  --vw-min-val: 320;
  --vw-max-val: 1920;
  font-size: clamp(var(--fs-min-val) * 1pt, var(--fs-min-val) * 1pt + (var(--fs-max-val) - var(--fs-min-val)) * (100vw - var(--vw-min-val) * 1px) / (var(--vw-max-val) - var(--vw-min-val)), var(--fs-max-val) * 1pt);
  font-family: YakuHanJP, "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 667px) {
  .sc-introduction {
    font-weight: 700;
  }
}

/*!
----------------------------------------------
 recipe
----------------------------------------------
*/
.sc-recipe {
  position: relative;
  background: url("../img/bg-brick.png") 0 0 repeat;
}
.sc-recipe:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.sc-recipe__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 668px) {
  .sc-recipe {
    padding-block: 1.75em 1.75em;
  }
  .sc-recipe__body {
    padding-top: 5em;
  }
}
@media (max-width: 667px) {
  .sc-recipe {
    padding-block: 1.75em 1.75em;
  }
  .sc-recipe__body {
    padding-top: 3em;
  }
}

.sc-recipeList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.75em;
  padding-block: 2.75em;
}
.sc-recipeList__item {
  position: relative;
  max-width: 340px;
  background-color: transparent;
  padding-bottom: 3em;
}
.sc-recipeList__item.is-new .sc-recipeList__thumb:before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  background-color: #a74166;
  width: 29.4117647059%;
  padding-top: 24.1176470588%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: transparent url("../img/img-label_new.png") 0 0/cover no-repeat;
}
.sc-recipeList__num {
  z-index: 3;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 26.4705882353%;
  padding-top: 26.4705882353%;
  container-type: inline-size;
  line-height: 1;
  transform: translate(-20%, -70%);
}
.sc-recipeList__num:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f176;
  transform: rotate(15deg);
  box-shadow: 2px 2px 3px 0 #333;
}
.sc-recipeList__num span {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  height: 1em;
  text-align: center;
  line-height: 1;
  transform: scaleX(0.8);
  font-size: 54cqi;
  font-family: "Brygada 1918", serif;
  font-weight: 500;
}
.sc-recipeList__type {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  width: 17.6470588235%;
  padding-top: 8.8235294118%;
  background: transparent 0 0/contain no-repeat;
  text-indent: -999px;
}
.sc-recipeList__type span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.is-beef .sc-recipeList__type {
  background-image: url("../img/img-type_beef.png");
}
.is-pork .sc-recipeList__type {
  background-image: url("../img/img-type_pork.png");
}
.sc-recipeList__thumb {
  aspect-ratio: 342/510;
  position: relative;
  background-color: #EEE;
  cursor: pointer;
}
.sc-recipeList__thumb:hover {
  opacity: 0.8;
}
.sc-recipeList__thumb:after {
  position: absolute;
  right: 1em;
  bottom: 1em;
  content: "";
  display: block;
  width: 19.4117647059%;
  padding-top: 25.8823529412%;
  max-height: 88px;
  background: transparent url("../img/img-play.png") 0 0/contain no-repeat;
}
.sc-recipeList__thumb iframe {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc-recipeList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-recipeList__text {
  padding: 1em;
}
.sc-recipeList__title, .sc-recipeList__name {
  font-weight: 600;
}
.sc-recipeList__title {
  padding: 0.75em 0.5em 0.5em 3em;
  background-color: #fff;
  font-size: clamp(1.6rem, 1.462rem + 0.385vi, 2.2rem);
}
.sc-recipeList__name {
  font-size: clamp(1.6rem, 1.415rem + 0.513vi, 2.4rem);
}
.is-beef .sc-recipeList__title {
  color: #745f3f;
}
.is-pork .sc-recipeList__title {
  color: #ce5f5f;
}
.sc-recipeList__btn {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  background-color: #f5f176;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding: 0.5em 1em;
  line-height: 1.1;
  color: #361b24;
  border-radius: 1.2em;
  font-weight: 600;
}
.sc-recipeList__btn span {
  display: block;
  transform: translateY(5%);
}
.sc-recipeList__btn, .sc-recipeList__btn:link, .sc-recipeList__btn:visited {
  text-decoration: none;
}
.sc-recipeList__btn:after {
  content: "";
  background-color: #361b24;
  width: 0.6em;
  height: 0.8em;
  clip-path: polygon(15% 0%, 100% 50%, 15% 100%, 0% 90%, 75% 50%, 0% 10%);
  margin-left: 0.5em;
}
.sc-recipeList__btn:hover {
  color: white;
  background-color: #361b24;
}
.sc-recipeList__btn:hover:after {
  background-color: white;
}
@media (min-width: 668px) {
  .sc-recipeList {
    justify-content: center;
  }
  .sc-recipeList__item {
    width: 30%;
  }
  .sc-recipeList__title {
    padding-left: 3.5em;
  }
}
@media (max-width: 667px) {
  .sc-recipeList {
    align-items: center;
    flex-direction: column;
  }
  .sc-recipeList__num {
    width: 21.1538461538%;
    padding-top: 21.1538461538%;
    transform: translate(-20%, -55%);
  }
  .sc-recipeList__item {
    width: 74.6666666667%;
  }
  .sc-recipeList__item + .sc-recipeList__item {
    margin-top: 3em;
  }
  .sc-recipeList__title {
    padding-left: 3.25em;
  }
}

#sc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.sc-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.sc-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  max-width: 600px;
  aspect-ratio: 9/16;
}

.sc-modal__player {
  position: relative;
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
}

.sc-modal__content iframe {
  width: 100%;
  height: 100%;
}

.sc-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50%, -50%);
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.sc-modal__close:hover {
  background-color: #fff;
  color: #000;
}

/*!
----------------------------------------------
 profile
----------------------------------------------
*/
.sc-profile {
  padding-block: 2.75em;
  background-color: #fefccc;
}
.sc-profile__body {
  padding: 1.75em;
  background-color: #fff;
}
.sc-profile__item {
  font-size: clamp(1.4rem, 1.308rem + 0.256vi, 1.8rem);
}
.sc-profile__item a {
  display: inline-block;
  vertical-align: top;
}
.sc-profile__item img {
  display: block;
}
.sc-profile__item p {
  margin-bottom: 0;
}
.sc-profile__item:nth-child(1) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 668px) {
  .sc-profile__grid {
    display: grid;
    gap: 1em;
    grid-template-columns: 10% repeat(3, 1fr) 10%;
    grid-template-rows: auto;
    width: 100%;
  }
  .sc-profile__grid:before {
    content: "";
    order: 1;
  }
  .sc-profile__grid:after {
    content: "";
    order: 5;
  }
  .sc-profile__item {
    width: 100%;
  }
  .sc-profile__item:nth-child(1) {
    order: 2;
  }
  .sc-profile__item:nth-child(2) {
    order: 6;
    text-align: center;
    grid-column: 1/6;
  }
  .sc-profile__item:nth-child(3) {
    order: 3;
  }
  .sc-profile__item:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 667px) {
  .sc-profile__item + .sc-profile__item {
    margin-top: 1em;
  }
}

/*!
----------------------------------------------
 footer
----------------------------------------------
*/
.sc-contents__footer {
  padding-bottom: 2.75em;
}

.sc-logos img[src*="../../img/logo/logo_foryou.png"] {
  transform: scale(0.9);
}
.sc-logos img[src*="../../img/logo/logo_us_pork.png"] {
  transform: scale(1.2);
}

/**/

/*# sourceMappingURL=style.css.map */
