/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
.moriFt .moriFt__returnBtn {
  z-index: 5;
}

.page-kodawari {
  color: #007269;
}
.page-kodawari input, .page-kodawari button, .page-kodawari textarea, .page-kodawari select {
  box-sizing: border-box;
  outline: none;
}
.page-kodawari * {
  letter-spacing: 0.05em;
}
.page-kodawari *::before, .page-kodawari *::after {
  display: block;
}
.page-kodawari img {
  width: 100%;
  max-width: none;
  height: auto;
}
.page-kodawari a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-kodawari .pc-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-kodawari .sp-br {
    display: none;
  }
}
@container (max-width: 767px) {
  .page-kodawari .cont-pc-br {
    display: none;
  }
}
@container (min-width: 768px) {
  .page-kodawari .cont-sp-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-kodawari .pc-disp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .page-kodawari .sp-disp {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .page-kodawari .opacity-link {
    transition: opacity 0.2s ease;
  }
  .page-kodawari .opacity-link:hover {
    opacity: 0.6;
  }
}
.page-kodawari .txt-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .page-kodawari .txt-link:hover {
    text-decoration: none;
  }
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.c-ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-ttl01 {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-ttl01 {
    min-height: 127px;
  }
}
.c-ttl01::before {
  content: "";
  aspect-ratio: 98/116;
  -webkit-mask: url(../images/ico_egg.svg) no-repeat center/contain;
          mask: url(../images/ico_egg.svg) no-repeat center/contain;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .c-ttl01::before {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .c-ttl01::before {
    width: 107px;
  }
}
.c-ttl01__en {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-ttl01__en {
    height: 11px;
  }
}
@media (min-width: 768px) {
  .c-ttl01__en {
    height: 14px;
  }
}
.c-ttl01__en img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.c-ttl01__ja {
  color: #000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-ttl01__ja {
    margin: 16px auto 0;
    font-size: clamp(1px, 4.8vw, 18px);
    line-height: 1.72;
  }
}
@media (min-width: 768px) {
  .c-ttl01__ja {
    margin: 10px auto 0;
    font-size: clamp(1px, 2.28vw, 32px);
    line-height: 1.68;
  }
}
.c-ttl01__ja img {
  width: auto;
  height: 100%;
}

/*------------------------------------------
item
------------------------------------------*/
.c-item01 {
  background: #fff;
  border-radius: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .c-item01 {
    padding: 50px 7.19vw 20px;
  }
}
@media (min-width: 768px) {
  .c-item01 {
    padding: 50px 40px 37px;
  }
}
.c-item01__lead {
  padding: 10px 35px;
  border-radius: 38px;
  background: #2ACCAD;
  color: #fff;
  font-size: clamp(1px, 4.26vw, 16px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translateX(-50%);
}
.c-item01__lead::before {
  content: "";
  width: 14px;
  height: 13px;
  background: inherit;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.c-item01__ttl {
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .c-item01__ttl {
    font-size: clamp(1px, 5.33vw, 20px);
  }
}
@media (min-width: 768px) {
  .c-item01__ttl {
    font-size: 28px;
  }
}
.c-item01__img {
  margin: 20px auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-item01__img {
    width: 93.2%;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .c-item01__img {
    width: 84.6%;
    border-radius: 30px;
  }
}
.c-item01__txt01 {
  text-align: center;
}
@media (max-width: 767px) {
  .c-item01__txt01 {
    margin: 20px auto 0;
    font-size: clamp(1px, 4.26vw, 16px);
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .c-item01__txt01 {
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 1.75;
  }
}
.c-item01__btn01 {
  color: #007269;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-item01__btn01 {
    margin: 20px auto 0;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .c-item01__btn01 {
    margin: 30px auto 0;
    font-size: 18px;
  }
}
.c-item01__btn01 .ico {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_cross01.svg) no-repeat center, #E70012;
}
@media (max-width: 767px) {
  .c-item01__btn01 .ico {
    width: 20px;
    background-size: 9px;
  }
}
@media (min-width: 768px) {
  .c-item01__btn01 .ico {
    width: 28px;
    background-size: 15px;
  }
}

/*------------------------------------------
modal
------------------------------------------*/
.c-modal01 {
  display: none;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(27px);
  background-color: rgba(0, 0, 0, 0.18);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.c-modal01__in {
  position: relative;
}
@media (max-width: 767px) {
  .c-modal01__in {
    padding: 40px 5.33vw 100px;
  }
}
@media (min-width: 768px) {
  .c-modal01__in {
    padding: 126px 11.42vw;
  }
}
.c-modal01__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-modal01__cont {
  max-width: 716px;
  margin-inline: auto;
  position: relative;
}
.c-modal01__close {
  position: absolute;
}
@media (max-width: 767px) {
  .c-modal01__close {
    top: -8px;
    right: -9px;
  }
}
@media (min-width: 768px) {
  .c-modal01__close {
    top: -18px;
    right: -16px;
  }
}
.c-modal01__close button {
  aspect-ratio: 1/1;
  display: block;
  background: #FCF6F0;
  border-radius: 50%;
  transform: rotate(45deg);
  position: relative;
}
@media (max-width: 767px) {
  .c-modal01__close button {
    width: 37px;
  }
}
@media (min-width: 768px) {
  .c-modal01__close button {
    width: 60px;
  }
}
.c-modal01__close button::before, .c-modal01__close button::after {
  content: "";
  border-radius: 3px;
  background: #007269;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal01__close button::before {
  width: 46.6%;
  height: 3px;
}
.c-modal01__close button::after {
  width: 3px;
  height: 46.6%;
}

/*------------------------------------------
contents
------------------------------------------*/
@media (min-width: 768px) {
  .c-sec01 {
    padding: 0 clamp(1px, 11.42vw, 160px);
  }
}
.c-sec01__in {
  max-width: 1080px;
  margin-inline: auto;
}

.sec-in {
  margin-inline: auto;
}

/* =========================================================
layout
========================================================= */
/*------------------------------------------
navigation
------------------------------------------*/
.sticky-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.sticky-nav__btn {
  width: 44px;
  height: 44px;
  padding: 0 0 0 11px;
  background: #fff;
  border-radius: 44px 0 0 44px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .sticky-nav__btn {
    display: none;
  }
}
.sticky-nav__btn button {
  display: block;
  width: 26px;
  height: 31px;
  background: url(../images/ico_egg.svg) no-repeat center/contain;
}
.sticky-nav__btn span {
  display: block;
  margin: 0 auto;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #007269;
}
.sticky-nav__btn span + span {
  margin: 2px auto 0;
}
.sticky-nav__btn button.is-open span {
  width: 15px;
  transform-origin: left;
}
.sticky-nav__btn button.is-open span:nth-child(1) {
  transform: translateX(2px) rotate(45deg);
}
.sticky-nav__btn button.is-open span:nth-child(2) {
  opacity: 0;
}
.sticky-nav__btn button.is-open span:nth-child(3) {
  transform: translateX(2px) rotate(-45deg);
}
.sticky-nav__btn button.is-open span + span {
  margin: 3px auto 0;
}
.sticky-nav__block {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .sticky-nav__block {
    display: none;
    max-width: 282px;
    padding: clamp(20px, 10vh, 67px) 34px;
    border-radius: 70px 0 0 70px;
    background: #fff;
    top: 0;
  }
}
@media (min-width: 768px) {
  .sticky-nav__block {
    display: block !important;
    top: 8px;
  }
}
.sticky-nav__block::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(28px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .sticky-nav__block::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .sticky-nav__list {
    height: 50px;
    padding: 0 19px 0 32px;
    border-radius: 50px 0 0 50px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .sticky-nav__item + .sticky-nav__item {
    margin: clamp(20px, 5.6vh, 38px) 0 0;
  }
}
.sticky-nav__item a {
  display: block;
}
.sticky-nav__item img {
  width: auto;
}
@media (max-width: 767px) {
  .sticky-nav__item img {
    height: 22px;
  }
}
@media (min-width: 768px) {
  .sticky-nav__item img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .sticky-nav__bnr {
    margin: 37px 0 0;
  }
}
@media (min-width: 768px) {
  .sticky-nav__bnr {
    width: 172px;
    margin: 7px 0 0 auto;
  }
}
.sticky-nav__bnr a {
  display: block;
}

/*------------------------------------------
mv
------------------------------------------*/
.mv {
  position: relative;
  z-index: 2;
}
.mv__logo {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv__logo {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .mv__logo {
    left: 41px;
  }
}
.mv__logo a {
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .mv__logo a {
    width: 59px;
    padding: 6px 11px 9px;
  }
}
@media (min-width: 768px) {
  .mv__logo a {
    width: 75px;
    padding: 9px 16px 13px;
  }
}
.mv__scroll {
  aspect-ratio: 1/1;
  background: url(../images/ico_scroll.png) no-repeat center/contain;
  position: absolute;
}
@media (max-width: 767px) {
  .mv__scroll {
    width: 50px;
    bottom: -20px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .mv__scroll {
    width: 76px;
    bottom: -5px;
    left: 11.57vw;
  }
}

.mv__ttl {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s linear;
}
.mv__ttl.is-active {
  clip-path: circle(100% at 50% 50%);
}

/*------------------------------------------
kodawari
------------------------------------------*/
@media (max-width: 767px) {
  .sec-kodawari {
    padding: 20px 1.6vw 70px;
  }
}
@media (min-width: 768px) {
  .sec-kodawari {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
.sec-kodawari .c-ttl01 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec-kodawari__list {
    margin: 16vw auto 0;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__list {
    margin: 60px auto 0;
  }
}
.sec-kodawari__block {
  container-type: inline-size;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .sec-kodawari__block {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__block + .sec-kodawari__block {
    margin: 21.33vw auto 0;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block + .sec-kodawari__block {
    margin: -24px auto 0;
  }
}
[class*=sec-kodawari__deco] {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .sec-kodawari__deco--01 {
    width: 95.6cqw;
    top: -64.29cqw;
    right: -57.7cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__deco--01 {
    width: 56.2cqw;
    top: -33.25cqw;
    right: 5.74cqw;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__deco--02 {
    width: 87.63cqw;
    top: -20.88cqw;
    left: -51.65cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__deco--02 {
    width: 47.77cqw;
    top: -3.25cqw;
    right: 29.62cqw;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__deco--03 {
    width: 74.72cqw;
    top: -28.3cqw;
    right: -38.19cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__deco--03 {
    width: 38.05cqw;
    top: -4.54cqw;
    left: 33.98cqw;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__deco--04 {
    width: 83.51cqw;
    top: -34.9cqw;
    left: -47.53cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__deco--04 {
    width: 48.14cqw;
    top: -8.8cqw;
    right: 31.94cqw;
  }
}
.sec-kodawari__detail {
  aspect-ratio: 363/421;
  background: url(../images/bg_egg.png) no-repeat center/contain;
  position: relative;
}
@media (max-width: 767px) {
  .sec-kodawari__detail {
    padding: 16.25cqw 13.22cqw 0;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__detail {
    width: 54.53cqw;
    padding: 0 10.18cqw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.sec-kodawari__detail::before {
  content: "";
  aspect-ratio: 66/70;
  position: absolute;
}
@media (max-width: 767px) {
  .sec-kodawari__detail::before {
    width: 17.69cqw;
    top: -5.5cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__detail::before {
    width: 8.51cqw;
    top: 4.9cqw;
  }
}
.sec-kodawari__detail::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
.sec-kodawari__detail .ttl {
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-kodawari__detail .ttl {
    font-size: 4.95cqw;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__detail .ttl {
    font-size: 3.7cqw;
    line-height: 1.725;
  }
}
.sec-kodawari__detail .txt01 {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec-kodawari__detail .txt01 {
    margin: 25px auto 0;
    font-size: 3.85cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__detail .txt01 {
    font-size: 1.48cqw;
  }
}
.sec-kodawari__img {
  border: solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec-kodawari__img {
    width: 89.6vw;
    margin: -66px auto 0;
    border-width: 5px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__img {
    width: 50cqw;
    border-width: 10px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__block:nth-child(odd) .sec-kodawari__detail::before {
    left: 18.13cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block:nth-child(odd) .sec-kodawari__detail::before {
    left: 4.44cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block:nth-child(odd) .sec-kodawari__img {
    margin-left: -4.53cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .sec-kodawari__block:nth-child(even) .sec-kodawari__detail::before {
    right: 18.13cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block:nth-child(even) .sec-kodawari__detail::before {
    right: 4.44cqw;
  }
}
@media (min-width: 768px) {
  .sec-kodawari__block:nth-child(even) .sec-kodawari__img {
    margin-right: -4.53cqw;
  }
}
.sec-kodawari__block:nth-child(1) .sec-kodawari__detail::before {
  background: url(../images/num_kodawari01.png) no-repeat center/contain;
}
.sec-kodawari__block:nth-child(2) .sec-kodawari__detail::before {
  background: url(../images/num_kodawari02.png) no-repeat center/contain;
}
.sec-kodawari__block:nth-child(3) .sec-kodawari__detail::before {
  background: url(../images/num_kodawari03.png) no-repeat center/contain;
}
.sec-kodawari__block:nth-child(4) .sec-kodawari__detail::before {
  background: url(../images/num_kodawari04.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .sec-kodawari__img {
    transition-delay: 0.7s;
  }
}

/*------------------------------------------
video
------------------------------------------*/
.sec-video {
  background: #FF5A46;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .sec-video {
    padding: 50px 5.33vw 42px;
  }
}
@media (min-width: 768px) {
  .sec-video {
    padding: 90px 0;
  }
}
.sec-video::before, .sec-video::after {
  content: "";
  width: 100vw;
  height: 11px;
  background: url(../images/bg_pat01.png) repeat-x center/auto 100%;
  position: absolute;
  left: 0;
}
.sec-video::before {
  bottom: 100%;
}
.sec-video::after {
  top: 100%;
  transform: scale(-1, -1);
}
.sec-video .c-sec01__in {
  position: relative;
}
.sec-video__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec-video__body {
    width: clamp(1px, 50vw, 700px);
    margin-inline: auto;
  }
}
.sec-video__body .video {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-video__body .video {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .sec-video__body .video {
    border-radius: 40px;
  }
}
.sec-video__body .video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec-video__body .ttl {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-video__body .ttl {
    margin: 10px auto 0;
    font-size: 5.33vw;
  }
}
@media (min-width: 768px) {
  .sec-video__body .ttl {
    margin: 16px auto 0;
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .sec-video__list {
    margin: 4px auto 0;
    display: flex;
    gap: 12px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .sec-video__list {
    width: clamp(1px, 77.14vw, 1080px);
    -moz-column-gap: clamp(1px, 55vw, 770px);
         column-gap: clamp(1px, 55vw, 770px);
    -moz-column-count: 2;
         column-count: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-video__tab {
  aspect-ratio: 305/405;
}
@media (max-width: 767px) {
  .sec-video__tab {
    width: clamp(1px, 19.73vw, 74px);
  }
}
@media (min-width: 768px) {
  .sec-video__tab {
    width: clamp(1px, 10.92vw, 153px);
  }
}
.sec-video__tab button {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sec-video__tab:nth-child(even) {
    margin-top: clamp(1px, 3.24vw, 35px);
  }
}
.sec-video__tab:nth-child(1) button {
  background: url(../images/video01_off.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(1) button.is-active {
  background: url(../images/video01_on.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(2) button {
  background: url(../images/video02_off.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(2) button.is-active {
  background: url(../images/video02_on.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(3) button {
  background: url(../images/video03_off.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(3) button.is-active {
  background: url(../images/video03_on.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(4) button {
  background: url(../images/video04_off.png) no-repeat center/contain;
}
.sec-video__tab:nth-child(4) button.is-active {
  background: url(../images/video04_on.png) no-repeat center/contain;
}

/*------------------------------------------
recipe
------------------------------------------*/
.sec-recipe {
  background: url(../images/bg_pat02.png) repeat center/39px #F2FAF9;
}
@media (max-width: 767px) {
  .sec-recipe {
    padding: 50px 5.33vw 77px;
  }
}
@media (min-width: 768px) {
  .sec-recipe {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .sec-recipe .c-ttl01__ja {
    font-size: 46px;
  }
}
.sec-recipe__list {
  display: grid;
}
@media (max-width: 767px) {
  .sec-recipe__list {
    margin: 40px auto 0;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .sec-recipe__list {
    margin: 74px auto 0;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 59px 28px;
  }
}
.sec-recipe__bnr {
  max-width: 756px;
}
@media (max-width: 767px) {
  .sec-recipe__bnr {
    margin: 32px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-recipe__bnr {
    margin: 80px auto 0;
  }
}

@media (min-width: 768px) {
  .sec-recipe .c-item01:nth-child(even) {
    transition-delay: 0.3s;
  }
}

.recipe-block {
  background: #fff;
  border-radius: 36px;
  color: #007269;
}
@media (max-width: 767px) {
  .recipe-block {
    padding: 50px 6.66vw;
  }
}
@media (min-width: 768px) {
  .recipe-block {
    padding: 83px clamp(1px, 6.57vw, 92px) 67px;
  }
}
.recipe-block__lead {
  border-radius: 56px;
  background: #2ACCAD;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recipe-block__lead {
    padding: 10px 35px;
    font-size: clamp(1px, 4.26vw, 16px);
    top: -19px;
  }
}
@media (min-width: 768px) {
  .recipe-block__lead {
    padding: 16px 54px;
    font-size: 23px;
    top: -28px;
  }
}
.recipe-block__lead::before {
  content: "";
  background: inherit;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recipe-block__lead::before {
    width: 14px;
    height: 13px;
  }
}
@media (min-width: 768px) {
  .recipe-block__lead::before {
    width: 23px;
    height: 20px;
  }
}
.recipe-block__ttl {
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .recipe-block__ttl {
    font-size: clamp(1px, 5.33vw, 20px);
  }
}
@media (min-width: 768px) {
  .recipe-block__ttl {
    font-size: clamp(1px, 2.42vw, 34px);
  }
}
.recipe-block__img {
  margin: 20px auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recipe-block__img {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .recipe-block__img {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .recipe-block__img + * {
    margin: 28px auto 0;
  }
}
@media (min-width: 768px) {
  .recipe-block__img + * {
    margin: 36px auto 0;
  }
}
.recipe-block__box01 + .recipe-block__box01 {
  margin: 62px auto 0;
}
.recipe-block__box01 .head {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.recipe-block__box01 .head + * {
  margin: 20px auto 0;
}
.recipe-block__box01 .list01 {
  border-top: 1px solid #E5E5E5;
}
.recipe-block__box01 .list01 .bundle,
.recipe-block__box01 .list01 .blank {
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
  .recipe-block__box01 .list01 .bundle,
.recipe-block__box01 .list01 .blank {
    min-height: 45px;
  }
}
@media (min-width: 768px) {
  .recipe-block__box01 .list01 .bundle,
.recipe-block__box01 .list01 .blank {
    min-height: 49px;
  }
}
.recipe-block__box01 .list01 .bundle {
  padding: 12px 5px;
  font-size: clamp(1px, 4.26vw, 16px);
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
.recipe-block__box01 .list01 .bundle a {
  color: inherit !important;
}
.recipe-block__box01 .list01 .indent {
  padding-left: calc(5px + 1em);
}
.recipe-block__box01 .list02 {
  counter-reset: number 0;
  border-top: 1px solid #E5E5E5;
}
.recipe-block__box01 .list02 li {
  padding: 15px 5px 15px 50px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.recipe-block__box01 .list02 li::before {
  counter-increment: number 1;
  content: counter(number);
  width: 35px;
  height: 41px;
  background: url(../images/bg_egg.png) no-repeat center/contain;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recipe-block__box02 {
  border: 1px solid #007269;
  position: relative;
}
@media (max-width: 767px) {
  .recipe-block__box02 {
    margin: 56px auto 0;
    border-radius: 16px;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .recipe-block__box02 {
    margin: 63px auto 0;
    padding: 30px 35px 35px;
    border-radius: 20px;
  }
}
.recipe-block__box02 .head {
  padding: 0 12px;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.recipe-block__box02 .head::before {
  content: "";
  width: 26px;
  height: 30px;
  background: url(../images/deco_star_l.png) no-repeat center/contain;
}
.recipe-block__box02 .head::after {
  content: "";
  width: 31px;
  height: 27px;
  background: url(../images/deco_star_r.png) no-repeat center/contain;
}
.recipe-block__box02 .txt01 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recipe-block__ontama {
    margin: 32px auto 0;
  }
}
@media (min-width: 768px) {
  .recipe-block__ontama {
    margin: 40px auto 0;
  }
}
.recipe-block__ontama + * {
  margin: 65px auto 0;
}
.recipe-block__ontama a {
  background: #FFF5ED;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .recipe-block__ontama a {
    padding: 18px 16px 27px;
    border-radius: 15px;
    display: block;
  }
}
@media (min-width: 768px) {
  .recipe-block__ontama a {
    padding: 15px 43px 15px 22px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.recipe-block__ontama a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/ico_arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.recipe-block__ontama .txt01 {
  color: #007269;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recipe-block__ontama .txt01 {
    font-size: 13px;
    line-height: 1.53;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .recipe-block__ontama .txt01 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .recipe-block__ontama .img {
    width: 53.86vw;
    margin: 12px auto 0;
  }
}
@media (min-width: 768px) {
  .recipe-block__ontama .img {
    max-width: 202px;
  }
}

/*------------------------------------------
animation
------------------------------------------*/
.fade {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}