/*---------- RecipeKv ----------*/
.RecipeKv {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
  max-height: 36vw; }
  @media only screen and (max-width: 736px) {
    .RecipeKv {
      margin-bottom: 20px; } }
  .RecipeKv_slide .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 1; }
    @media only screen and (max-width: 736px) {
      .RecipeKv_slide .slick-dots {
        bottom: 5px; } }
    .RecipeKv_slide .slick-dots li {
      display: inline-block;
      margin: 0 10px;
      line-height: 1; }
      .RecipeKv_slide .slick-dots li.slick-active button {
        background-color: #fff; }
    .RecipeKv_slide .slick-dots button {
      width: 14px;
      height: 14px;
      padding: 0;
      border-radius: 50%;
      text-indent: 130%;
      overflow: hidden;
      border: solid 1px #fff;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none; }
      @media only screen and (max-width: 736px) {
        .RecipeKv_slide .slick-dots button {
          width: 10px;
          height: 10px;
          line-height: 1; } }
  .RecipeKv_item img {
    width: 100%;
    height: auto; }
  .RecipeKv_titleBlock {
    position: absolute;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 80px;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0; }
    @media only screen and (max-width: 736px) {
      .RecipeKv_titleBlock {
        padding-top: 30px;
        padding: 30px 0 0 20px; } }
  .RecipeKv_title {
    margin: 0 0 5px; }
  @media only screen and (max-width: 736px) {
    .RecipeKv_titleImg {
      width: 180px;
      height: auto; } }
  .RecipeKv_txt {
    color: #fff;
    font-size: 1.625rem; }
    @media only screen and (max-width: 736px) {
      .RecipeKv_txt {
        font-size: 0.8125rem; } }

.KvBanner {
  position: absolute;
  right: 50px;
  bottom: 50px; }
  @media only screen and (max-width: 736px) {
    .KvBanner {
      position: relative;
      right: 0;
      bottom: 0;
      padding: 0 42px 15px 27px;
      text-align: center; } }

.KvBanner_img {
  width: 335px;
  height: auto; }
  @media only screen and (max-width: 736px) {
    .KvBanner_img {
      max-width: 335px;
      width: 100%; } }

.RecipeBanner {
  text-align: center;
  padding: 0 17px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 736px) {
    .RecipeBanner {
      margin-bottom: 15px;
      margin-top: 10px; } }
  .RecipeBanner img {
    max-width: 100%;
    height: auto; }

/*---------- RecipeSearch ----------*/
.RecipeSearch_wordSearch {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_wordSearch {
      margin: 0 auto 20px; } }

.RecipeSearch_input {
  width: 100%;
  height: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border: solid 1px #4c1f67;
  border-radius: 10px;
  background: url(../images/common/icon_search.png) no-repeat 97% center #fff;
  background-size: 22px auto;
  font-size: 1.375rem;
  display: block;
  outline: none; }
  .RecipeSearch_input:placeholder-shown {
    color: #999; }
  .RecipeSearch_input::-webkit-input-placeholder {
    color: #999; }
  .RecipeSearch_input:-moz-placeholder {
    color: #999;
    opacity: 1; }
  .RecipeSearch_input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .RecipeSearch_input:-ms-input-placeholder {
    color: #999; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_input {
      height: 50px;
      font-size: 1rem;
      background-size: 18px auto;
      background-position: 96% center; } }

.RecipeSearch_btn {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0; }

.RecipeSearch_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_type {
      display: block;
      margin-bottom: 20px; } }

.RecipeSearch_typeItem {
  margin: 0 20px; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_typeItem {
      margin: 0 0 15px; }
      .RecipeSearch_typeItem:last-child {
        margin-bottom: 0; } }

.RecipeSearch_category {
  text-align: center;
  position: relative; }

.RecipeSearch_categoryLink {
  display: block;
  max-width: 400px;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
  background-color: #4c1f67;
  color: #fff;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_categoryLink {
      font-size: 0.75rem; } }
  .RecipeSearch_categoryLink::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../images/common/arrow_b_wht.png) no-repeat 0 0;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 26px; }
    @media only screen and (max-width: 736px) {
      .RecipeSearch_categoryLink::after {
        background-size: 12px auto; } }
  .RecipeSearch_categoryLink.close::after {
    background: url(../images/common/arrow_t_wht.png) no-repeat 0 0; }
    @media only screen and (max-width: 736px) {
      .RecipeSearch_categoryLink.close::after {
        background-size: 12px auto; } }

