/* CSS Document */
/*all*/
main *, main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ffffff;
  color: #1a0602;
  font-size: 4.5vmin;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 20px;
  }
}
html.smooth {
  scroll-behavior: smooth;
}

body {
  position: relative;
  -webkit-animation: op 0.5s ease 0.5s both;
          animation: op 0.5s ease 0.5s both;
}
body:has(#backnumber__load) {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main, footer {
  overflow-x: clip;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: revert;
  }
}

h2 {
  width: calc(100% - 2rem);
  max-width: 600px;
  margin: 0 auto 1rem;
  aspect-ratio: 1000/300;
}
h2 img {
  width: 100%;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: #ffffff;
}
.bg::before {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/recipe/bg.webp);
  background-position: center;
  background-size: 400px auto;
  content: "";
}

.title {
  position: relative;
  width: 100%;
  overflow: clip;
  border-top: solid 0.2rem #1a0602;
  border-bottom: solid 0.2rem #1a0602;
  background-image: url(../img/recipe/title-sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.2;
}
@media screen and (min-width: 1025px) {
  .title {
    background-image: url(../img/recipe/title-pc.webp);
    aspect-ratio: 3/1;
  }
}
.title h1 {
  position: absolute;
  top: 3%;
  left: 6%;
  width: 90%;
  -webkit-animation: titleH1 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s both;
          animation: titleH1 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s both;
  aspect-ratio: 2/1;
}
body:has(#backnumber__load) .title h1 {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes titleH1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(360deg) scale(1.2);
            transform: rotateY(360deg) scale(1.2);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1.2);
            transform: rotateY(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
  }
}
@keyframes titleH1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(360deg) scale(1.2);
            transform: rotateY(360deg) scale(1.2);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1.2);
            transform: rotateY(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
  }
}
@media screen and (min-width: 1025px) {
  .title h1 {
    top: 14%;
    left: 8%;
    width: 45%;
  }
}
.title h1 img {
  width: 100%;
}
.title__cast {
  position: absolute;
  right: 3%;
  bottom: -15%;
  width: 89%;
  -webkit-animation: titleCast 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both;
          animation: titleCast 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both;
  aspect-ratio: 1/1;
}
body:has(#backnumber__load) .title__cast {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes titleCast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}
@keyframes titleCast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}
@media screen and (min-width: 1025px) {
  .title__cast {
    right: 6%;
    bottom: -26%;
    width: 41%;
  }
}
.title__cast img {
  width: 100%;
}

.oa {
  padding: 0.7em;
  border-bottom: solid 0.2rem #1a0602;
  background-color: #1a0602;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1025px) {
  .oa {
    font-size: 1.5rem;
  }
}

.about__wrap {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  border: solid 0.2rem #1a0602;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.about__wrap p {
  margin: 0.5em auto;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .about__wrap p {
    font-size: 1.2rem;
  }
}

