@charset "UTF-8";
#jagamashRecipe {
  font-weight: 500;
}

#jagamashRecipe .spOnly {
  display: block;
}

#jagamashRecipe .pcOnly {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #jagamashRecipe .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #jagamashRecipe .pcOnly {
    display: block;
  }
}

.jagamash__footer.m-btn-wrap {
  margin: 10px 0 0;
}

.recipeScroll {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  transition: .2s;
}

.recipeScroll img {
  width: 185px;
}

.recipeScroll img:first-child {
  display: none;
}

.recipeScroll img:last-child {
  display: block;
}

.recipeScroll.fadeOut {
  opacity: 0;
  transition: .2s;
  z-index: -10;
}

@media only screen and (min-width: 767px) {
  .recipeScroll {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .recipeScroll img {
    width: 220px;
  }
}

@media only screen and (min-width: 767px) {
  .recipeScroll img:first-child {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .recipeScroll img:last-child {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .recipeScroll:hover {
    opacity: 0.9;
    transition: .2s;
  }
}

.recipe__headInner {
  position: relative;
  max-width: 700px;
  margin: auto;
  padding: 330px 0 0;
}

@media only screen and (min-width: 767px) {
  .recipe__headInner {
    padding: 500px 0 0;
  }
}

.recipe__headPotato {
  position: absolute;
  left: -10%;
  margin: auto;
  z-index: -1;
  width: 120%;
}

.recipe__headPotato.scrollView {
  animation: titlePotato 1s ease-out forwards;
  -webkit-animation: titlePotato 1s ease-out forwards;
}

@media only screen and (min-width: 767px) {
  .recipe__headPotato {
    left: 0;
    right: 0;
    width: auto;
  }
}

.recipe__headTitle {
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  margin: auto;
  width: 190px;
  opacity: 0;
}

.recipe__headTitle.scrollView {
  animation: titleLogo 2.5s ease-in forwards;
}

@media only screen and (min-width: 767px) {
  .recipe__headTitle {
    top: 60px;
    width: 290px;
  }
}

.recipe__headBro {
  position: absolute;
  bottom: 15px;
  width: 90px;
  opacity: 0;
}

@media only screen and (min-width: 767px) {
  .recipe__headBro {
    bottom: 50px;
    width: 190px;
  }
}

.recipe__headBro--left {
  left: -10px;
}

@media only screen and (min-width: 767px) {
  .recipe__headBro--left {
    left: -80px;
  }
}

.recipe__headBro--right {
  right: -10px;
}

@media only screen and (min-width: 767px) {
  .recipe__headBro--right {
    right: -80px;
  }
}

.recipe__headBro.scrollView {
  animation: titleBro 3s ease-in forwards;
}

.recipe__subHead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 40px 0;
  opacity: 0;
}

.recipe__subHead.scrollView {
  animation: titleSub 3.5s ease-in forwards;
}

@media only screen and (min-width: 767px) {
  .recipe__subHead {
    padding: 0 0 70px 0;
  }
}

.recipe__subHeadPoint {
  padding: 0% 10% 5% 10%;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .recipe__subHeadPoint {
    padding: 0% 0% 0% 0%;
    margin: -40px 30px 0 0;
    width: 320px;
  }
}

.recipe__subHeadText {
  background-color: #fff;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  color: #926B00;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 10px;
  border-radius: 10px;
  width: 90%;
}

@media only screen and (min-width: 767px) {
  .recipe__subHeadText {
    font-size: 22px;
    padding: 20px 30px;
    margin: -40px 0px 0 0;
    width: auto;
  }
}

.recipe__kv {
  padding: 50px 0px;
  background-color: #FCE687;
}

@media only screen and (min-width: 767px) {
  .recipe__kv {
    padding: 130px 0px;
  }
}

.recipe__kvInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px 40px;
  background-color: #EAC801;
  text-align: center;
  color: #926B00;
}

@media only screen and (min-width: 767px) {
  .recipe__kvInner {
    width: 90%;
    padding: 0 0px 50px;
  }
}

.recipe__kvSlide {
  margin: 0 auto;
}

.recipe__kvSlide .swiper-slide {
  padding: 0px;
}

.recipe__kvSlide img {
  width: 100%;
}

.recipe__kvImg {
  width: 100%;
}

.recipe__kvTitle {
  font-family: "RocknRoll One", sans-serif;
  font-size: 25px;
  margin: 30px 0 0;
}

@media only screen and (min-width: 767px) {
  .recipe__kvTitle {
    font-size: 30px;
    margin: 40px 0 0;
  }
}

.recipe__kvText {
  width: 90%;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin: 10px auto 0 auto;
}

@media only screen and (min-width: 767px) {
  .recipe__kvText {
    font-size: 16px;
    line-height: 2;
    margin: 20px auto 0 auto;
  }
}

.recipe .swiper-button-prev {
  display: none;
}

@keyframes titlePotato {
  0% {
    top: 350px;
  }
  100% {
    top: 0px;
  }
}

@media only screen and (min-width: 767px) {
  @keyframes titlePotato {
    0% {
      top: 550px;
    }
    100% {
      top: 0px;
    }
  }
}

@keyframes titleLogo {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titleBro {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titleSub {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.recipe__wrapper {
  padding: 150px 0 0;
  position: relative;
  background: url(../img/bg__recipe.png);
}

.recipe__wrapper.noPd {
  padding: 0;
}

.recipe__ttl {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5% 0;
}

.recipe__ttl.plain {
  background-color: rgba(255, 255, 255, 0.8);
}

.recipe__ttl.plain:before, .recipe__ttl.plain:after {
  background-image: url(../img/recipe__ttlcat-plane.png);
}

.recipe__ttl.butter {
  background-color: rgba(255, 240, 150, 0.85);
}

.recipe__ttl.butter:before, .recipe__ttl.butter:after {
  background-image: url(../img/recipe__ttlcat-butter.png);
}

@media only screen and (min-width: 767px) {
  .recipe__ttl {
    width: 95%;
    max-width: 1200px;
    padding: 30px 40px 0;
    border-radius: 16px 16px 0 0;
    position: relative;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttl:before, .recipe__ttl:after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0;
    background-size: contain;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttl:before {
    left: -14px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttl:after {
    right: -14px;
    transform: rotate(90deg);
  }
}

.recipe__ttlInner {
  padding: 24px 0;
  border-radius: 16px;
  text-align: center;
}

.plain .recipe__ttlInner {
  background-color: #fff;
}

.butter .recipe__ttlInner {
  background-color: #fadc6f;
}

.recipe__ttlInner > div {
  display: inline-block;
  position: relative;
}

.recipe__ttlInner > div h2 {
  margin: 0 auto;
}

.recipe__ttlInner > div h2 img {
  width: auto;
  height: 52px;
}

.recipe__ttlInner > div p {
  margin: 16px 0 0;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #926b00;
}

@media only screen and (min-width: 767px) {
  .recipe__ttlInner > div h2 img {
    height: 77px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlInner > div p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlInner > div p span {
    padding-bottom: 9px;
    background: linear-gradient(transparent 95%, #926b00 95%);
  }
}

.recipe__ttlImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  position: relative;
}

.recipe__ttlImg img {
  display: block;
  width: 30%;
  margin: 0 10px;
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg {
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg img {
    position: absolute;
    margin: 0;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg img.ttlimg-1 {
    width: 147px;
    right: calc(100% + 10px);
    bottom: -10px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg img.ttlimg-2 {
    width: 125px;
    left: calc(100% + 10px);
    bottom: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg img.ttlimg-3 {
    width: 147px;
    right: calc(100% + 10px);
    bottom: -10px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__ttlImg img.ttlimg-4 {
    width: 125px;
    left: calc(100% + 10px);
    bottom: 20px;
  }
}

.recipe__plain {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

.recipe__butter {
  background-color: rgba(255, 240, 150, 0.85);
}

.recipe__btnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
}

.recipe__btnWrap.w-2col {
  max-width: 600px;
}

.recipe__btnWrap.w-3col {
  max-width: 1000px;
}

.recipe__btn {
  max-width: 280px;
  margin: 0 auto;
}

.recipe__btn.pt-01, .recipe__btn.pt-05 {
  animation: fluffy 1.3s ease-in-out infinite alternate;
}

.recipe__btn.pt-02, .recipe__btn.pt-06 {
  animation: fluffy 1.7s ease-in-out infinite alternate;
}

.recipe__btn.pt-03, .recipe__btn.pt-04 {
  animation: fluffy 2s ease-in-out infinite alternate;
}

@media only screen and (min-width: 767px) {
  .recipe__btn {
    width: 300px;
    margin: 0;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__btn.pt-04 {
    margin: 32px 0 0;
  }
}

@keyframes fluffy {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.recipe__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (min-width: 767px) {
  .recipe__inner {
    padding: 160px 0 120px;
  }
}

.recipe__back {
  width: 120px;
  position: absolute;
  bottom: calc(100% - 10px);
  z-index: 0;
  transform: translateY(100%);
  transition: .3s;
}

.recipe__back.is-inview {
  transform: translateY(0);
}

@media only screen and (min-width: 767px) {
  .recipe__back {
    width: 200px;
    height: 100px;
    bottom: calc(100% - 30px);
  }
}

.recipe__back--01 {
  left: 10px;
}

@media only screen and (min-width: 767px) {
  .recipe__back--01 {
    left: 40px;
  }
}

.recipe__back--02 {
  right: 10px;
}

@media only screen and (min-width: 767px) {
  .recipe__back--02 {
    right: 40px;
  }
}

.recipe__chara {
  width: 120px;
  position: absolute;
  bottom: -10px;
  right: 5%;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .recipe__chara {
    width: 200px;
  }
}

.recipe__item {
  width: 100%;
  position: relative;
}

.recipe__item + .recipe__item {
  margin: 100px auto 0;
}

@media only screen and (min-width: 767px) {
  .recipe__item {
    display: flex;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__item + .recipe__item {
    margin: 130px auto 0;
  }
}

.recipe__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .recipe__header {
    width: 47%;
    border-radius: 10px 0 0 10px;
  }
}

.recipe__thumb {
  height: 260px;
  min-height: 0%;
  position: relative;
  background-position: bottom center;
  background-size: cover;
}

.recipe__thumb .recipe__batch {
  width: 82px;
  height: 82px;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 8px;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  z-index: 1;
}

.recipe__thumb > svg {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.recipe__thumb > svg .cls-1 {
  fill: none;
}

.recipe__thumb > svg .cls-2 {
  clip-path: url(#clip-path);
}

@media only screen and (min-width: 767px) {
  .recipe__thumb {
    flex-grow: 1;
    height: auto;
    background-position: center;
  }
  .recipe__thumb .recipe__batch {
    width: 104px;
    height: 104px;
    top: 16px;
    left: 16px;
    font-size: 14px;
    line-height: 19px;
  }
}

@media only screen and (min-width: 1024px) {
  .recipe__thumb > svg {
    height: 40px;
  }
}

.recipe__thumb--01 {
  background-image: url(../img/recipe__thumb-01.jpg);
}

.recipe__thumb--01 .cls-3 {
  fill: #E6A63B !important;
}

.recipe__thumb--02 {
  background-image: url(../img/recipe__thumb-02.jpg);
}

.recipe__thumb--02 .cls-3 {
  fill: #56A3E2 !important;
}

.recipe__thumb--03 {
  background-image: url(../img/recipe__thumb-03.jpg);
}

.recipe__thumb--03 .cls-3 {
  fill: #2E5692 !important;
}

.recipe__thumb--04 {
  background-image: url(../img/recipe__thumb-04.jpg);
}

.recipe__thumb--04 .cls-3 {
  fill: #E29567 !important;
}

.recipe__thumb--05 {
  background-image: url(../img/recipe__thumb-05.jpg);
}

.recipe__thumb--05 .cls-3 {
  fill: #0071BC !important;
}

.recipe__thumb--06 {
  background-image: url(../img/recipe__thumb-06.jpg);
}

.recipe__thumb--06 .cls-3 {
  fill: #F19EC5 !important;
}

.recipe__thumb--07 {
  background-image: url(../img/recipe__thumb-07.jpg);
}

.recipe__thumb--07 .cls-3 {
  fill: #D9853E !important;
}

.recipe__thumb--08 {
  background-image: url(../img/recipe__thumb-08.jpg);
}

.recipe__thumb--08 .cls-3 {
  fill: #DC4852 !important;
}

.recipe__thumb--09 {
  background-image: url(../img/recipe__thumb-09.jpg);
}

.recipe__thumb--09 .cls-3 {
  fill: #5FAA9B !important;
}

.recipe__thumb--10 {
  background-image: url(../img/recipe__thumb-10.jpg);
}

.recipe__thumb--10 .cls-3 {
  fill: #E29567 !important;
}

.recipe__thumb--11 {
  background-image: url(../img/recipe__thumb-11.jpg);
}

.recipe__thumb--11 .cls-3 {
  fill: #F19EAF !important;
}

.recipe__thumb--12 {
  background-image: url(../img/recipe__thumb-12.jpg);
}

.recipe__thumb--12 .recipe__batch {
  color: #D20000 !important;
}

.recipe__thumb--12 .cls-3 {
  fill: #D20000 !important;
}

.recipe__thumb--13 {
  background-image: url(../img/recipe__thumb-13.jpg);
}

.recipe__thumb--13 .recipe__batch {
  color: #70411B !important;
}

.recipe__thumb--13 .cls-3 {
  fill: #70411B !important;
}

.recipe__thumb--25 {
  background-image: url(../img/recipe__thumb-25.jpg);
}

.recipe__thumb--25 .cls-3 {
  fill: #E6A63B !important;
}

.recipe__name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.recipe__name img {
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .recipe__name {
    min-height: 140px;
    padding: 0;
  }
  .recipe__name.recipe__name--large {
    min-height: 160px;
  }
}

.recipe__body {
  width: 100%;
  padding: 16px 16px 10px;
  color: #926b00;
  font-size: 13px;
  border-radius: 0 0 5px 5px;
  overflow-y: scroll;
  background-color: #fef6d6;
  position: relative;
  z-index: 1;
}

.recipe__body h3 {
  width: 100%;
  margin: 0 0 4px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 767px) {
  .recipe__body {
    width: 53%;
    padding: 20px 30px;
    font-size: 15px;
    border-radius: 0 10px 10px 0;
  }
}

.recipe__acd-btn {
  position: relative;
}

.recipe__acd-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url(../img/slide-down.svg);
  background-size: contain;
  transition: 0.3s;
}

.recipe__acd-btn.active:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 767px) {
  .recipe__acd-btn:after {
    display: none;
  }
}

.recipe__info {
  width: 100%;
  position: relative;
  padding: 0 0 10px;
}

@media only screen and (min-width: 767px) {
  .recipe__info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
}

.recipe__acd-flex {
  display: none;
  width: 100%;
  position: relative;
  padding: 0 0 10px;
}

@media only screen and (min-width: 767px) {
  .recipe__acd-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
}

.recipe__acd-list {
  display: none;
}

@media only screen and (min-width: 767px) {
  .recipe__acd-list {
    display: block;
  }
}

.recipe__material {
  position: relative;
  border-bottom: 1px solid;
  line-height: 1.8;
}

.recipe__material h4 {
  width: 100%;
  margin-top: 10px;
  letter-spacing: .02em;
  font-weight: bold;
}

.recipe__material p {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .recipe__material p:last-of-type.w100 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__material p {
    width: 50%;
  }
  .recipe__material p.w100 {
    width: 100%;
  }
  .recipe__material p.w60 {
    width: 60%;
  }
  .recipe__material p.w30 {
    width: 30%;
  }
}

@media only screen and (min-width: 767px) {
  .recipe__material p:nth-of-type(2n) {
    width: 45%;
  }
  .recipe__material p:nth-of-type(2n).w100 {
    width: 100%;
  }
  .recipe__material p:nth-of-type(2n).w60 {
    width: 60%;
  }
  .recipe__material p:nth-of-type(2n).w30 {
    width: 30%;
  }
}

.recipe__potatoBro {
  width: auto;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 767px) {
  .recipe__potatoBro {
    height: 45px;
  }
}

.recipe__make {
  padding: 4px 0 0;
}

@media only screen and (min-width: 767px) {
  .recipe__make {
    padding: 20px 0 0;
  }
}

.recipe__makeList li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 1em;
  line-height: 1.4;
}

.recipe__makeList li:nth-of-type(1):before {
  content: "①";
}

.recipe__makeList li:nth-of-type(2):before {
  content: "②";
}

.recipe__makeList li:nth-of-type(3):before {
  content: "③";
}

.recipe__makeList li:nth-of-type(4):before {
  content: "④";
}

.recipe__makeList li:nth-of-type(5):before {
  content: "⑤";
}

.recipe__makeList li:nth-of-type(6):before {
  content: "⑥";
}

.recipe__makeList li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 1.4;
}

@media only screen and (min-width: 767px) {
  .recipe__makeList li:before {
    font-size: 15px;
  }
}

.recipe__btmImg {
  width: 90%;
  margin: 16px auto 0;
}

.recipe__bottom {
  width: 90%;
  margin: 40px auto 0;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 16px;
}

.recipe__bottom img {
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .recipe__bottom {
    width: 700px;
    margin: 120px auto 0;
    padding: 32px 50px;
  }
}

.recipe__footer {
  margin: 14px 0 0;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}

@media only screen and (min-width: 767px) {
  .recipe__footer {
    margin: 32px 0 0;
  }
}

.recipe__kv {
  margin: 80px 0 0;
}

@media only screen and (min-width: 767px) {
  .recipe__kv {
    margin: 160px 0 0;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  width: 90%;
  max-width: 1000px;
  position: relative;
  background-color: #fef6d6;
}

.modal__container:after {
  content: "scroll";
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  color: #926b00;
  left: 0;
  text-align: center;
  background-image: url(../img/icon__arrowBtm.svg);
  background-color: #FEF6D6;
  background-position: center  right 38%;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 1;
  opacity: 1;
  transition: .3s;
}

.modal__container.is-moved:after {
  opacity: 0;
}

.modal__container .recipe__item {
  height: calc(100vh - 200px);
  padding: 0 0 36px;
  overflow-y: auto;
}

.modal__container .recipe__header, .modal__container .recipe__body {
  border-radius: 0;
}

@media only screen and (min-width: 767px) {
  .modal__container {
    padding: 0;
    background-color: transparent;
  }
}

@media only screen and (min-width: 767px) {
  .modal__container:after {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .modal__container .recipe__item {
    height: auto;
    max-height: calc(100vh - 100px);
    padding: 0;
    overflow-y: inherit;
  }
}

@media only screen and (min-width: 767px) {
  .modal__container .recipe__header {
    border-radius: 10px 0 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .modal__container .recipe__body {
    border-radius: 0 10px 10px 0;
  }
}

.modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  background-image: url(../img/btn__close.svg);
  background-size: contain;
  border: 0;
  z-index: 100;
  outline: none;
  transform: translate(50%, -50%);
}

@media only screen and (min-width: 767px) {
  .modal__close {
    width: 56px;
    height: 56px;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.8s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.8s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

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