.RecipeSearch_categoryContent {
  text-align: left; }

.RecipeSearch_categoryContent {
  background-color: #fff;
  border: solid 1px #4c1f67;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 25px;
  margin-top: 30px;
  display: none; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_categoryContent {
      padding: 20px; } }

.RecipeSearch_categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_categoryList {
      display: block; } }

.RecipeSearch_categoryItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  width: 23.5%;
  margin-right: 2%;
  position: relative; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_categoryItem {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }
  .RecipeSearch_categoryItem:last-child {
    margin-right: 0; }
  .RecipeSearch_categoryItem-disable::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6); }
  .RecipeSearch_categoryItem-disable::after {
    content: 'Coming soon!';
    display: block;
    position: absolute;
    width: 150px;
    height: 38px;
    line-height: 38px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    color: #4c1f67;
    border: solid 2px #4c1f67;
    text-align: center;
    font-size: 0.9375rem; }

.RecipeSearch_categoryLead {
  background-color: #4c1f67;
  height: 53px;
  border-radius: 27px;
  padding: 10px 0 0 48px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat; }
  .RecipeSearch_categoryLead-scene {
    background-image: url(../images/common/icon_scene.png);
    background-position: 17px center; }
  .RecipeSearch_categoryLead-food {
    background-image: url(../images/common/icon_food.png);
    background-position: 12px center; }
  .RecipeSearch_categoryLead-support {
    background-image: url(../images/common/icon_support.png);
    background-position: 17px center; }
  .RecipeSearch_categoryLead-season {
    background-image: url(../images/common/icon_season.png);
    background-position: 15px center; }

.RecipeSearch_categoryCatch {
  color: #fff;
  font-size: 0.6875rem;
  margin-bottom: 3px; }

.RecipeSearch_categoryName {
  color: #fff;
  font-size: 1rem; }

.RecipeSearch_check {
  padding-left: 10px; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_check {
      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; } }

