@charset "UTF-8";
a:hover {
  opacity: 0.8;
}

body {
  background-color: #004098;
}

.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #014199;
}
.hero img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .hero {
    width: 100%;
    height: 59.375vw;
  }
}

.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;
}

.valentine_sns_share {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .valentine_sns_share {
    width: 100%;
    min-width: 250px;
    align-items: center;
    padding-bottom: 0;
  }
}
.valentine_sns_share .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.valentine_sns_share .container .snsttl {
  margin: 40px auto 20px;
}
@media all and (max-width: 1024px) {
  .valentine_sns_share .container .snsttl {
    width: 160px;
    margin: 20px auto 15px;
  }
}
.valentine_sns_share .container .snsicon {
  display: flex;
  justify-content: space-between;
}
.valentine_sns_share .container .snsicon img {
  width: 40px;
  height: 40px;
}
@media all and (max-width: 1024px) {
  .valentine_sns_share .container .snsicon {
    margin-bottom: 20px;
  }
}

.products {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .products {
    margin: 0 15px;
  }
}

.wrapper {
  overflow: hidden;
  padding-top: 100px;
}
@media all and (max-width: 768px) {
  .wrapper {
    padding-top: 0;
  }
}
.wrapper h2 {
  margin: 100px auto 20px;
}
@media all and (max-width: 768px) {
  .wrapper h2 {
    margin: 40px 20px 20px;
  }
}
.wrapper h2 img {
  margin: auto;
}
.wrapper section.urawaza {
  width: 960px;
  border-radius: 40px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0px 40px;
  margin: 0 auto 100px;
}
@media all and (max-width: 768px) {
  .wrapper section.urawaza {
    width: calc(110% - 110px);
    border-radius: 20px;
    margin: 0 auto 30px;
    padding: 70px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.wrapper section.urawaza h3 {
  position: absolute;
  top: -60px;
}
@media all and (max-width: 768px) {
  .wrapper section.urawaza h3 {
    width: 90%;
    top: -20px;
  }
  .wrapper section.urawaza h3 img {
    margin: auto;
  }
}
.wrapper section.urawaza .read {
  margin-top: -30px;
}
@media all and (max-width: 768px) {
  .wrapper section.urawaza .read {
    margin-top: 0;
  }
}
.wrapper section.recipe {
  width: 960px;
  margin: 100px auto 150px;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}
.wrapper section.recipe:last-child {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe:last-child {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1024px) {
  .wrapper section.recipe {
    width: calc(110% - 70px);
    max-width: 960px;
    min-width: 260px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 90px auto 80px;
  }
}
.wrapper section.recipe h3 {
  position: absolute;
  margin: auto;
  top: -100px;
  right: 0;
  left: 0;
  bottom: auto;
  width: 418px;
  height: 190px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe h3 {
    width: 209px;
    height: 95px;
    top: -80px;
  }
}
.wrapper section.recipe h3 img {
  margin: auto;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe h3 img {
    right: 0;
    top: 0px;
  }
  .wrapper section.recipe h3 img img {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .wrapper section.recipe.recipe02 h3, .wrapper section.recipe.recipe03 h3, .wrapper section.recipe.recipe04 h3 {
    top: -70px;
  }
}
.wrapper section.recipe img.read {
  margin: 0 auto 20px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe img.read {
    margin: 20px auto;
  }
}
.wrapper section.recipe .recipe_img {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .recipe_img {
    padding: 0;
  }
}
.wrapper section.recipe .howto_wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 40px 50px;
  background: #fff;
}
@media all and (max-width: 1024px) {
  .wrapper section.recipe .howto_wrapper {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    padding: 20px 20px 0 20px;
  }
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.wrapper section.recipe .howto_wrapper section {
  width: 400px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section {
    width: 100%;
    margin: auto auto 20px;
  }
}
.wrapper section.recipe .howto_wrapper section img.ttl {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section img.ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}
.wrapper section.recipe .howto_wrapper section ul li {
  font-size: 16px;
  line-height: 28px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 2px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section ul li {
    font-size: 12px;
    line-height: 22px;
  }
}
.wrapper section.recipe .howto_wrapper section ul li:before {
  content: "・";
  padding-right: 0.2em;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section ol {
    margin-left: 1em;
  }
}
.wrapper section.recipe .howto_wrapper section ol li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 0.2em;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section ol li {
    font-size: 12px;
    line-height: 22px;
  }
}
.wrapper section.recipe .howto_wrapper section p {
  margin: 20px auto 10px;
  font-size: 16px;
  line-height: 28px;
}
@media all and (max-width: 768px) {
  .wrapper section.recipe .howto_wrapper section p {
    margin: 10px auto 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
.wrapper .end_message {
  margin: 100px auto 100px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .wrapper .end_message {
    width: 90%;
    margin: 30px auto 30px;
  }
}

.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 */
