body {
  font-size: 16px;
  line-height: 28px;
}
@media all and (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 21px;
  }
}

a {
  transition: all 800ms ease-in-out;
}

a:hover {
  opacity: 0.8;
}

.hero {
  width: 100%;
  height: 45.714vw;
  max-height: 640px;
  background: #0064B0;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 768px) {
  .hero {
    width: 100%;
    height: 45.714vw;
  }
}
.hero .hero-wrapper {
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 640px;
  max-width: 1400px;
  background: url("../images/hero_bg.jpg") no-repeat center center;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .hero .hero-wrapper {
    background: url("../images/sp_hero_bg.jpg") no-repeat center center;
    background-size: contain;
  }
}
.hero .hero-wrapper .title,
.hero .hero-wrapper .heart01,
.hero .hero-wrapper .heart02,
.hero .hero-wrapper .heart03,
.hero .hero-wrapper .message01,
.hero .hero-wrapper .message02 {
  position: absolute;
}
.hero .hero-wrapper .title {
  width: auto;
  height: 88.75%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
.hero .hero-wrapper .heart01 {
  margin: auto;
  top: 16.0937%;
  left: 15%;
  z-index: 4;
  width: 8.4285%;
}
.hero .hero-wrapper .heart02 {
  margin: auto;
  top: 5.625%;
  right: 22.9285%;
  z-index: 3;
  width: 12.1428%;
}
.hero .hero-wrapper .heart03 {
  margin: auto;
  right: 19%;
  bottom: 7.1875%;
  z-index: 2;
  width: 10%;
}
.hero .hero-wrapper .message01 {
  left: 2.1428%;
  bottom: 24.5312%;
  width: 19.1428%;
}
.hero .hero-wrapper .message02 {
  right: 4.2857%;
  bottom: 39.0625%;
  width: 18.2142%;
}
.bnr nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.bnr nav a {
  margin: 50px 30px;
}
@media all and (max-width: 768px) {
  .bnr nav a {
    margin: 20px 10px;
  }
}
.bnr nav a img {
  margin: auto;
}

#campaign {
  width: 100%;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 768px) {
  #campaign {
    width: auto;
    padding: 0;
  }
}
#campaign h2 {
  position: absolute;
  right: 20px;
  top: 20px;
}
#campaign h2 img {
  margin: auto;
}
@media all and (max-width: 768px) {
  #campaign h2 {
    right: 5px;
    top: 5px;
    width: 90%;
  }
}
#campaign h3 {
  margin-bottom: 62px;
}
@media all and (max-width: 768px) {
  #campaign h3 {
    margin-bottom: 40px;
  }
}
#campaign h3 img {
  margin: auto;
}
@media all and (max-width: 768px) {
  #campaign h3 img {
    height: 27px;
  }
}
#campaign .sns {
  width: 100%;
  overflow: hidden;
  max-width: 700px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
#campaign .sns h2 {
  margin-bottom: 20px;
  position: static;
}
#campaign .sns h2 img {
  margin: auto;
  height: 24px;
}
@media all and (max-width: 768px) {
  #campaign .sns h2 img {
    height: 16px;
  }
}
#campaign .sns img {
  height: 40px;
  width: auto;
}
#campaign .sns ul {
  display: flex;
  justify-content: center;
}
#campaign .sns ul li img {
  height: 40px;
}
#campaign .sns ul li:nth-child(2) {
  margin-left: 30px;
}