.recipe {
  display: none;
}
.recipe:has(.recipe__content) {
  display: revert;
}
.recipe__label {
  display: block;
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 0 auto 1rem;
  padding: 1rem;
  border: solid 0.2em #1a0602;
  border-radius: 1rem;
  background-color: #d24128;
  cursor: pointer;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.recipe__label:hover {
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0)) brightness(1.2);
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0)) brightness(1.2);
}
.recipe__label input {
  display: none;
}
.recipe__label + .recipe__content {
  display: none;
  margin: 0 auto 2rem;
}
.recipe__label:has(:checked) + .recipe__content {
  display: revert;
}
.recipe__label__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipe__label__item:nth-child(1) {
  width: 5em;
}
.recipe__label__item:nth-child(2) {
  width: calc(100% - 6em);
}
.recipe__label__pic {
  width: 100%;
  aspect-ratio: 16/9;
}
.recipe__label__pic img {
  width: 100%;
  border-radius: 0.5rem;
}
.recipe__label__txt p {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.recipe__label__txt p:nth-child(1) {
  font-size: 0.8em;
}
.recipe__label__txt p:nth-child(2) {
  margin: 0.5em auto 0;
}
.recipe__group:nth-child(odd) .recipe__label {
  background-color: #61b5fa;
}
.recipe__group:nth-child(even) .recipe__label {
  background-color: #2cd8d0;
}
.recipe__content {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  border: solid 0.2rem #1a0602;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.recipe__title {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.recipe__title::before, .recipe__title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 100/140;
}
.recipe__title::before {
  right: 100%;
  background-image: url(../img/recipe/deco-a.svg);
}
.recipe__title::after {
  left: 100%;
  background-image: url(../img/recipe/deco-b.svg);
}
.recipe__date {
  margin: 1em auto 0;
  color: #555555;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .recipe__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recipe__item {
  margin: 1rem auto 0;
}
@media screen and (min-width: 1025px) {
  .recipe__item {
    width: calc(50% - 0.5rem);
    margin: 1rem 0 0;
  }
}
.recipe__pic {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem;
  overflow: clip;
  border-radius: 1rem;
  background-color: #5096d2;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1025px) {
  .recipe__pic {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    left: 0;
  }
}
.recipe__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recipe__pic iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recipe__ingredients, .recipe__step {
  margin: 0 auto 2em;
  overflow: clip;
  border: solid 0.2rem #1a0602;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.recipe__ingredients p, .recipe__step p {
  position: relative;
  z-index: 0;
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.8;
}
.recipe__ingredients p::before, .recipe__step p::before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: ivory;
  content: "";
}
.recipe__ingredients__head, .recipe__step__head {
  padding: 0.75rem 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #1a0602;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.recipe__link {
  display: block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  width: calc(100% - 2rem);
  max-width: 20em;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 100vh;
  background-color: #1a0602;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-filter: drop-shadow(0 0.2rem 0 #555555);
          filter: drop-shadow(0 0.2rem 0 #555555);
}
.recipe__link:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-filter: drop-shadow(0 0 0 #555555);
          filter: drop-shadow(0 0 0 #555555);
}

.cast__flex {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .cast__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cast__item {
  margin: 2rem auto;
}
@media screen and (min-width: 1025px) {
  .cast__item {
    width: calc(33.3333333333% - 1rem);
    margin: 0;
  }
}
.cast__pic {
  position: relative;
  width: 70%;
  margin: 0 auto;
  overflow: clip;
  border: solid 0.2rem #1a0602;
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .cast__pic {
    width: 90%;
  }
}
.cast__pic img {
  width: 100%;
}
.cast__name {
  position: relative;
  height: 4em;
  margin: 1rem auto;
  border: solid 0.2rem #1a0602;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.cast__name p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.cast__child {
  margin: 0.5rem auto;
  letter-spacing: -1em;
  text-align: center;
}
.cast__child__pic {
  display: inline-block;
  position: relative;
  width: 13em;
  margin: 0.5em;
  overflow: clip;
  border: solid 0.2rem #1a0602;
  border-radius: 100vh;
  letter-spacing: 0;
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.cast__child__pic p {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 1em 0 1.25em;
  background-color: #ffffff;
  color: #1a0602;
  font-weight: bold;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.cast__child__pic:nth-child(1) p {
  background-color: #f0c384;
}
.cast__child__pic:nth-child(2) p {
  background-color: #fdbb9f;
}
.cast__child__pic img {
  width: 100%;
}

.link__wrap {
  position: relative;
  z-index: 0;
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  overflow: clip;
  border: solid 0.2rem #1a0602;
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
          filter: drop-shadow(0.1em 0.2em 0 rgb(0, 0, 0));
}
.link__wrap p {
  margin: 2em auto;
  text-align: center;
}
.link__wrap a {
  display: block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  width: calc(100% - 2rem);
  max-width: 20em;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 100vh;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.link__wrap a.insta {
  position: relative;
  background-image: url(https://www.ctv.co.jp/assets/svgs/sns/instagram-w.svg);
  background-position: left 2em center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-color: #ff0069;
  -webkit-filter: drop-shadow(0 0.2rem 0 #a00a48);
          filter: drop-shadow(0 0.2rem 0 #a00a48);
}
.link__wrap a.insta:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-filter: drop-shadow(0 0 0 #a00a48);
          filter: drop-shadow(0 0 0 #a00a48);
}
@media screen and (min-width: 1025px) {
  .link__wrap a.insta {
    background-position: left 4em center;
  }
}
.link__wrap.oyako {
  background-color: #ffe6e9;
}
.link__wrap.oyako::after {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(https://www.ctv.co.jp/oyako/img/bg-flower.svg);
  background-size: 200px auto;
  content: "";
}
.link__wrap.oyako a.hp {
  background-color: #eb738c;
  -webkit-filter: drop-shadow(0 0.2rem 0 #b05567);
          filter: drop-shadow(0 0.2rem 0 #b05567);
}
.link__wrap.oyako a.hp:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-filter: drop-shadow(0 0 0 #b05567);
          filter: drop-shadow(0 0 0 #b05567);
}
.link__wrap.oyako .logo {
  width: 8em;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.link__wrap.oyako .logo img {
  width: 100%;
}
.link__wrap.gootakusan {
  background-color: #fada7d;
}
.link__wrap.gootakusan::after {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(https://www.ctv.co.jp/gootakusan/img/bg.svg);
  background-size: 150px auto;
  content: "";
}
.link__wrap.gootakusan .logo {
  width: 15em;
  margin: 0 auto;
  aspect-ratio: 500/180;
}
.link__wrap.gootakusan .logo img {
  width: 100%;
}
.link__wrap.gootakusan a.hp {
  background-color: #1a0602;
  -webkit-filter: drop-shadow(0 0.2rem 0 #555555);
          filter: drop-shadow(0 0.2rem 0 #555555);
}
.link__wrap.gootakusan a.hp:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-filter: drop-shadow(0 0 0 #555555);
          filter: drop-shadow(0 0 0 #555555);
}

#footer {
  position: relative;
}

.share {
  padding: 0 0 2rem;
}

.share-title {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 1em 2em;
  background-color: #1a0602;
  color: #ffffff;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.share-title::after {
  border-top: solid 0.5em #1a0602;
}

.icon-share {
  height: 1em;
  fill: #ffffff;
}

.footer-txt {
  padding: 1rem 0 2rem;
  font-size: 0.8rem;
  text-align: center;
}
.footer-txt * {
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
}

.fs-06 {
  font-size: 0.6em;
}

.fs-07 {
  font-size: 0.7em;
}

.fs-08 {
  font-size: 0.8em;
}

.fs-09 {
  font-size: 0.9em;
}

.fs-11 {
  font-size: 1.1em;
}

.fs-12 {
  font-size: 1.2em;
}

.fs-13 {
  font-size: 1.3em;
}

.fs-14 {
  font-size: 1.4em;
}

.fs-15 {
  font-size: 1.5em;
}

.fs-16 {
  font-size: 1.6em;
}

.fs-20 {
  font-size: 2em;
}

.fs-21 {
  font-size: 2.1em;
}

.fs-22 {
  font-size: 2.2em;
}

.fs-23 {
  font-size: 2.3em;
}

.fs-24 {
  font-size: 2.4em;
}

.fs-25 {
  font-size: 2.5em;
}

.fs-26 {
  font-size: 2.6em;
}

.fs-28 {
  font-size: 2.8em;
}

.fs-30 {
  font-size: 3em;
}

.opa-00 {
  opacity: 0;
}

.opa-05 {
  opacity: 0.5;
}

.opa-06 {
  opacity: 0.6;
}

.opa-07 {
  opacity: 0.7;
}

.fw-b {
  font-weight: bold;
}

.c-black {
  color: #1a0602;
}

.c-white {
  color: #ffffff;
}

.c-sat {
  color: #5096d2;
}

.c-sun {
  color: #d24128;
}

.c-red {
  color: #d24128;
}

.c-blue {
  color: #5096d2;
}

.c-yellow {
  color: #f5c328;
}

.c-orange {
  color: #f59628;
}

.c-teal {
  color: #28beb9;
}

.c-green {
  color: #009655;
}

.marker {
  position: relative;
  margin: 0 0.2em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.2em;
  text-underline-offset: -1em;
}
.marker::before, .marker::after {
  white-space: pre-wrap;
  content: " ";
}
.marker::before {
  margin-right: -0.01em;
}
.marker::after {
  margin-left: -0.01em;
}
.marker.black {
  color: #ffffff;
  -webkit-text-decoration-color: #1a0602;
          text-decoration-color: #1a0602;
}
.marker.red {
  color: #ffffff;
  -webkit-text-decoration-color: #d24128;
          text-decoration-color: #d24128;
}
.marker.pink {
  -webkit-text-decoration-color: #f5aed4;
          text-decoration-color: #f5aed4;
}
.marker.yellow {
  -webkit-text-decoration-color: #f5c328;
          text-decoration-color: #f5c328;
}
.marker.orange {
  -webkit-text-decoration-color: #f59628;
          text-decoration-color: #f59628;
}

.under {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
}
.under.wave {
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
}
.under.white {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.under.blue {
  -webkit-text-decoration-color: #5096d2;
          text-decoration-color: #5096d2;
}
.under.green {
  -webkit-text-decoration-color: #009655;
          text-decoration-color: #009655;
}
.under.teal {
  -webkit-text-decoration-color: #28beb9;
          text-decoration-color: #28beb9;
}
.under.orange {
  -webkit-text-decoration-color: #f59628;
          text-decoration-color: #f59628;
}

.spacer-005 {
  padding-top: 0.5rem;
}

.spacer-01 {
  padding-top: 1rem;
}

.spacer-02 {
  padding-top: 2rem;
}

.spacer-03 {
  padding-top: 3rem;
}

.spacer-04 {
  padding-top: 4rem;
}

.spacer-05 {
  padding-top: 5rem;
}

.spacer-06 {
  padding-top: 6rem;
}

.spacer-07 {
  padding-top: 7rem;
}

.spacer-08 {
  padding-top: 8rem;
}

.spacer-09 {
  padding-top: 9rem;
}

.spacer-10 {
  padding-top: 10rem;
}

.clip {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
*:has(> .clip) {
  position: relative;
}
.clip > div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

.trigger.opa + * {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.trigger.opa.is-trigger + * {
  opacity: 1;
}
.trigger.pop + * {
  opacity: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.trigger.pop.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.fall + * {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.trigger.fall.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slideup + * {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.trigger.slideup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slidedown + * {
  opacity: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.trigger.slidedown.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.popup + * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.trigger.popup.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.bloom + * {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.trigger.bloom.is-trigger + * {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.dur-03 + * {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.trigger.dur-05 + * {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.trigger.dur-07 + * {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.trigger.dur-1 + * {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.trigger.dur-2 + * {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.trigger.dur-3 + * {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}
.trigger.dur-4 + * {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}
.trigger.dur-5 + * {
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}
.trigger.dly-01 + * {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.trigger.dly-02 + * {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.trigger.dly-03 + * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.trigger.dly-04 + * {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.trigger.dly-05 + * {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.trigger.dly-06 + * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.trigger.dly-07 + * {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.trigger.dly-08 + * {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.trigger.dly-09 + * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.trigger.dly-1 + * {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}/*# sourceMappingURL=cooking.css.map */