@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : recipe.css
Description : レシピページ
===================================================================== */
/* =====================================================================
    recipe
======================================================================*/
.recipe {
  background: url(../images/recipe/bg_pattern1.jpg) repeat center/30rem auto;
}

.recipe .inner {
  padding: 4rem 0 25rem;
}

.recipe .inner::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 25.2rem;
  background: url(../images/recipe/bg_illust-sp.png) no-repeat center bottom/contain;
}

.recipe h2 {
  margin: 0 calc(50% - 50vw) 0;
}

.recipe p {
  margin: 3rem 0 15rem;
  text-align: center;
  font-size: 120%;
}


.recipe_list {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recipe_list li {
  width: calc(320 / 670 * 100%);
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .recipe_list li:nth-child(odd) {
    margin-top: -6rem;
  }
}

.recipe_list li::before {
  content: '';
  position: absolute;
  display: block;
  top: -2.6rem;
  left: -3.2rem;
  width: 10.2rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-filter: drop-shadow(0 0.2em 0.2em rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0.2em 0.2em rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.recipe_list li.new::before {
  background-image: url(../images/recipe/badge/badge_new.png);
}

.recipe_list li.popular::before {
  background-image: url(../images/recipe/badge/badge_popular.png);
}

.recipe_list li.best1::before {
  background-image: url(../images/recipe/badge/badge_best1.png);
}

.recipe_list li.best2::before {
  background-image: url(../images/recipe/badge/badge_best2.png);
}

.recipe_list li.best3::before {
  background-image: url(../images/recipe/badge/badge_best3.png);
}

.recipe_list li.worst1::before {
  background-image: url(../images/recipe/badge/badge_worst1.png);
}

.recipe_list li.rank1::before {
  background-image: url(../images/recipe/badge/badge_rank1.png);
}

.recipe_list li.rank2::before {
  background-image: url(../images/recipe/badge/badge_rank2.png);
}

.recipe_list li.rank3::before {
  background-image: url(../images/recipe/badge/badge_rank3.png);
}

.recipe_list li.easy::before {
  background-image: url(../images/recipe/badge/badge_easy.png);
}

.recipe_list li.fujiwara::before {
  background-image: url(../images/recipe/badge/badge_fujiwara.png);
}

.recipe_list li.kawata::before {
  background-image: url(../images/recipe/badge/badge_kawata.png);
}

.recipe_list li.male::before {
  background-image: url(../images/recipe/badge/badge_male.png);
}

.recipe_list li.woman::before {
  background-image: url(../images/recipe/badge/badge_woman.png);
}

.recipe_list li.staff::before {
  background-image: url(../images/recipe/badge/badge_staff.png);
}

.recipe_list li.pac::before {
  background-image: url(../images/recipe/badge/badge_pac.png);
}

.recipe_list li.gap::before {
  background-image: url(../images/recipe/badge/badge_gap.png);
}

.recipe_list li.unexpected::before {
  background-image: url(../images/recipe/badge/badge_unexpected.png);
}

.recipe_list li.goodValue::before {
  background-image: url(../images/recipe/badge/badge_goodValue.png);
}

.recipe_list li.secretly::before {
  background-image: url(../images/recipe/badge/badge_secretly.png);
}

.recipe_list li figure {
  margin-bottom: 1.6rem;
  border: 0.8rem solid #735788;
  -webkit-box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
}

.recipe_list li figure img {
  border: 0.4rem solid #fff;
}

.recipe_ttl {
  position: relative;
  padding: 3rem;
  padding-bottom: 4rem;
  font-family: "Yuji Syuku", sans-serif;
  font-size: 2.8rem;
  line-height: 1.142;
  background: #fff;
  background: #fff url(../images/recipe/bg_pattern2_b.jpg) no-repeat bottom left/100% auto;
}

.recipe_ttl::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: url(../images/recipe/bg_pattern2_r.jpg) no-repeat top right/auto 100%;
}

.recipe_ttl::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.8rem;
  right: -0.8rem;
  width: 4.1rem;
  height: 4.2rem;
  background: url(../images/recipe/img_ribbon.png) no-repeat center/contain;
}

.likes {
  margin-top: 0.7em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: right;
}

.likes::after {
  content: 'イイネ';
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 1.7em;
  color: #cd3333;
  letter-spacing: 0;
  background: url(../images/recipe/svg_heart.svg) no-repeat center left/1.4em auto;
}

@media screen and (min-width: 768px) {
  .recipe {
    padding-bottom: 27rem;
  }
  .recipe .inner {
    padding: 2.6rem calc(180 / 1400 * 100%) 22rem;
  }
  .recipe .inner::before {
    background-image: url(../images/recipe/bg_illust-pc.png);
  }
  .recipe h2 {
    margin: 0 auto 5rem;
    width: calc(947 / 1040 * 100%);
  }
  .recipe_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recipe_list li {
    width: calc(320 / 1040 * 100%);
    top: 0;
    margin: 0 calc(40 / 1040 * 100%) 5rem 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .recipe_list li::before {
    width: 8rem;
  }
  .recipe_list li:hover {
    top: -1em;
  }
  .recipe_list li:nth-child(3n), .recipe_list li:last-child {
    margin-right: 0;
  }
  .recipe_list li:nth-child(3n+2) {
    margin-top: 3rem;
  }
  .recipe_list li:last-child {
    margin-top: 0;
  }
  .recipe_ttl {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .likes {
    margin-top: 1em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .recipe .inner {
    padding-left: 180px;
    padding-right: 180px;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}

.popup img {
  width: 100%;
  height: auto;
  display: block;
}

.popup_area {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(228, 118, 84, 0.9);
}

.popup_inner {
  position: relative;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
  padding: calc(100 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.popup_close {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 6rem;
  z-index: 3;
}

.popup_close::before, .popup_close::after {
  content: "";
  display: block;
  width: 2px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}

.popup_close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.popup_list > li {
  display: none;
  position: relative;
  padding: 3.5rem 0 0;
  background: url(../images/recipe/bg_pattern1.jpg) repeat center/30rem auto;
  border-radius: 6rem;
  overflow: hidden;
  z-index: 2;
}

.popup_list > li .recipe_ttl {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 5.4rem;
  width: calc(600 / 670 * 100%);
  font-size: 3.2rem;
}

.popup_list > li .likes {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: calc(600 / 670 * 100%);
}

.material_box,
.flow_box {
  width: calc(600 / 670 * 100%);
  margin: 0 auto 5rem;
  font-family: "Yuji Syuku", sans-serif;
}

.material_box h4,
.flow_box h4 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #cd3333;
  text-align: center;
}

.material_box h4::before,
.flow_box h4::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background: url(../images/recipe/img_dots.png) round center/auto 100%;
}

.material_box ul {
  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;
}

.material_box ul li {
  position: relative;
  width: 46%;
  margin-bottom: 0.6em;
  padding-left: 0.8em;
  color: #8e417d;
}

.material_box ul li::before {
  content: '・';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.flow_box {
  margin-bottom: 16rem;
}

.flow_box ul li {
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.416;
  text-indent: -1em;
}

.popup_comment {
  position: relative;
  padding: 12rem 5rem 3rem;
  background-color: #fff;
  font-family: "Yuji Syuku", sans-serif;
}

.popup_comment::before {
  content: '';
  position: absolute;
  display: block;
  top: -9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41.8rem;
  height: 16.2rem;
  background: url(../images/recipe/img_illust1.png) no-repeat center/contain;
}

.popup_comment h5 {
  position: relative;
  margin-bottom: 7rem;
  font-size: 3.2rem;
  color: #4c7b43;
  line-height: 1;
  text-align: center;
}

.popup_comment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}

.popup_comment dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -0.3em 1em 0 0;
  width: 4em;
  height: 3.6em;
  -webkit-filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.15));
}

.popup_comment dl dd {
  line-height: 1.833;
}

.movie_embed {
  margin: 0 auto 2.5rem;
  width: calc(600 / 670 * 100%);
  border: 0.8rem solid #735788;
  -webkit-box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 0.4rem solid #fff;
}

.movie_embed_inner .bc_movie,
.movie_embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_bg {
    cursor: pointer;
  }
  .popup_bg::before, .popup_bg::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    margin-top: 10.2rem;
    height: 100%;
  }
  /* .popup_bg::before {
    left: 0;
    width: 32.7rem;
    background: url(../images/recipe/bg_deco2_L_pc.png) repeat-y left top/contain;
  }
  .popup_bg::after {
    right: 0;
    width: 33.1rem;
    background: url(../images/recipe/bg_deco2_R_pc.png) repeat-y right top/contain;
  } */
  .popup_inner {
    width: calc(1040 / 1400 * 100%);
    padding: 10rem 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .popup_close {
    right: 0;
    width: 6rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close::before, .popup_close::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close:hover::before, .popup_close:hover::after {
    background: #cd3333;
  }
  .popup_list > li {
    padding-top: 6rem;
  }
  .popup_list > li .recipe_ttl {
    padding-top: 3.6rem;
    padding-bottom: 4.8rem;
    width: calc(600 / 1040 * 100%);
    font-size: 2.4rem;
  }
  .popup_list > li .likes {
    width: calc(600 / 1040 * 100%);
  }
  .material_box,
  .flow_box {
    width: calc(600 / 1040 * 100%);
    margin-bottom: 3rem;
  }
  .material_box h4,
  .flow_box h4 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 3rem;
  }
  .material_box h4::before,
  .flow_box h4::before {
    height: 0.7rem;
  }
  .material_box ul,
  .flow_box ul {
    padding: 0 2rem;
  }
  .material_box ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  .flow_box {
    margin-bottom: 14rem;
  }
  .flow_box ul li {
    margin-bottom: 1em;
  }
  .popup_comment {
    padding: 8rem calc(240 / 1040 * 100%) 3rem;
  }
  .popup_comment::before {
    top: -8.3rem;
    width: 34.5rem;
    height: 14rem;
  }
  .popup_comment h5 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .popup_comment dl dd {
    line-height: 1.875;
  }
  .movie_embed {
    width: calc(600 / 1040 * 100%);
    margin: 0 auto 2.4rem;
  }
}
/*# sourceMappingURL=recipe.css.map */