.RecipeSearch_checkItem {
  margin-bottom: 15px; }
  @media only screen and (max-width: 736px) {
    .RecipeSearch_checkItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .RecipeSearch_checkItem .InputCheck_label {
    font-size: 0.9375rem;
    padding-top: 6px;
    padding-bottom: 6px; }
    @media only screen and (max-width: 736px) {
      .RecipeSearch_checkItem .InputCheck_label {
        font-size: 0.6875rem;
        padding-top: 5px;
        padding-bottom: 5px; } }

/*---------- RecipeIndexList ----------*/
.RecipeIndexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 736px) {
    .RecipeIndexList {
      display: block;
      margin-top: 40px;
      margin-bottom: 30px; } }
  .RecipeIndexList_item {
    width: 47.2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.2%;
    flex: 0 0 47.2%; }
    @media only screen and (max-width: 736px) {
      .RecipeIndexList_item {
        width: 100%;
        margin-bottom: 25px; } }
  .RecipeIndexList_link {
    display: block; }
  .RecipeIndexList_imgArea {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .RecipeIndexList_imgArea {
        height: 200px; } }
  .RecipeIndexList_comment {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .RecipeIndexList_link:hover .RecipeIndexList_comment {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .RecipeIndexList_commentTxt {
    position: relative;
    line-height: 1.8em;
    color: #fff;
    font-size: 0.9375rem; }
    .RecipeIndexList_commentTxt::before {
      content: '';
      display: block;
      background: url(../images/common/text_frame_l.png) no-repeat 0 0;
      background-size: 30px auto;
      position: absolute;
      top: -25px;
      left: -20px;
      width: 34px;
      height: 25px; }
    .RecipeIndexList_commentTxt::after {
      content: '';
      display: block;
      background: url(../images/common/text_frame_r.png) no-repeat 0 0;
      background-size: 30px auto;
      position: absolute;
      bottom: -25px;
      right: -20px;
      width: 34px;
      height: 25px; }
  .RecipeIndexList_new {
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 736px) {
      .RecipeIndexList_new {
        width: 59px;
        height: auto; } }
  .RecipeIndexList_title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.6em;
    margin-top: 15px; }
    @media only screen and (max-width: 736px) {
      .RecipeIndexList_title {
        font-size: 0.75rem; } }

/*---------- RecipeList ----------*/
.RecipeList {
  border-top: solid 1px #4c1f67;
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px; }
  .RecipeList::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4c1f67;
    position: absolute;
    top: 2px;
    left: 0; }
  .RecipeList_resultCount {
    padding: 30px 0; }
    @media only screen and (max-width: 736px) {
      .RecipeList_resultCount {
        padding: 25px 0; } }
  .RecipeList_resultTxt {
    font-size: 1.125rem;
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .RecipeList_resultTxt {
        font-size: 1rem; } }
  .RecipeList_emTxt {
    font-size: 1.5rem; }
    @media only screen and (max-width: 736px) {
      .RecipeList_emTxt {
        font-size: 1.25rem; } }
  .RecipeList_word {
    color: #4c1f67; }
  .RecipeList_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media only screen and (max-width: 736px) {
      .RecipeList_content {
        display: block;
        margin-bottom: 40px; } }
  .RecipeList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.6%;
    flex: 0 0 29.6%;
    width: 29.6%;
    margin-right: 5.6%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 736px) {
      .RecipeList_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; } }
    .RecipeList_item:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 736px) {
      .RecipeList_item:nth-child(even) .RecipeList_link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .RecipeList_link {
    display: block; }
    @media only screen and (max-width: 736px) {
      .RecipeList_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .RecipeList_imgArea {
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    @media only screen and (max-width: 736px) {
      .RecipeList_imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-top: 50%; } }
  .RecipeList_comment {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .RecipeList_link:hover .RecipeList_comment {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .RecipeList_commentTxt {
    position: relative;
    line-height: 1.8em;
    color: #fff;
    font-size: 0.9375rem; }
    .RecipeList_commentTxt::before {
      content: '';
      display: block;
      background: url(../images/common/text_frame_l.png) no-repeat 0 0;
      background-size: 30px auto;
      position: absolute;
      top: -25px;
      left: -20px;
      width: 34px;
      height: 25px; }
    .RecipeList_commentTxt::after {
      content: '';
      display: block;
      background: url(../images/common/text_frame_r.png) no-repeat 0 0;
      background-size: 30px auto;
      position: absolute;
      bottom: -25px;
      right: -20px;
      width: 34px;
      height: 25px; }
  .RecipeList_title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.6em;
    margin-top: 15px; }
    @media only screen and (max-width: 736px) {
      .RecipeList_title {
        font-size: 0.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px; } }

/*---------- RecipeSeasonal ----------*/
.RecipeSeasonal {
  background: url(../images/recipe/bg_seasonal_recipes.png) repeat 0 0;
  margin-top: 70px;
  padding-bottom: 100px; }
  .RecipeSeasonal_logoArea {
    height: 115px;
    background: url(../images/recipe/bg_seasonal_recipes_title.png) repeat-x 0 0;
    position: relative;
    top: -60px; }
    @media only screen and (max-width: 736px) {
      .RecipeSeasonal_logoArea {
        height: 70px;
        background-size: auto 70px;
        top: -30px; } }
  .RecipeSeasonal_logo {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
  @media only screen and (max-width: 736px) {
    .RecipeSeasonal_logoImg {
      width: 135px;
      height: auto; } }
  .RecipeSeasonal_title {
    text-align: center;
    color: #826645;
    font-weight: bold;
    font-size: 2.875rem;
    margin: 0 0 50px; }
    @media only screen and (max-width: 736px) {
      .RecipeSeasonal_title {
        font-size: 1.5rem; } }
  .RecipeSeasonal_content {
    max-width: 1080px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 736px) {
      .RecipeSeasonal_content {
        display: block;
        margin-bottom: 40px; } }

/*---------- RecipeSeasonal ----------*/
.RecipeShop {
  background-color: #efeaf8;
  padding: 60px 20px 100px; }
  @media only screen and (max-width: 736px) {
    .RecipeShop {
      padding: 50px 0 80px; } }
  .RecipeShop_title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 736px) {
      .RecipeShop_title {
        margin: 0 20px 40px; } }
  .RecipeShop_titleTxt {
    display: inline-block;
    text-align: center;
    color: #4c1f67;
    font-size: 2.375rem;
    position: relative;
    padding-left: 80px; }
    @media only screen and (max-width: 736px) {
      .RecipeShop_titleTxt {
        text-align: left;
        font-size: 1.625rem;
        padding-left: 55px;
        line-height: 1.3; } }
    .RecipeShop_titleTxt::before {
      content: '';
      display: inline-block;
      width: 60px;
      height: 53px;
      background: url(../images/common/icon_shop.png) no-repeat 0;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 736px) {
        .RecipeShop_titleTxt::before {
          width: 42px;
          height: 37px;
          background-size: 42px auto;
          top: 8px; } }

.RecipeBakery {
  background-color: #fbf2e9;
  padding: 60px 20px 100px; }
  @media only screen and (max-width: 736px) {
    .RecipeBakery {
      padding: 50px 0 80px; } }
  .RecipeBakery_title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 736px) {
      .RecipeBakery_title {
        margin: 0 20px 40px; } }
  .RecipeBakery_titleTxt {
    display: inline-block;
    text-align: center;
    color: #9a4c00;
    font-size: 2.375rem;
    position: relative;
    padding-left: 80px; }
    @media only screen and (max-width: 736px) {
      .RecipeBakery_titleTxt {
        text-align: left;
        font-size: 1.625rem;
        padding-left: 55px;
        line-height: 1.3; } }
    .RecipeBakery_titleTxt::before {
      content: '';
      display: inline-block;
      width: 78px;
      height: 61px;
      background: url(../images/common/icon_bakery.png) no-repeat 0;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 736px) {
        .RecipeBakery_titleTxt::before {
          width: 51px;
          height: 39px;
          background-size: 50px auto;
          top: 8px; } }

.ShopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px; }
  @media only screen and (max-width: 736px) {
    .ShopLink {
      display: block; } }
  .ShopLink_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #4c1f67;
    font-size: 1rem;
    background-color: #d5c8ed;
    text-align: center;
    position: relative;
    margin: 0 10px; }
    @media only screen and (max-width: 736px) {
      .ShopLink_btn {
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 0 0 10px; } }
    .ShopLink_btn::after {
      content: '';
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 8px;
      height: 8px;
      border: 8px solid transparent;
      border-left: 10px solid #4c1f67;
      position: absolute;
      right: 20px;
      top: 22px; }
      @media only screen and (max-width: 736px) {
        .ShopLink_btn::after {
          right: 5px; } }
    .ShopLink_btn:hover {
      opacity: 0.7; }
    .ShopLink_btn-brown {
      background-color: #f8dfc7;
      color: #9a4c00; }
      .ShopLink_btn-brown::after {
        border-left-color: #9a4c00; }

/*---------- RecipeTitle ----------*/
.RecipeTitle {
  border-bottom: solid 1px #4c1f67;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative; }
  @media only screen and (max-width: 736px) {
    .RecipeTitle {
      padding-bottom: 15px;
      margin-bottom: 25px; } }
  .RecipeTitle::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4c1f67;
    bottom: 5px;
    left: 0; }
    @media only screen and (max-width: 736px) {
      .RecipeTitle::after {
        bottom: 3px; } }
  .RecipeTitle-medal {
    padding-left: 80px;
    background: url(../images/recipe/medal_gold.png) no-repeat 0 0; }
    @media only screen and (max-width: 736px) {
      .RecipeTitle-medal {
        padding-left: 60px;
        background-size: 55px auto; } }
  .RecipeTitle_lead {
    color: #b13b53;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 736px) {
      .RecipeTitle_lead {
        font-size: 0.8125rem;
        margin-bottom: 5px; } }
  .RecipeTitle_title {
    margin: 0;
    font-size: 1.875rem; }
    @media only screen and (max-width: 736px) {
      .RecipeTitle_title {
        font-size: 1.25rem; } }

.RecipeShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0; }
  .RecipeShare_item {
    margin-left: 10px;
    min-width: 64px; }

/*---------- RecipeBlockTitle ----------*/
.RecipeBlockTitle {
  border-bottom: solid 1px #4c1f67;
  position: relative;
  padding-bottom: 8px; }
  .RecipeBlockTitle_title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #4c1f67;
    display: inline-block;
    margin: 0 15px 0 0; }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_title {
        font-size: 1.25rem; } }
    .RecipeBlockTitle_title-prune::before {
      content: '';
      display: inline-block;
      width: 43px;
      height: 43px;
      background: url(../images/common/icon_prune01.png) no-repeat 0 0;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-right: 8px; }
      @media only screen and (max-width: 736px) {
        .RecipeBlockTitle_title-prune::before {
          background-size: 25px auto;
          width: 25px;
          height: 25px; } }
    .RecipeBlockTitle_title-pot::before {
      content: '';
      display: inline-block;
      width: 46px;
      height: 33px;
      background: url(../images/common/icon_pot.png) no-repeat 0 0;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-right: 8px; }
      @media only screen and (max-width: 736px) {
        .RecipeBlockTitle_title-pot::before {
          background-size: 28px auto;
          width: 28px;
          height: 20px; } }
    .RecipeBlockTitle_title-cup::before {
      content: '';
      display: inline-block;
      width: 42px;
      height: 34px;
      background: url(../images/common/icon_cup.png) no-repeat 0 0;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-right: 8px; }
      @media only screen and (max-width: 736px) {
        .RecipeBlockTitle_title-cup::before {
          background-size: 28px auto;
          width: 28px;
          height: 20px; } }
  .RecipeBlockTitle_icon {
    vertical-align: middle;
    margin-right: 10px; }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_icon-prune {
        width: 25px;
        height: auto; } }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_icon-pot {
        width: 28px;
        height: auto; } }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_icon-cup {
        width: 28px;
        height: auto; } }
  .RecipeBlockTitle_txt {
    font-size: 1.125rem;
    color: #666;
    display: inline-block; }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_txt {
        font-size: 0.8125rem; } }
  .RecipeBlockTitle_time {
    position: absolute;
    right: 0;
    top: -2px;
    height: 40px;
    line-height: 40px;
    background-color: #e3d9e8;
    color: #4c1f67;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 0 15px; }
    @media only screen and (max-width: 736px) {
      .RecipeBlockTitle_time {
        font-size: 0.8125rem;
        height: 30px;
        line-height: 30px; } }
    .RecipeBlockTitle_time::before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 26px;
      background: url(../images/common/icon_clock.png) no-repeat 0 0;
      margin-right: 8px;
      vertical-align: middle;
      position: relative;
      top: -2px; }
      @media only screen and (max-width: 736px) {
        .RecipeBlockTitle_time::before {
          background-size: 18px auto;
          width: 18px;
          height: 24px; } }

