.contents-main {
  background: none;
}

.sectionLead {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
.sectionLead-bg {
  background: url(../img/amauma-recipe/lead_pc_bg.png) no-repeat center top;
  background-size: 1526px auto;
}
.sectionLead-title {
  width: 64vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
}
.sectionLead-text {
  font-size: 3.7333333333vw;
  color: #503917;
  font-weight: bold;
  line-height: 1.666;
  text-align: center;
}

.sectionRecipe {
  padding-bottom: 16vw;
}
.sectionRecipe-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.666%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16vw;
}
.sectionRecipe-group:last-of-type {
  margin-bottom: 0;
}
.sectionRecipe-group02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectionRecipe-img {
  position: relative;
  z-index: 1;
}
.sectionRecipe-img img {
  border-radius: 0px 80px;
}
.sectionRecipe-img-right:before {
  background: url(../img/amauma-recipe/recipe_bg03.png) no-repeat center;
  background-size: 100%;
  content: "";
  height: 190px;
  position: absolute;
  right: -65px;
  top: -130px;
  width: 204px;
}
.sectionRecipe-detail {
  margin-top: 0vw;
}
.sectionRecipe-detail-mt {
  margin-top: 0vw;
}
.sectionRecipe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 2.6666666667vw;
}
.sectionRecipe-title-bg01:before {
  background: url(../img/amauma-recipe/recipe_bg01.png) no-repeat center;
  background-size: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  width: 42.6666666667vw;
  height: 42.6666666667vw;
  top: -12vw;
  left: -5.3333333333vw;
}
.sectionRecipe-title-bg02:before {
  background: url(../img/amauma-recipe/recipe_bg02.png) no-repeat center;
  background-size: 100%;
  content: "";
  left: -140px;
  mix-blend-mode: luminosity;
  position: absolute;
  top: -80px;
  z-index: -1;
  width: 53.3333333333vw;
  height: 53.3333333333vw;
}
.sectionRecipe-title-icon {
  margin-bottom: 5px;
}
.sectionRecipe-title-main {
  color: #503917;
  font-weight: bold;
  line-height: 1.5;
  font-size: 6.4vw;
}
.sectionRecipe-text {
  font-size: 3.7333333333vw;
  color: #503917;
  line-height: 1.8;
  margin-bottom: 6.4vw;
}
.sectionRecipe-text-mb {
  margin-bottom: 6.4vw;
}
.sectionRecipe-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.sectionRecipe-btn:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sectionRecipe-btn-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.sectionRecipe-btn01 {
  background-color: #f7931e;
  margin-bottom: 12px;
  cursor: pointer;
}
.sectionRecipe-btn01::before {
  background: url(../img/amauma-recipe/recipe_movie_icon.svg) no-repeat center;
  background-size: 100%;
  content: "";
  height: 24px;
  left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.sectionRecipe-btn01-cs {
  cursor: auto;
}
.sectionRecipe-btn01-cs:hover {
  opacity: 1;
}
.sectionRecipe-btn02 {
  background-color: #7bad39;
}
.sectionRecipe-btn02::before {
  background: url(../img/amauma-recipe/recipe_btn_icon.svg) no-repeat center;
  background-size: 100%;
  content: "";
  height: 24px;
  left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.sectionBannar {
  padding-bottom: 16vw;
}
.sectionBannar-link {
  display: block;
  margin: 0 auto;
  max-width: 660px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.sectionBannar-link:hover {
  opacity: 0.65;
}

.sectionBottom {
  background: url(../img/amauma-recipe/bottom_bg.jpg) no-repeat center top;
  background-size: cover;
}
.sectionBottom-bg {
  padding-top: 16vw;
  padding-bottom: 16vw;
  background: url(../img/amauma-recipe/bottom_bg02.png) no-repeat center 100px;
  background-size: 1526px auto;
}
.sectionBottom-title {
  width: 61.8666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
}
.sectionBottom-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectionBottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23.75%;
  position: relative;
}
.sectionBottom-item-title {
  font-size: 4.2666666667vw;
  color: #503917;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.1333333333vw;
}
.sectionBottom-img {
  margin-bottom: 3.2vw;
}
.sectionBottom-img img {
  border-radius: 0px 40px;
}
.sectionBottom-text {
  font-size: 3.7333333333vw;
  color: #503917;
  line-height: 1.8;
  margin-bottom: 16px;
}
.sectionBottom-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7bad39;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 200px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.sectionBottom-btn:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sectionBottom-btn::before {
  background: url(../img/amauma-recipe/recipe_btn_icon.svg) no-repeat center;
  background-size: 100%;
  content: "";
  height: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.sectionBottom-btn-text {
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  font-size: 3.2vw;
}
.sectionBottom-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
}
.sectionBottom-link:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

body {
  position: relative;
}

.mordal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.mordal-conts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
}

.box-move {
  width: 48%;
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}

.box-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mordal-conts01, .mordal-conts02, .mordal-conts03 {
  display: none;
}

.mordal-conts span {
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}

@media screen and (min-width: 640px) and (max-width: 1199.98px) {
  .sectionLead {
    padding-top: min(18.75vw, 120px);
  }
  .sectionLead {
    padding-bottom: min(18.75vw, 120px);
  }
  .sectionLead-title {
    width: min(70.3125vw, 450px);
  }
  .sectionLead-title {
    margin-bottom: min(5.3125vw, 34px);
  }
  .sectionLead-text {
    font-size: min(2.8125vw, 18px);
  }
  .sectionRecipe {
    padding-bottom: min(14.0625vw, 90px);
  }
  .sectionRecipe-group {
    margin-bottom: min(18.75vw, 120px);
  }
  .sectionRecipe-detail {
    margin-top: min(9.375vw, 60px);
  }
  .sectionRecipe-detail-mt {
    margin-top: min(6.25vw, 40px);
  }
  .sectionRecipe-title {
    margin-bottom: min(3.125vw, 20px);
  }
  .sectionRecipe-title-bg01:before {
    width: min(37.5vw, 240px);
  }
  .sectionRecipe-title-bg01:before {
    height: min(37.5vw, 240px);
  }
  .sectionRecipe-title-bg01:before {
    top: max(-12.5vw, -80px);
  }
  .sectionRecipe-title-bg01:before {
    left: max(-12.5vw, -80px);
  }
  .sectionRecipe-title-bg02:before {
    width: min(50vw, 320px);
  }
  .sectionRecipe-title-bg02:before {
    height: min(50vw, 320px);
  }
  .sectionRecipe-title-main {
    font-size: min(5.625vw, 36px);
  }
  .sectionRecipe-text {
    font-size: min(2.5vw, 16px);
  }
  .sectionRecipe-text {
    margin-bottom: min(7.5vw, 48px);
  }
  .sectionRecipe-text-mb {
    margin-bottom: min(2.65625vw, 17px);
  }
  .sectionBannar {
    padding-bottom: min(18.75vw, 120px);
  }
  .sectionBottom-bg {
    padding-top: min(18.75vw, 120px);
  }
  .sectionBottom-bg {
    padding-bottom: min(18.75vw, 120px);
  }
  .sectionBottom-title {
    width: min(67.8125vw, 434px);
  }
  .sectionBottom-title {
    margin-bottom: min(12.5vw, 80px);
  }
  .sectionBottom-item-title {
    font-size: min(3.59375vw, 23px);
  }
  .sectionBottom-item-title {
    margin-bottom: min(1.71875vw, 11px);
  }
  .sectionBottom-img {
    margin-bottom: min(3.90625vw, 25px);
  }
  .sectionBottom-text {
    font-size: min(2.5vw, 16px);
  }
  .sectionBottom-btn-text {
    font-size: min(2.34375vw, 15px);
  }
}

@media screen and (min-width: 640px) {
  .sectionLead {
    padding-top: min(12vw, 120px);
  }
  .sectionLead {
    padding-bottom: min(12vw, 120px);
  }
  .sectionLead-title {
    width: min(45vw, 450px);
  }
  .sectionLead-title {
    margin-bottom: min(3.4vw, 34px);
  }
  .sectionLead-text {
    font-size: min(1.8vw, 18px);
  }
  .sectionRecipe {
    padding-bottom: min(9vw, 90px);
  }
  .sectionRecipe-group {
    margin-bottom: min(12vw, 120px);
  }
  .sectionRecipe-detail {
    margin-top: min(6vw, 60px);
  }
  .sectionRecipe-detail-mt {
    margin-top: min(4vw, 40px);
  }
  .sectionRecipe-title {
    margin-bottom: min(2vw, 20px);
  }
  .sectionRecipe-title-bg01:before {
    width: min(24vw, 240px);
  }
  .sectionRecipe-title-bg01:before {
    height: min(24vw, 240px);
  }
  .sectionRecipe-title-bg01:before {
    top: max(-8vw, -80px);
  }
  .sectionRecipe-title-bg01:before {
    left: max(-8vw, -80px);
  }
  .sectionRecipe-title-bg02:before {
    width: min(32vw, 320px);
  }
  .sectionRecipe-title-bg02:before {
    height: min(32vw, 320px);
  }
  .sectionRecipe-title-main {
    font-size: min(3.6vw, 36px);
  }
  .sectionRecipe-text {
    font-size: min(1.6vw, 16px);
  }
  .sectionRecipe-text {
    margin-bottom: min(4.8vw, 48px);
  }
  .sectionRecipe-text-mb {
    margin-bottom: min(1.7vw, 17px);
  }
  .sectionBannar {
    padding-bottom: min(12vw, 120px);
  }
  .sectionBottom-bg {
    padding-top: min(12vw, 120px);
  }
  .sectionBottom-bg {
    padding-bottom: min(12vw, 120px);
  }
  .sectionBottom-title {
    width: min(43.4vw, 434px);
  }
  .sectionBottom-title {
    margin-bottom: min(8vw, 80px);
  }
  .sectionBottom-item-title {
    font-size: min(2.3vw, 23px);
  }
  .sectionBottom-item-title {
    margin-bottom: min(1.1vw, 11px);
  }
  .sectionBottom-img {
    margin-bottom: min(2.5vw, 25px);
  }
  .sectionBottom-text {
    font-size: min(1.6vw, 16px);
  }
  .sectionBottom-btn-text {
    font-size: min(1.5vw, 15px);
  }
}

@media screen and (min-width: 1200px) {
  .sectionRecipe-img {
    width: 56.25%;
  }
}

@media screen and (max-width: 639.98px) {
  .sectionLead-bg {
    background: url(../img/amauma-recipe/lead_sp_bg.png) no-repeat center top;
    background-size: 460px auto;
  }
  .sectionRecipe-img img {
    border-radius: 0px 40px;
  }
  .sectionBottom-bg {
    background: url(../img/amauma-recipe/lead_sp_bg.png) no-repeat center 20px;
    background-size: 460px auto;
  }
  .sectionBottom-img img {
    border-radius: 0px 20px;
  }
  .sectionBottom-link {
    border-radius: 0 20px 0 0;
  }
}

@media screen and (max-width: 1199.98px) {
  .sectionRecipe-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .sectionRecipe-group02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sectionRecipe-img-right:before {
    content: none;
  }
  .sectionRecipe-detail {
    width: 100%;
  }
  .sectionRecipe-title-bg02:before {
    left: initial;
    right: -30px;
    top: -65px;
  }
  .sectionBottom-item {
    margin-bottom: 50px;
    width: 46.15%;
  }
  .sectionBottom-item:nth-child(3), .sectionBottom-item:nth-child(4) {
    margin-bottom: 0;
  }
  .sectionBottom-item-title {
    line-height: 1.675;
  }
}

@media only screen and (max-width: 640px) {
  .mordal-conts {
    width: 80%;
  }
  .mordal-conts span {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}
