@charset "UTF-8";

/*
 * トップ
 */

.p-main {
  background: #6100ad;
}

.p-mv {
  position: relative;
}

.p-mv__title {
  z-index: 1;
}

.p-mv__text {
  color: #fff;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.p-recipe--sava-can {
  background-color: #6100ad;
}

.p-recipe--potato-salad {
  background: #00a400;
}

.p-recipe--natto {
  background: #005bba;
}

.p-recipe__inner {
  background: #ff2100;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(255, 33, 0, .9);
  box-shadow: 0px 0px 16px -6px rgba(255, 33, 0, .9);
}

.p-recipe__kv[data-aos="zoom-in"] {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.p-recipe__text-wh {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 1.78;
}

.p-recipe-detail {
  background-image: url("../image/top/bg_dots.png");
  background-size: 180px 180px;
}

.p-recipe-detail__content {
  background: #fff;
}

.p-recipe-detail-title {
  text-align: center;
}

.p-recipe-detail-title__content {
  position: relative;
  font-weight: 900;
  padding-left: .865em;
  padding-right: .865em;
}

.p-recipe-detail-title__content::before,
.p-recipe-detail-title__content::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 27px;
}

.p-recipe-detail-title__content::before {
  background-image: url("../image/top/brackets_left.svg");
  left: 0;
}

.p-recipe-detail-title__content::after {
  background-image: url("../image/top/brackets_right.svg");
  right: 0;
}

.p-recipe-detail__list li {
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.85;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-recipe-detail__list li::before {
  position: absolute;
  content: "";
  top: .2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-recipe-detail__list li:nth-child(1)::before {
  background-image: url("../image/top/icon_number01.svg");
}

.p-recipe-detail__list li:nth-child(2)::before {
  background-image: url("../image/top/icon_number02.svg");
}

.p-recipe-detail__list li:nth-child(3)::before {
  background-image: url("../image/top/icon_number03.svg");
}

.p-try {
  background: url("../image/top/bg_dots.png") #f00;
  background-size: 180px 180px;
}

.p-try__img {
  margin-left: auto;
  margin-right: auto;
}

.p-try__img[data-aos="zoom-in"] {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

@media screen and (min-width: 600px) {
  .p-mv__text {
    position: absolute;
    width: 22.031%;
    bottom: 11.194%;
    right: 4.687%;
    font-size: 18.45px;
    z-index: 10;
  }

  .p-recipe {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p-recipe--sava-can {
    padding-top: 100px;
    margin-bottom: -60px;
    background-image: url("../image/top/bg_sava_can.png");
  }

  .p-recipe--sava-can .p-recipe__text-wh {
    margin-top: -95px;
  }

  .p-recipe--potato-salad {
    margin-bottom: -60px;
    padding-top: 200px;
    background-image: url("../image/top/bg_potato_salad.png");
  }

  .p-recipe--natto {
    padding-top: 230px;
    padding-bottom: 125px;
    background-image: url("../image/top/bg_natto.png");
  }

  .p-recipe__inner {
    width: 74.218%;
    max-width: 950px;
    min-width: 480px;
    position: relative;
    z-index: 10;
  }

  .p-recipe__kv {
    margin-left: -13.157%;
    margin-right: -13.157%;
  }

  .p-recipe__img-sava-can {
    margin-top: -95px;
  }

  .p-recipe__img-potato-salad {
    margin-top: -85px;
  }

  .p-recipe__img-natto {
    margin-top: -90px;
  }

  .p-recipe__text-wh {
    margin-top: -80px;
    z-index: 10;
    position: relative;
  }

  .p-recipe-detail {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .p-recipe-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86.842%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-recipe-detail-title {
    width: 26.666%;
  }

  .p-recipe-detail-title__content {
    font-size: 23.14px;
  }

  .p-recipe-detail__list {
    width: 73.334%;
    padding-right: 20px;
  }

  .p-recipe-detail__list li {
    padding-left: 2em;
  }

  .p-recipe-detail__list li::before {
    width: 18px;
    height: 18px;
    left: 0;
  }

  .p-recipe-detail__list li:not(:first-child) {
    margin-top: 15px;
  }

  .p-recipe__kv-sp {
    display: none;
  }

  .p-try__content {
    padding-bottom: 50px;
  }

  .p-try__img {
    max-width: 1280px;
  }

  .p-try__item {
    margin-top: -90px;
  }
}

@media screen and (max-width: 599px) {
  .p-mv__text {
    position: relative;
    width: calc(100% - 70px);
    max-width: 480px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    z-index: 10;
  }

  .p-recipe {
    background-position: top 30px center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p-recipe--sava-can {
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: url("../image/top/bg_section_smp.png");
  }

  .p-recipe--potato-salad {
    padding-top: 65px;
    padding-bottom: 60px;
    background-image: url("../image/top/bg_section_smp.png");
  }

  .p-recipe--natto {
    padding-top: 60px;
    padding-bottom: 150px;
    background-image: url("../image/top/bg_section_smp.png");
  }

  .p-recipe__inner {
    width: calc(100% - 36px);
    max-width: 480px;
  }

  .p-recipe__kv {
    margin-left: -18px;
    margin-right: -18px;
  }

  .p-recipe__img-sava-can {
    margin-top: -45px;
  }

  .p-recipe__img-potato-salad {
    margin-top: -65px;
  }

  .p-recipe__img-natto {
    margin-top: -60px;
  }

  .p-recipe__text-wh {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .p-recipe-detail {
    margin-top: 20px;
  }

  .p-recipe-detail__content {
    padding-top: 25px;
  }

  .p-recipe-detail-title__content {
    font-size: 23.52px;
  }

  .p-recipe-detail__list {
    padding: 15px 15px 45px;
  }

  .p-recipe-detail__list li {
    padding-left: 3em;
  }

  .p-recipe-detail__list li::before {
    width: 23px;
    height: 23px;
    left: .5em;
  }

  .p-recipe-detail__list li:not(:first-child) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .25);
  }

  .p-recipe-detail__list li:not(:first-child)::before {
    top: 1.1em;
  }

  .p-recipe__kv-sp {
    margin-top: -30px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-recipe__kv-sp[data-aos="zoom-in"] {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  .p-try__content {
    padding-bottom: 40px;
  }

  .p-try__img {
    max-width: 480px;
  }

  .p-try__item {
    margin-top: -80px;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .p-mv__text {
    font-size: 10px;
    bottom: 15px;
    width: 25%;
  }

  .p-recipe--sava-can .p-recipe__text-wh {
    padding-top: 50px;
  }

  .p-recipe__text-wh {
    padding-top: 30px;
  }

  .p-recipe-detail__content {
    width: 95%;
  }

  .p-recipe-detail-title__content {
    font-size: 20px;
  }
}