/*---------- RecipeMain ----------*/
.RecipeMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media only screen and (max-width: 736px) {
    .RecipeMain {
      display: block;
      margin-bottom: 40px; } }
  .RecipeMain_imgArea {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_imgArea {
        width: 100%;
        margin-bottom: 30px; } }
  .RecipeMain_img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_img {
        margin-bottom: 15px; } }
  .RecipeMain_txtArea {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_txtArea {
        width: 100%;
        padding-left: 0; } }
  .RecipeMain_lead {
    color: #b13b53;
    border-bottom: solid 1px #b13b53;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_lead {
        font-size: 0.75rem;
        padding-bottom: 10px; } }
  .RecipeMain_catch {
    font-size: 1.25rem;
    line-height: 1.6em;
    margin-bottom: 20px; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_catch {
        font-size: 0.8125rem;
        margin-bottom: 15px; } }
  .RecipeMain_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  .RecipeMain_tagItem {
    margin-right: 5px;
    margin-bottom: 5px; }
    .RecipeMain_tagItem:last-child {
      margin-right: 0; }
  .RecipeMain_tagTxt {
    display: inline-block;
    background-color: #e3d9e8;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    color: #4c1f67;
    padding: 0 10px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_tagTxt {
        font-size: 0.6875rem;
        height: 21px;
        line-height: 21px; } }
  .RecipeMain_calorie {
    position: relative; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_calorie {
        margin-bottom: 10px; } }
    .RecipeMain_calorie::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #4c1f67;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 736px) {
        .RecipeMain_calorie::after {
          top: 3px; } }
  .RecipeMain_calorieTxt {
    display: inline-block;
    background-color: #fff;
    color: #4c1f67;
    font-weight: bold;
    padding-right: 10px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_calorieTxt {
        font-size: 0.75rem;
        margin-bottom: 0; } }
  .RecipeMain_calorieContent {
    line-height: 1.8em;
    margin-bottom: 40px; }
    @media only screen and (max-width: 736px) {
      .RecipeMain_calorieContent {
        font-size: 0.75rem; } }
  .RecipeMain_btnArea {
    text-align: center; }

