.head-wrapper {
  padding: 40px 20px 0;
}
.head-wrapper .main-visual {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 120px;
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual {
    display: block;
  }
}
.head-wrapper .main-visual .text-wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual .text-wrapper {
    width: auto;
  }
}
.head-wrapper .main-visual .text-wrapper h2 {
  margin-bottom: 15px;
  font-size: 35px;
  color: #F73F13;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual .text-wrapper h2 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual .text-wrapper h3 img {
    margin: 0 auto;
  }
}
.head-wrapper .main-visual .text-wrapper p {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual .text-wrapper p {
    margin: 20px 0 40px;
    font-size: 16px;
  }
}
.head-wrapper .main-visual .image-wrapper img {
  margin: 0 auto;
  display: block;
}
.head-wrapper .main-visual .image-wrapper .item {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .head-wrapper .main-visual .image-wrapper .item img {
    width: 50%;
  }
}
.head-wrapper .main-visual .image-wrapper .recipe-item {
  position: relative;
  margin-top: -60px;
}
.head-wrapper .main-visual .image-wrapper .recipe-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.head-wrapper .main-visual .image-wrapper .recipe-item img:first-child {
  position: relative;
}
.head-wrapper .main-visual .image-wrapper .recipe-item img.is-active {
  opacity: 1;
}
.head-wrapper .main-visual {
  /* Fade-in animation */
}
.head-wrapper .main-visual .fade-in-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.head-wrapper .main-visual .fade-in-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-content .lead-text {
  font-size: 18px;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .main-content .lead-text {
    font-size: 14px;
  }
  .main-content .lead-text br {
    display: none;
  }
}
.main-content .step {
  margin: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .main-content .step {
    margin: 30px 0 60px;
  }
}
.main-content .step ul {
  display: flex;
  justify-content: space-between;
}
.main-content .step ul li {
  width: 22%;
}
.main-content .step ul li figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-content .step ul li figure figcaption {
    font-size: 14px;
  }
}/*# sourceMappingURL=fs200.css.map */