.recipe_wrapper {
  width: 100%;
  background: url(../images/contents_bg.png) repeat-y center top #225CA5;
  padding: 0 0 40px 0;
}
@media all and (max-width: 768px) {
  .recipe_wrapper {
    width: auto;
    padding: 0 0 5px 0;
    background: #0062AF none;
    background-size: 100%;
  }
}
.recipe_wrapper .detail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 80px 0 80px 0;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .detail {
    width: auto;
    padding: 35px 15px;
    align-items: center;
  }
}
.recipe_wrapper #recipe {
  width: 960px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper #recipe {
    width: auto;
    padding: 0 15px;
  }
}
.recipe_wrapper #recipe h2 {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper #recipe h2 {
    margin-bottom: 30px;
  }
}
.recipe_wrapper #recipe h2 img {
  margin: auto;
}
.recipe_wrapper .recipe {
  width: 960px;
  margin: auto auto 60px;
  padding: 0 0 40px 0;
  border-radius: 80px;
  border: 6px solid #000;
  display: flex;
  flex-direction: column;
  color: #000;
  font: 16px/28px;
  position: relative;
  background: #F2EFE9;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe {
    width: auto;
    margin: auto 15px 30px;
    padding: 0 0 20px;
    border-radius: 25px;
    border: 4px solid #000;
  }
}
.recipe_wrapper .recipe .howto {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .howto {
    margin-bottom: 20px;
  }
}
.recipe_wrapper .recipe .howto_txt {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .howto_txt {
    margin-top: 20px;
  }
}
.recipe_wrapper .recipe:last-child .sttl {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe:last-child .sttl {
    margin-bottom: 10px;
  }
}
.recipe_wrapper .recipe .recipe_images {
  margin-bottom: 40px;
  color: #000;
}
.recipe_wrapper .recipe .recipe_images img {
  margin: auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_images {
    margin-bottom: 20px;
  }
  .recipe_wrapper .recipe .recipe_images img:nth-child(2) {
    margin: auto;
  }
}
.recipe_wrapper .recipe .recipe_detail {
  display: flex;
  column-gap: 60px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail {
    flex-direction: column;
    row-gap: 25px;
  }
  .recipe_wrapper .recipe .recipe_detail img:nth-child(2) {
    width: 100%;
  }
}
.recipe_wrapper .recipe .recipe_detail h2 {
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: center;
  top: 80px;
  right: 0;
  left: 0;
  bottom: auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail h2 {
    top: 9%;
    width: 90%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r02 {
    top: 14%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r03 {
    top: 18%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r04 {
    top: 12%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r05 {
    top: 13%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r06 {
    top: 15%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r07 {
    top: 9%;
  }
  .recipe_wrapper .recipe .recipe_detail h2.r08 {
    top: 16%;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients {
  max-width: 400px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients {
    width: 90%;
    top: 23%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r02 {
    top: 41%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r03 {
    top: 39%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r04 {
    top: 34%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r05 {
    top: 37%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r06 {
    top: 34%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r07 {
    top: 28%;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.r08 {
    top: 37%;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .ttl {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .ttl {
    margin-bottom: 20px;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients.right {
  right: 90px;
  left: auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients.right {
    right: auto;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients:last-child p {
  margin: 10px auto;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients:last-child p {
    margin: 5px auto;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients:last-child p:first-child {
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients:last-child p:first-child {
    margin-top: 10px;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box {
    margin-top: 20px;
    width: 100%;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul {
  width: 100%;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul {
    width: auto;
  }
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul:first-child {
    margin-bottom: 20px;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul li {
  margin: 15px auto;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul li {
    margin: 7px auto;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul li:last-child {
  margin-bottom: 0;
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul li.bold {
  font-weight: bold;
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r05 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r05 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r06 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r06 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r07 {
  display: block;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r07 {
    flex-direction: column;
  }
}
.recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r08 {
  display: block;
  justify-content: space-between;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .recipe_detail .recipe_ingredients .recipe_ingredients_box.r08 {
    flex-direction: column;
    margin-top: 20px;
  }
}
.recipe_wrapper .recipe .recipe_detail .howto_wrapper {
  max-width: 400px;
}
.recipe_wrapper .recipe dl {
  width: 910px;
  margin: 40px auto auto auto;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe dl {
    width: auto;
    margin: 20px auto auto auto;
  }
}
.recipe_wrapper .recipe dl dt {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe dl dt {
    margin-bottom: 7px;
  }
}
.recipe_wrapper .recipe dl dd {
  margin: 0;
}
.recipe_wrapper .recipe ol.flow {
  list-style: none;
  margin: 0;
}
.recipe_wrapper .recipe ol.flow.topSpace {
  margin-top: 25px;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe ol.flow.topSpace {
    margin-top: 15px;
  }
}
.recipe_wrapper .recipe ol.flow li {
  margin: 15px auto;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe ol.flow li {
    margin: 7px auto;
  }
}
.recipe_wrapper .recipe ol.flow li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .recipe_wrapper .recipe .howto_wrapper {
    width: 90%;
    margin: auto;
  }
}

.linkArea {
  background-color: #fff;
  margin: auto;
  padding: 40px 0;
}

.footer_banner {
  position: relative;
  background-color: #ffffff;
  padding-top: 30px;
}
.footer_banner .bannerList {
  width: 970px;
  margin: auto;
}
@media (max-width: 1024px) {
  .footer_banner .bannerList {
    width: 290px;
  }
}
.footer_banner .bannerList ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer_banner .bannerList ul {
    width: 290px;
    display: block;
    text-align: center;
  }
}
.footer_banner .bannerList ul li {
  display: inline-block;
  width: 31%;
  margin: 10px;
}
@media (max-width: 1024px) {
  .footer_banner .bannerList ul li {
    display: block;
    margin: 10px auto !important;
    width: 290px;
  }
}
.footer_banner .bannerList ul li img {
  width: 100%;
}
@media (max-width: 1024px) {
  .footer_banner .bannerList ul li img {
    width: 290px;
    height: auto;
  }
}

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