#recipes .mv{
  background: url(../img/recipes/mv_recipes.jpg) no-repeat center/cover;
}
@media screen and (max-width: 600px) {
  #recipes .mv{
    background: url(../img/recipes/mv_recipes_sp.jpg) no-repeat center/cover;
  }
}

/* ------------------------------------- */
/* recipes_area */
/* ------------------------------------- */
.recipes_area{
    padding-top: 50px;
}
.anchor{
  margin-top: -64px;
  padding-top: 64px;
}
.recipes_list{
  padding: 100px 0;
}
.anchor:nth-of-type(even) .recipes_list{
  background: url(../img/common/pattern_bg.jpg) top left/10px;
}
.recipes_list-inner{
  max-width: 1170px;
  margin: 0 auto;
}   
.recipes_list .ttl_area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.recipes_list .ttl_area h3{
    font-size: 13rem;
    font-family: 'Arvo', serif;
    color: #d70000;
}
.recipes_list .ttl_area .recipes_thumbnail{
    width: 370px;
}
.recipes_list .desc_area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.recipes_list .desc_area h4{
    font-size: 2.4rem;
    font-weight: 600;
}
.recipes_list .desc_area h4 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
}
.recipes_list .desc_area .inner{
    width: 60%;
}
.recipes_list .desc_area h5{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0px;
}
.recipes_list .desc_area aside{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
}
.recipes_list .detail_area dt{
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
  transition: all 300ms 0s ease;
}
.recipes_list .detail_area dt::before,
.recipes_list .detail_area dt::after{
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.recipes_list .detail_area dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.recipes_list .detail_area dt.open::after {
  transform: translateY(-50%) rotate(0);
  transition: 0.5s;
}
.recipes_list .detail_area dd{
  border: 5px solid #000;
  display: none;
  padding: 30px 28px;
  background: #fff;
}
.recipes_list .detail_area dd .detail_area-inner{
  display: flex;
  justify-content: space-between;
}
.recipes_list .ingredients_area{
  width: 40%;
  padding: 35px;
  background: url(../img/common/pattern_bg.jpg) top left/10px;
}
.recipes_list .detail_ttl{
  font-size: 2.8rem;
  font-family: 'Lobster', cursive;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d70000;
  margin-bottom: 15px;
  padding: 0 0 5px 10px;
}
.recipes_list .detail_ttl span{
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 20px;
}
.recipes_list .ingredients_list{
  margin: 0 10px;
}
.recipes_list .ingredients_list li{
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
.recipes_list .ingredients_img{
  width: 80%;
  margin: 0 10px;
}
.recipes_list .howto_area{
  width: 58%;
}
.recipes_list .flow{
  position: relative;
  margin: 0 10px 30px;
}
.recipes_list .flow li{
  margin-bottom: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
.recipes_list .flow .flow_img{
  width: 270px;
  position: absolute;
}
.recipes1 .flow .flow_img{
  right: 0;
  bottom: 0px;
}
.recipes2 .flow .flow_img{
  right: 0;
  top: 0px;
}
.recipes_list .howto_area p{
  margin: 0 10px;
  line-height: 1.6;
  position: relative;
  letter-spacing: 0;
}
.recipes_list .howto_area p small{
  font-size: 1.2rem;
  position: absolute;
  top: 100%;
  right: 0;
}
.recipes_list .howto_area p small a{
  text-decoration: underline;
  color: #009cff;
}
@media screen and (max-width: 600px) {
  .recipes_area{
    padding-top: 50px;
  }
  .anchor{
    margin-top: -50px;
    padding-top: 50px;
  }
  .recipes_list{
    padding: 50px 0;
  }
  .recipes_list-inner{
    margin: 0 5%;
  }   
  .recipes_list .ttl_area{
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .recipes_list .ttl_area h3{
    font-size: 5rem;
    color: #d70000;
  }
  .recipes_list .ttl_area .recipes_thumbnail{
    width: 80%;
    margin: 20px auto;
  }
  .recipes_list .desc_area{
    margin-bottom: 20px;
    flex-direction: column;
  }
  .recipes_list .desc_area h4{
    font-size: 1.6rem;
  }
  .recipes_list .desc_area h4 span{
    font-size: 1.2rem;
  }
  .recipes_list .desc_area .inner{
    width: auto;
    margin-top: 20px;
  }
  .recipes_list .desc_area h5{
    font-size: 1.2rem;
  }
  .recipes_list .desc_area aside{
    font-size: 1rem;
  }
  .recipes_list .detail_area dt{
    font-size: 1.4rem;
    padding: 18px 0;
  }
  .recipes_list .detail_area dt::before,
  .recipes_list .detail_area dt::after{
    width: 18px;
    height: 3px;
  }
  .recipes_list .detail_area dt.open::after {
    transform: translateY(-50%) rotate(0);
    transition: 0.5s;
  }
  .recipes_list .detail_area dd{
    border: 4px solid #000;
    display: none;
    padding: 5%;
  }
  .recipes_list .detail_area dd .detail_area-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .recipes_list .ingredients_area{
    width: auto;
    padding: 5%;
    margin-bottom: 20px;
  }
  .recipes_list .detail_ttl{
    font-size: 2rem;
  }
  .recipes_list .detail_ttl span{
    font-size: 1rem;
    margin-left: 15px;
  }
  .recipes_list .ingredients_list{
    margin: 0 5px;
  }
  .recipes_list .ingredients_list li{
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .recipes_list .ingredients_img{
    margin: 0 5px;
  }
  .recipes_list .howto_area{
    width: auto;
  }
  .recipes_list .flow{
    position: relative;
    margin: 0 10px 30px;
  }
  .recipes_list .flow li{
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .recipes_list .flow .flow_img{
    width: 80%;
    position: static;
  }
  .recipes_list .howto_area p{
    margin: 0px 5px;
    font-size: 1.1rem;
  }
  .recipes_list .howto_area p small{
    font-size: 1rem;
    position: static;
    text-align: right;
    display: block;
    margin-top: 5px;
  }
}