/*---------- RecipeIngredient ----------*/
.RecipeIngredient {
  margin-bottom: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .RecipeIngredient {
      margin-bottom: 50px; } }
  .RecipeIngredient_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_content {
        display: block;
        padding-top: 0; } }
  .RecipeIngredient_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.2%;
    flex: 0 0 47.2%;
    width: 47.2%; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_column {
        width: 100%; } }
    .RecipeIngredient_column:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 736px) {
        .RecipeIngredient_column:last-child {
          margin-bottom: 30px; } }
  .RecipeIngredient_title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 1.25rem; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_title {
        font-size: 0.9375rem;
        margin: 25px 0 5px; } }
  .RecipeIngredient_list {
    margin-top: 10px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_list {
        margin-top: 0; } }
  .RecipeIngredient_listItem {
    border-bottom: dashed 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_listItem {
        padding: 8px 0; } }
  @media only screen and (max-width: 736px) {
    .RecipeIngredient_listTxt {
      font-size: 0.8125rem; } }
  .RecipeIngredient_listTxt:nth-child(even) {
    text-align: right; }
  .RecipeIngredient_link {
    float: right; }
    @media only screen and (max-width: 736px) {
      .RecipeIngredient_link {
        float: none; } }

/*---------- RecipePreparation ----------*/
.RecipePreparation {
  padding-bottom: 90px; }
  @media only screen and (max-width: 736px) {
    .RecipePreparation {
      padding-bottom: 50px; } }
  .RecipePreparation_content {
    margin-top: 35px; }
  .RecipePreparation_contentTitle {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #b13b53; }
    @media only screen and (max-width: 736px) {
      .RecipePreparation_contentTitle {
        font-size: 0.9375rem; } }
  .RecipePreparation_list {
    border-top: dashed 1px #ccc;
    margin-bottom: 70px; }
    @media only screen and (max-width: 736px) {
      .RecipePreparation_list {
        margin-bottom: 30px; } }
    .RecipePreparation_list:last-child {
      margin-bottom: 0; }
  .RecipePreparation_listItem {
    border-bottom: dashed 1px #ccc;
    padding: 12px 0 12px 45px;
    line-height: 1.8em;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .RecipePreparation_listItem {
        font-size: 0.75rem;
        padding: 12px 0 12px 30px; } }
    .RecipePreparation_listItem::before {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #cb91ca;
      color: #fff;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 11px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      font-size: 0.9375rem; }
      @media only screen and (max-width: 736px) {
        .RecipePreparation_listItem::before {
          font-size: 0.75rem;
          width: 21px;
          height: 21px;
          line-height: 21px;
          top: 14px; } }
    .RecipePreparation_listItem:nth-child(1)::before {
      content: '1'; }
    .RecipePreparation_listItem:nth-child(2)::before {
      content: '2'; }
    .RecipePreparation_listItem:nth-child(3)::before {
      content: '3'; }
    .RecipePreparation_listItem:nth-child(4)::before {
      content: '4'; }
    .RecipePreparation_listItem:nth-child(5)::before {
      content: '5'; }
    .RecipePreparation_listItem:nth-child(6)::before {
      content: '6'; }
    .RecipePreparation_listItem:nth-child(7)::before {
      content: '7'; }
    .RecipePreparation_listItem:nth-child(8)::before {
      content: '8'; }
    .RecipePreparation_listItem:nth-child(9)::before {
      content: '9'; }
    .RecipePreparation_listItem:nth-child(10)::before {
      content: '10'; }
    .RecipePreparation_listItem:nth-child(11)::before {
      content: '11'; }
    .RecipePreparation_listItem:nth-child(12)::before {
      content: '12'; }
    .RecipePreparation_listItem:nth-child(13)::before {
      content: '13'; }
    .RecipePreparation_listItem:nth-child(14)::before {
      content: '14'; }
    .RecipePreparation_listItem:nth-child(15)::before {
      content: '15'; }
    .RecipePreparation_listItem:nth-child(16)::before {
      content: '16'; }
    .RecipePreparation_listItem:nth-child(17)::before {
      content: '17'; }
    .RecipePreparation_listItem:nth-child(18)::before {
      content: '18'; }
    .RecipePreparation_listItem:nth-child(19)::before {
      content: '19'; }
    .RecipePreparation_listItem:nth-child(20)::before {
      content: '20'; }

/*---------- RecipeHowto ----------*/
.RecipeHowto {
  padding-bottom: 50px; }
  @media only screen and (max-width: 736px) {
    .RecipeHowto {
      padding-bottom: 20px; } }
  .RecipeHowto_content {
    margin-top: 35px; }
  .RecipeHowto_contentTitle {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #75449e; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_contentTitle {
        font-size: 0.9375rem; } }
  .RecipeHowto_column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_column {
        display: block; } }
  .RecipeHowto_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .RecipeHowto_list {
    border-top: dashed 1px #ccc;
    margin-bottom: 70px; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_list {
        margin-bottom: 30px; } }
    .RecipeHowto_list:last-child {
      margin-bottom: 0; }
  .RecipeHowto_listItem {
    border-bottom: dashed 1px #ccc;
    padding: 12px 0 12px 45px;
    line-height: 1.8em;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_listItem {
        font-size: 0.75rem;
        padding: 12px 0 12px 30px; } }
    .RecipeHowto_listItem::before {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #4c1f67;
      color: #fff;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 11px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      font-size: 0.9375rem; }
      @media only screen and (max-width: 736px) {
        .RecipeHowto_listItem::before {
          font-size: 0.75rem;
          width: 21px;
          height: 21px;
          line-height: 21px;
          top: 14px; } }
    .RecipeHowto_listItem:nth-child(1)::before {
      content: '1'; }
    .RecipeHowto_listItem:nth-child(2)::before {
      content: '2'; }
    .RecipeHowto_listItem:nth-child(3)::before {
      content: '3'; }
    .RecipeHowto_listItem:nth-child(4)::before {
      content: '4'; }
    .RecipeHowto_listItem:nth-child(5)::before {
      content: '5'; }
    .RecipeHowto_listItem:nth-child(6)::before {
      content: '6'; }
    .RecipeHowto_listItem:nth-child(7)::before {
      content: '7'; }
    .RecipeHowto_listItem:nth-child(8)::before {
      content: '8'; }
    .RecipeHowto_listItem:nth-child(9)::before {
      content: '9'; }
    .RecipeHowto_listItem:nth-child(10)::before {
      content: '10'; }
    .RecipeHowto_listItem:nth-child(11)::before {
      content: '11'; }
    .RecipeHowto_listItem:nth-child(12)::before {
      content: '12'; }
    .RecipeHowto_listItem:nth-child(13)::before {
      content: '13'; }
    .RecipeHowto_listItem:nth-child(14)::before {
      content: '14'; }
    .RecipeHowto_listItem:nth-child(15)::before {
      content: '15'; }
    .RecipeHowto_listItem:nth-child(16)::before {
      content: '16'; }
    .RecipeHowto_listItem:nth-child(17)::before {
      content: '17'; }
    .RecipeHowto_listItem:nth-child(18)::before {
      content: '18'; }
    .RecipeHowto_listItem:nth-child(19)::before {
      content: '19'; }
    .RecipeHowto_listItem:nth-child(20)::before {
      content: '20'; }
  .RecipeHowto_point {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    border: solid 2px #b13b53;
    border-radius: 10px;
    padding: 25px 20px;
    margin-left: 35px;
    margin-top: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_point {
        width: 100%;
        margin-left: 0; } }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_point {
        display: block;
        width: 100%;
        padding: 15px;
        margin-bottom: 30px;
        position: relative; } }
    .RecipeHowto_point dd {
      position: relative;
      padding-left: 15px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 736px) {
        .RecipeHowto_point dd {
          font-size: 0.75rem; } }
      .RecipeHowto_point dd:last-child {
        margin-bottom: 0; }
      .RecipeHowto_point dd::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #b13b53;
        position: absolute;
        left: 0;
        top: 7px; }
        @media only screen and (max-width: 736px) {
          .RecipeHowto_point dd::before {
            top: 2px; } }
  .RecipeHowto_pointLead {
    color: #b13b53;
    font-weight: bold;
    font-size: 1.125rem;
    border-bottom: dotted 2px #b13b53;
    padding-bottom: 8px;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_pointLead {
        font-size: 0.9375rem; } }
    .RecipeHowto_pointLead::before {
      content: '';
      display: block;
      position: absolute;
      left: -45px;
      top: -9px;
      background: url(../images/common/icon_light.png) no-repeat 0 0;
      width: 40px;
      height: 42px; }
  .RecipeHowto_pointLead-i {
    font-style: italic; }
  .RecipeHowto_case {
    padding: 25px;
    border: solid 1px #ccc;
    margin-bottom: 80px; }
    @media only screen and (max-width: 736px) {
      .RecipeHowto_case {
        padding: 15px;
        margin-bottom: 30px; } }
    .RecipeHowto_case p {
      margin-bottom: 10px; }
      @media only screen and (max-width: 736px) {
        .RecipeHowto_case p {
          font-size: 0.9375rem; } }
      .RecipeHowto_case p:last-child {
        margin-bottom: 0; }
      .RecipeHowto_case p a {
        color: #4c1f67;
        text-decoration: underline; }
        @media only screen and (max-width: 736px) {
          .RecipeHowto_case p a {
            font-size: 0.75rem; } }
        .RecipeHowto_case p a:hove {
          text-decoration: none; }
        .RecipeHowto_case p a::before {
          content: '';
          display: inline-block;
          background: url(../images/common/arrow_r_purple.png) no-repeat 0 0;
          background-size: 8px auto;
          width: 8px;
          height: 14px;
          margin-right: 5px;
          vertical-align: middle;
          position: relative;
          top: -2px; }
