@charset "UTF-8";
/* ヘッダー */
@media print {
  #header {
    display: none;
  }
}

/* ナビゲーション */
#local-nav-box .local-nav-menu.recommended {
  width: 22%;
}

#local-nav-box .local-nav-menu.favorite {
  width: 22%;
}

.container_kind_pagetop {
  padding: 100px 20px 0 !important;
}

/* 共通 */
.recipeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 0;
}

@media screen and (max-width: 767px) {
  .recipeList {
    margin: 0 -7px 0;
  }
}

.recipeList_pages_search {
  margin-bottom: 70px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .recipeList_pages_search {
    margin-top: 15px;
  }
}

.recipeList__article {
  margin: 0 0 24px;
  padding: 0 12px;
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .recipeList__article {
    margin: 0 0 14px;
    padding: 0 7px;
    width: 50%;
  }
}

.recipeList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.recipeList__thumbnail {
  height: 254px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recipeList__thumbnail {
    height: 134px;
  }
}

.recipeList__thumbnail .recipeList__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recipeList__thumbnail .recipeList__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

.recipeList__name {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  min-height: 73px;
  overflow: hidden;
  padding: 11.5px 20px;
}

@media screen and (max-width: 767px) {
  .recipeList__name {
    font-size: 13px;
    line-height: 15px;
    min-height: 50px;
    padding: 10px;
  }
}

.recipeList__video {
  background: center left/auto 17px url(../img/recipe/icon_video.svg) no-repeat;
  color: #e60012;
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 17px;
  margin: 4px 0 0;
  padding: 0 0 0 27px;
}

@media screen and (max-width: 767px) {
  .recipeList__video {
    background-size: auto 15px;
    display: block;
    float: none;
    font-size: 10px;
    line-height: 15px;
    margin: 3px 0 0;
    padding: 0 0 0 25px;
    width: auto !important;
  }
}

.recipeList__list {
  background: rgba(173, 148, 101, 0.7);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .recipeList__list {
    padding: 10px;
  }
}

.recipeList__article:nth-child(even) .recipeList__list {
  background: rgba(123, 114, 124, 0.7);
}

.recipeList__item {
  background: left top 3px/auto 17px url(../img/recipe/icon_genre_white.svg) no-repeat;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  float: left;
  letter-spacing: .03em;
  line-height: 15px;
  padding: 4px 0 4px 24px;
}

.recipeList__item:nth-child(1) {
  margin: 0 2em 0 0;
  min-width: 112px;
}

@media screen and (max-width: 767px) {
  .recipeList__item:nth-child(1) {
    min-width: 84px;
  }
}

.recipeList__item:nth-child(2) {
  background-image: url(../img/recipe/icon_calorie_white.svg);
  padding-left: 20px;
}

.recipeList__item:nth-child(3) {
  background-image: url(../img/recipe/icon_good_white.svg);
  clear: both;
}

/* レシピトップ */
.easyRecipe__container {
  padding: 0 20px !important;
}

@media screen and (max-width: 767px) {
  .easyRecipe__container {
    padding: 0 15px !important;
  }
}

.easyRecipe__title {
  margin: 0 auto 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .easyRecipe__title {
    margin: 10px auto 15px;
    max-width: 345px;
  }
}

.easyRecipe__img {
  width: 100%;
}

/* レシピトップの今日のかんたんレシピ */
.todayEasyRecipe {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe {
    margin: 0 -15px 30px;
  }
}

.todayEasyRecipe__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__link {
    display: block;
  }
}

.todayEasyRecipe__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  position: relative;
  width: 535px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__thumbnail {
    width: 100%;
  }
}

.todayEasyRecipe__thumbnail .todayEasyRecipe__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .todayEasyRecipe__thumbnail .todayEasyRecipe__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

.todayEasyRecipe__content {
  background: rgba(250, 245, 212, 0.41);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 27px 29px 13px;
  width: 425px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__content {
    padding: 20px 20px 10px;
    width: 100%;
  }
}

.todayEasyRecipe__title {
  margin: 0 auto 23px;
  max-width: 219px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__title {
    margin: 0 auto 11px;
    max-width: 178px;
  }
}

.todayEasyRecipe__img {
  width: 100%;
}

.todayEasyRecipe__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff9a42;
  border-radius: 27px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 27px;
  margin: 0 auto 30px;
  text-align: center;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__date {
    font-size: 22px;
    height: 47px;
    line-height: 26px;
    margin: 0 auto 20px;
    width: 196px;
  }
}

.todayEasyRecipe__time {
  background: center left/auto 27px url(../img/recipe/icon_time.svg) no-repeat;
  padding: 0 0 0 75px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__time {
    background-image: auto 23px;
    padding: 0 0 0 67px;
  }
}

.todayEasyRecipe__small {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__small {
    font-size: 15px;
  }
}

.todayEasyRecipe__definition {
  margin: 0 0 8px;
}

.todayEasyRecipe__term {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__term {
    font-size: 18px;
    line-height: 25px;
  }
}

.todayEasyRecipe__video {
  background: center left/auto 17px url(../img/recipe/icon_video.svg) no-repeat;
  color: #e60012;
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 17px;
  margin: 20px 0 0;
  padding: 0 0 0 27px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__video {
    margin: 4px 0 0;
  }
}

.todayEasyRecipe__description {
  border-bottom: 1px dashed #7b727c;
  border-top: 1px dashed #7b727c;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__description {
    font-size: 11px;
    line-height: 17px;
    padding: 12px 0;
  }
}

.todayEasyRecipe__list {
  overflow: hidden;
}

.todayEasyRecipe__item {
  background: left top 3px/auto 17px url(../img/recipe/icon_genre.svg) no-repeat;
  color: #673700;
  font-size: 10px;
  font-weight: bold;
  float: left;
  letter-spacing: .03em;
  line-height: 15px;
  padding: 4px 0 4px 24px;
}

.todayEasyRecipe__item:nth-child(1) {
  margin: 0 2em 0 0;
  min-width: 112px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipe__item:nth-child(1) {
    min-width: 84px;
  }
}

.todayEasyRecipe__item:nth-child(2) {
  background-image: url(../img/recipe/icon_calorie.svg);
  padding-left: 20px;
}

.todayEasyRecipe__item:nth-child(3) {
  background-image: url(../img/recipe/icon_good.svg);
  clear: both;
}

/* レシピトップの話題のレシピ */
.topicalRecipe {
  background: #edead8;
  padding: 50px 0 80px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe {
    background: none;
    padding: 0;
  }
}

.topicalRecipe__container {
  padding: 0 20px !important;
}

.topicalRecipe__title {
  margin: 0 auto 28px;
  max-width: 672px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__title {
    margin: 0 auto 23px;
    max-width: 335px;
  }
}

.topicalRecipe__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel {
    margin: 0 -20px;
  }
}

.topicalRecipe__carousel:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel:not(.slick-initialized) {
    margin: 0 -7px;
  }
}

.topicalRecipe__carousel.slick-slider .slick-track, .topicalRecipe__carousel.slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.topicalRecipe__carousel .slick-list {
  padding: 0 85px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-list {
    padding: 0 80px;
  }
}

.topicalRecipe__carousel .slick-list::before, .topicalRecipe__carousel .slick-list::after {
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
  z-index: 10;
}

.topicalRecipe__carousel .slick-list::after {
  left: auto;
  right: 0;
}

.topicalRecipe__carousel .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 56px;
  margin: 0;
  position: absolute;
  top: 118px;
  width: 56px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-arrow {
    border-radius: 16px;
    bottom: 44px;
    left: 32px;
    margin: auto 0;
    height: 32px;
    top: 0;
    width: 32px;
  }
}

.topicalRecipe__carousel .slick-arrow::before {
  border-bottom: 2px solid #7b727c;
  border-left: 2px solid #7b727c;
  content: "";
  display: block;
  height: 15px;
  margin: 0 0 0 5px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-arrow::before {
    height: 9px;
    margin: 0 0 0 3px;
    width: 9px;
  }
}

.topicalRecipe__carousel .slick-next {
  left: auto;
  right: 56px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-next {
    right: 32px;
  }
}

.topicalRecipe__carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  position: static;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-dots {
    margin: 30px 0 0;
  }
}

.topicalRecipe__carousel .slick-dots li {
  background: none;
  height: auto;
  margin: 0 9px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-dots li {
    margin: 0 7px;
  }
}

.topicalRecipe__carousel .slick-dots li button {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 9px;
  height: 18px;
  padding: 0;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel .slick-dots li button {
    height: 14px;
    width: 14px;
  }
}

.topicalRecipe__carousel .slick-dots li button::before {
  content: none;
}

.topicalRecipe__carousel .slick-dots li.slick-active button {
  background: #7b727c;
  border: none;
}

.topicalRecipe__carousel .slick-slide img {
  width: 100%;
}

.topicalRecipe__article {
  padding: 0 10px;
  width: 395px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__article {
    padding: 0 5px;
    width: auto;
  }
}

.topicalRecipe__article:focus {
  outline: none;
}

.topicalRecipe__carousel:not(.slick-initialized) .topicalRecipe__article {
  margin: 0 0 24px;
  padding: 0 12px;
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__carousel:not(.slick-initialized) .topicalRecipe__article {
    margin: 0 0 14px;
    padding: 0 7px;
    width: 50%;
  }
}

.topicalRecipe__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.topicalRecipe__link:focus {
  outline: none;
}

.topicalRecipe__thumbnail {
  height: 292px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__thumbnail {
    height: 172px;
  }
}

.topicalRecipe__thumbnail .topicalRecipe__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topicalRecipe__thumbnail .topicalRecipe__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

.topicalRecipe__name {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 19px 20px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__name {
    font-size: 13px;
    line-height: 15px;
    padding: 9px 12px;
  }
}

.topicalRecipe__video {
  background: center left/auto 17px url(../img/recipe/icon_video.svg) no-repeat;
  color: #e60012;
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 17px;
  margin: 4px 0 0;
  padding: 0 0 0 27px;
}

@media screen and (max-width: 767px) {
  .topicalRecipe__video {
    background-size: auto 15px;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0 0 0 25px;
  }
}

/* レシピトップのレシピを探す */
.recipeSearch {
  padding: 38px 0 0;
}

@media screen and (max-width: 767px) {
  .recipeSearch {
    padding: 40px 0 0;
  }
}

.recipeSearch__container {
  padding: 0 20px !important;
}

.recipeSearch__title {
  margin: 0 auto 34px;
  max-width: 672px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recipeSearch__title {
    margin: 0 auto 18px;
    max-width: 335px;
  }
}

.recipeSearch__img {
  width: 100%;
}

.recipeSearch__recipeList {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .recipeSearch__recipeList {
    margin-bottom: 16px;
  }
}

.recipeSearch__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #707070;
  border-radius: 26.5px;
  color: #7b727c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  max-width: 322px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recipeSearch__button {
    max-width: 300px;
  }
}

.recipeSearch__buttonText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipeSearch__buttonText::after {
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  height: 7px;
  margin: 0 -2em 0 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.searchByProduct {
  margin: 0 0 20px;
}

.searchByProduct__header {
  margin: 0 0 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .searchByProduct__header {
    margin: 0 0 18px;
  }
}

.searchByProduct__dropdown {
  background: #432b5e;
  border-radius: 7px 7px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  width: 262px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__dropdown {
    border-radius: 7px;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
    text-align: left;
    width: 100%;
  }
}

.searchByProduct__dropdown:hover {
  opacity: .8;
}

.searchByProduct__dropdown::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto 0;
  position: absolute;
  right: 17px;
  top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.searchByProduct__dropdown_inActive::after {
  top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.searchByProduct__em {
  font-size: 30px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .searchByProduct__em {
    font-size: 23px;
  }
}

.searchByProduct__search {
  position: absolute;
  right: 0;
  top: 9px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__search {
    margin: 8px 0 0;
    position: static;
  }
}

.searchByProduct__keyword {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7b727c;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 630px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__keyword {
    width: 100%;
  }
}

.searchByProduct__textInput {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  font-size: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 42px;
  padding: 0 1em;
  width: calc(100% - 64px);
}

.searchByProduct__textInput::-webkit-input-placeholder {
  color: rgba(123, 114, 124, 0.6);
}

.searchByProduct__textInput:-ms-input-placeholder {
  color: rgba(123, 114, 124, 0.6);
}

.searchByProduct__textInput::-ms-input-placeholder {
  color: rgba(123, 114, 124, 0.6);
}

.searchByProduct__textInput::placeholder {
  color: rgba(123, 114, 124, 0.6);
}

.searchByProduct__submitInput {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: #432b5e;
  border: none;
  border-radius: 0;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 15px;
  height: 42px;
  width: 64px;
}

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

@media screen and (max-width: 767px) {
  .searchByProduct__group {
    margin: 0 -8px;
  }
}

.searchByProduct__tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 38.5px;
  color: #432b5e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 25px;
  margin: 0 0 18px;
  height: 77px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 302px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__tab {
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    height: 142px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 18px;
    margin: 0 8px 16px;
    padding: 12px 0 0;
    text-align: center;
    width: calc(50% - 16px);
  }
}

.searchByProduct__tab::after {
  border-bottom: 3px solid #432b5e;
  border-right: 3px solid #432b5e;
  content: "";
  display: block;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.searchByProduct__tab:hover, .searchByProduct__tab_inActive {
  color: #e60012;
}

.searchByProduct__tab:hover::after, .searchByProduct__tab_inActive::after {
  border-color: #e60012;
}

.searchByProduct__tab:hover svg path, .searchByProduct__tab_inActive svg path {
  fill: #e60012;
}

.searchByProduct__tab:nth-child(2) svg g g g path {
  fill: #fff;
}

.searchByProduct__tab:nth-child(3):hover svg rect:not(:nth-child(2)), .searchByProduct__tab:nth-child(3).searchByProduct__tab_inActive svg rect:not(:nth-child(2)) {
  fill: #e60012;
}

.searchByProduct__tab:nth-child(3):hover svg path, .searchByProduct__tab:nth-child(3).searchByProduct__tab_inActive svg path {
  fill: #fff;
}

.searchByProduct__tab:nth-child(5):hover svg circle, .searchByProduct__tab:nth-child(5).searchByProduct__tab_inActive svg circle {
  fill: #e60012;
}

.searchByProduct__tab:last-child {
  background: #432b5e;
  color: #fff;
}

.searchByProduct__tab:last-child::after {
  border-color: #fff;
}

.searchByProduct__tab:last-child:hover, .searchByProduct__tab:last-child.searchByProduct__tab_inActive {
  background: #ddd9ea;
  color: #432b5e;
}

.searchByProduct__tab:last-child:hover::after, .searchByProduct__tab:last-child.searchByProduct__tab_inActive::after {
  border-color: #432b5e;
}

.searchByProduct__tab:last-child:hover svg path, .searchByProduct__tab:last-child.searchByProduct__tab_inActive svg path {
  fill: #432b5e;
}

.searchByProduct__linkText {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0 0 0 5px;
}

.searchByProduct__tabText {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 22px 0 8px;
  min-width: 140.9px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .searchByProduct__tabText {
    margin: 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .searchByProduct__switch {
    margin: 0 -20px;
  }
}

.searchByProduct__panel {
  display: none;
}

.searchByProduct__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchByProduct__item {
  background: #edead8;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 2px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .searchByProduct__item {
    width: 50%;
  }
}

.searchByProduct__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 21px;
  height: 85px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__link {
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px 0 20px;
  }
}

.searchByProduct__link::after {
  border-right: 3px solid #e60012;
  border-top: 3px solid #e60012;
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 7px;
  margin: 0 0 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

@media screen and (max-width: 767px) {
  .searchByProduct__link::after {
    border-width: 2px;
    margin: 0 0 0 5px;
  }
}

.searchByProduct__link svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 767px) {
  .searchByProduct__item:nth-child(even) .searchByProduct__link {
    padding: 0 20px 0 5px;
  }
}

.searchByProduct__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  margin: 0 6px 0 0;
  width: 40px;
}

.narrowDown__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #edead8;
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.narrowDown__footer {
  background: #edead8;
  color: #673700;
  padding: 36px 24px;
}

@media screen and (max-width: 767px) {
  .narrowDown__footer {
    padding: 18px 18px;
  }
}

.narrowDown__note {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 38px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .narrowDown__note {
    margin: 0 0 19px;
  }
}

@media screen and (max-width: 767px) {
  .narrowDown__note svg {
    height: 18px;
    width: 18px;
  }
}

.narrowDown__noteText {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 24px;
  margin: 0 0 0 7px;
}

@media screen and (max-width: 767px) {
  .narrowDown__noteText {
    font-size: 14px;
    line-height: 18px;
  }
}

.narrowDown__header .narrowDown__note {
  margin: 0;
}

.narrowDown__table {
  background: #edead8;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  table-layout: fixed;
  width: 100%;
}

.narrowDown__th, .narrowDown__td {
  vertical-align: top;
}

.narrowDown__th {
  background: rgba(173, 148, 101, 0.23);
  color: #673700;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 32px;
  width: 136px;
}

@media screen and (max-width: 767px) {
  .narrowDown__th {
    font-size: 15px;
    padding: 18px 16px;
    width: 100px;
  }
}

.narrowDown__tr_type_select .narrowDown__th {
  vertical-align: middle;
}

.narrowDown__td {
  border-bottom: 1px solid #fff;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .narrowDown__td {
    padding: 18px;
  }
}

.narrowDown__tr_type_select .narrowDown__td {
  padding: 14px 24px;
}

@media screen and (max-width: 767px) {
  .narrowDown__tr_type_select .narrowDown__td {
    padding: 8px 18px;
  }
}

.narrowDown__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -24px;
}

@media screen and (max-width: 767px) {
  .narrowDown__checkbox {
    margin: 0 0 -18px;
  }
}

.narrowDown__checkboxLabel {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 24px;
  width: 16.6666667%;
}

@media screen and (max-width: 767px) {
  .narrowDown__checkboxLabel {
    margin: 0 0 18px;
    width: 50%;
  }
}

.narrowDown__checkboxInput {
  display: none;
}

.narrowDown__checkboxText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  letter-spacing: .02em;
  line-height: 15px;
  padding: 0 0 0 30px;
  position: relative;
}

.narrowDown__checkboxText::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.narrowDown__checkboxInput:checked + .narrowDown__checkboxText::after {
  background: right top/auto 12px url(../img/recipe/icon_checkbox.svg) no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.narrowDown__checkboxInput:disabled + .narrowDown__checkboxText {
  color: rgba(123, 114, 124, 0.3);
}

.narrowDown__checkboxInput:disabled + .narrowDown__checkboxText::before {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(112, 112, 112, 0.3);
}

.narrowDown__select {
  background: #fff;
  border-radius: 22px;
  max-width: 217px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.narrowDown__select::after {
  border-bottom: 1px solid #7b727c;
  border-right: 1px solid #7b727c;
  bottom: 3px;
  content: "";
  display: block;
  height: 7px;
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.narrowDown__selectInput {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #7b727c;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  letter-spacing: .02em;
  line-height: 15px;
  padding: 0 27px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .narrowDown__selectInput {
    padding: 0 22px;
  }
}

.narrowDown__selectInput::-ms-expand {
  display: none;
}

.narrowDown__selectInput:focus {
  outline: none;
}

.narrowDown__selectInput:disabled {
  background: #fff;
  opacity: .3;
}

.narrowDown__submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 26.5px;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 22px;
  margin: 0 auto 18px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 458px;
  padding: 0;
  width: 100%;
}

.narrowDown__submit::after {
  background: center/auto 22px url(../img/recipe/icon_search.svg) no-repeat;
  content: "";
  height: 22px;
  margin: 0 0 0 10px;
  width: 22px;
}

.narrowDown__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.narrowDown__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  color: #7b727c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .03em;
  line-height: 16px;
  max-width: 142px;
  width: 50%;
}

.narrowDown__button::after {
  background: center/auto 17px url(../img/recipe/icon_reset.svg) no-repeat;
  content: "";
  height: 17px;
  margin: 0 0 0 10px;
  width: 17px;
}

.narrowDown__button_type_close {
  margin: 0 0 0 12px;
}

.narrowDown__button_type_close::after {
  background: center/auto 13px url(../img/recipe/icon_close_gray.svg) no-repeat;
  height: 13px;
  width: 13px;
}

/* お気に入りレシピ */
.favoriteRecipeTop {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop {
    padding: 47px 0 60px;
  }
}

.favoriteRecipeTop_pages_easyRecipeDetail {
  padding: 0 0 60px;
}

@media print {
  .favoriteRecipeTop_pages_easyRecipeDetail {
    display: none;
  }
}

.favoriteRecipeTop__container {
  padding: 0 20px !important;
}

.favoriteRecipeTop__title {
  margin: 0 auto 48px;
  max-width: 724px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__title {
    margin: 0 auto 26px;
    max-width: 335px;
  }
}

.favoriteRecipeTop_pages_easyRecipeDetail .favoriteRecipeTop__title {
  background: #ad9465;
  margin: 0 0 30px;
  max-width: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop_pages_easyRecipeDetail .favoriteRecipeTop__title {
    background: #edead8;
    margin: 0 -20px 30px;
  }
}

.favoriteRecipeTop__title > .favoriteRecipeTop__img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__title > .favoriteRecipeTop__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop_pages_easyRecipeDetail .favoriteRecipeTop__title > .favoriteRecipeTop__img {
    max-width: 167px;
  }
}

.favoriteRecipeTop__carousel {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel {
    margin: 0 -20px 30px;
  }
}

.favoriteRecipeTop__carousel:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 50px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel:not(.slick-initialized) {
    margin: 0 -7px 30px;
  }
}

.favoriteRecipeTop__carousel.slick-slider .slick-track, .favoriteRecipeTop__carousel.slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.favoriteRecipeTop__carousel .slick-list {
  padding: 0 150.5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-list {
    padding: 0 80px;
  }
}

.favoriteRecipeTop__carousel .slick-list::before, .favoriteRecipeTop__carousel .slick-list::after {
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 138px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-list::before, .favoriteRecipeTop__carousel .slick-list::after {
    width: 75px;
  }
}

.favoriteRecipeTop__carousel .slick-list::after {
  left: auto;
  right: 0;
}

.favoriteRecipeTop__carousel .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 118px;
  margin: 0;
  position: absolute;
  top: 95px;
  width: 56px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-arrow {
    border-radius: 16px;
    bottom: 44px;
    left: 32px;
    margin: auto 0;
    height: 32px;
    top: 0;
    width: 32px;
  }
}

.favoriteRecipeTop__carousel .slick-arrow::before {
  border-bottom: 2px solid #7b727c;
  border-left: 2px solid #7b727c;
  content: "";
  display: block;
  height: 15px;
  margin: 0 0 0 5px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-arrow::before {
    height: 9px;
    margin: 0 0 0 3px;
    width: 9px;
  }
}

.favoriteRecipeTop__carousel .slick-next {
  left: auto;
  right: 118px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-next {
    right: 32px;
  }
}

.favoriteRecipeTop__carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  position: static;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-dots {
    margin: 30px 0 0;
  }
}

.favoriteRecipeTop__carousel .slick-dots li {
  background: none;
  height: auto;
  margin: 0 9px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-dots li {
    margin: 0 7px;
  }
}

.favoriteRecipeTop__carousel .slick-dots li button {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 9px;
  height: 18px;
  padding: 0;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel .slick-dots li button {
    height: 14px;
    width: 14px;
  }
}

.favoriteRecipeTop__carousel .slick-dots li button::before {
  content: none;
}

.favoriteRecipeTop__carousel .slick-dots li.slick-active button {
  background: #7b727c;
  border: none;
}

.favoriteRecipeTop__carousel .slick-slide img {
  width: 100%;
}

.favoriteRecipeTop__article {
  padding: 0 13px;
  width: 330px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__article {
    padding: 0 5px;
    width: auto;
  }
}

.favoriteRecipeTop__article:focus {
  outline: none;
}

.favoriteRecipeTop__carousel:not(.slick-initialized) .favoriteRecipeTop__article {
  margin: 0 0 24px;
  padding: 0 12px;
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__carousel:not(.slick-initialized) .favoriteRecipeTop__article {
    margin: 0 0 14px;
    padding: 0 7px;
    width: 50%;
  }
}

.favoriteRecipeTop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.favoriteRecipeTop__link:focus {
  outline: none;
}

.favoriteRecipeTop__thumbnail {
  height: 254px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__thumbnail {
    height: 172px;
  }
}

.favoriteRecipeTop__thumbnail .favoriteRecipeTop__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .favoriteRecipeTop__thumbnail .favoriteRecipeTop__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

.favoriteRecipeTop__name {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 19px 20px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__name {
    font-size: 13px;
    line-height: 15px;
    padding: 9px 12px;
  }
}

.favoriteRecipeTop__video {
  background: center left/auto 17px url(../img/recipe/icon_video.svg) no-repeat;
  color: #e60012;
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 17px;
  margin: 4px 0 0;
  padding: 0 0 0 27px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__video {
    background-size: auto 15px;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0 0 0 25px;
  }
}

.favoriteRecipeTop__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #707070;
  border-radius: 26.5px;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  max-width: 322px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .favoriteRecipeTop__button {
    max-width: 300px;
  }
}

.favoriteRecipeTop__buttonText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.favoriteRecipeTop__buttonText::after {
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  height: 7px;
  margin: 0 -2em 0 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

/* 〇〇×桃屋ページ */
.specialRecipe__container {
  padding: 0 20px !important;
}

.specialRecipe__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 39px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 47px;
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .specialRecipe__title {
    font-size: 21px;
    line-height: 25px;
    margin: 20px 0 5px;
  }
}

.specialRecipe__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  margin: 0 6px 0 0;
  width: 40px;
}

.specialRecipe__text {
  font-size: 15px;
  line-height: 35px;
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .specialRecipe__text {
    font-size: 10px;
    line-height: 15px;
    margin: 0 0 30px;
  }
}

.specialRecipe__recipeList {
  margin: 0 0 96px;
}

@media screen and (max-width: 767px) {
  .specialRecipe__recipeList {
    margin: 0 0 46px;
  }
}

/* お気に入りレシピページ */
.favoriteRecipe__container {
  padding: 0 20px !important;
}

.favoriteRecipe__title {
  margin: 28px auto 40px;
  max-width: 724px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .favoriteRecipe__title {
    margin: 24px auto 28px;
    max-width: 335px;
  }
}

.favoriteRecipe__img {
  width: 100%;
}

.favoriteRecipe__card {
  background: #fff;
  margin: 0 auto 40px;
  max-width: 791px;
  padding: 15px 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .favoriteRecipe__card {
    margin: 0 auto 20px;
    padding: 20px 30px;
  }
}

.favoriteRecipe__confirm {
  border-bottom: 1px dashed #7b727c;
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0 110px 15px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipe__confirm {
    font-size: 16px;
    margin: 0 0 14px;
    padding: 0px 0 10px;
  }
}

.favoriteRecipe__list {
  font-size: 13px;
  line-height: 20px;
  padding: 0 110px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipe__list {
    padding: 0;
  }
}

.favoriteRecipe__item {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.favoriteRecipe__recipeList {
  margin: 0 0 96px;
}

@media screen and (max-width: 767px) {
  .favoriteRecipe__recipeList {
    margin: 0 0 46px;
  }
}

/* トップページのかんたんレシピ部分 */
.recipeAndProduct {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .recipeAndProduct {
    display: block;
    margin: 0 0 30px;
    padding: 0;
  }
}

.recipeAndProduct__easyRecipeTop {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 67%;
}

@media screen and (max-width: 767px) {
  .recipeAndProduct__easyRecipeTop {
    width: auto;
  }
}

.recipeAndProduct__recommendedProduct {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 44px;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .recipeAndProduct__recommendedProduct {
    padding: 0;
    width: auto;
  }
}

.easyRecipeTop {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .easyRecipeTop {
    padding-top: 0;
  }
}

.easyRecipeTop__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .easyRecipeTop__title {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 10px;
    text-align: center;
  }
}

.easyRecipeTop__button {
  border-radius: 39px;
  display: block;
  margin: 0 auto 18px;
  overflow: hidden;
  width: 476px;
}

@media screen and (max-width: 767px) {
  .easyRecipeTop__button {
    border-radius: 0;
    margin: 0 auto 15px;
    width: auto;
  }
}

.easyRecipeTop__button:hover {
  opacity: .8;
}

.easyRecipeTop__buttonImg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop {
    margin: 0 -15px 40px;
  }
}

.todayEasyRecipeTop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.todayEasyRecipeTop__header {
  background: rgba(242, 230, 208, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.todayEasyRecipeTop__thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 259px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__thumbnail {
    height: 134px;
  }
}

.todayEasyRecipeTop__thumbnail .todayEasyRecipeTop__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .todayEasyRecipeTop__thumbnail .todayEasyRecipeTop__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

.todayEasyRecipeTop__usedProduct {
  padding: 0 20px 14px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__usedProduct {
    padding: 8px 10px 18px;
  }
}

.todayEasyRecipeTop__usedProductGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -38.5px 0 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__usedProductGroup {
    margin: 0 0 7px;
  }
}

.todayEasyRecipeTop__usedProductTitle {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  width: 75px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__usedProductTitle {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    width: 63px;
  }
}

.todayEasyRecipeTop__usedProductThumbnail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  width: 75px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__usedProductThumbnail {
    height: 65px;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    width: 63px;
  }
}

.todayEasyRecipeTop__usedProductThumbnail .todayEasyRecipeTop__usedProductImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.todayEasyRecipeTop__usedProductImg {
  width: 100%;
}

.todayEasyRecipeTop__usedProductName {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__usedProductName {
    font-size: 10px;
    line-height: 11px;
  }
}

.todayEasyRecipeTop__content {
  background: rgba(250, 245, 212, 0.41);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 18px 30px 10px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__content {
    padding: 20px 10px 10px;
  }
}

.todayEasyRecipeTop__title {
  margin: 0 auto 15px;
  max-width: 237px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__title {
    margin: 0 auto 10px;
    max-width: 130px;
  }
}

.todayEasyRecipeTop__img {
  width: 100%;
}

.todayEasyRecipeTop__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #432b5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  margin: 0 auto 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__date {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto 12px;
  }
}

.todayEasyRecipeTop__time {
  background: center left/auto 19px url(../img/recipe/icon_time.svg) no-repeat;
  padding: 0 0 0 51px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__time {
    background-size: auto 15px;
    padding: 0 0 0 39px;
  }
}

.todayEasyRecipeTop__small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__small {
    font-size: 10px;
  }
}

.todayEasyRecipeTop__definition {
  border-bottom: 1px dashed #7b727c;
  border-top: 1px dashed #7b727c;
  margin: 0 0 8px;
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__definition {
    padding: 12px 0;
  }
}

.todayEasyRecipeTop__term {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.todayEasyRecipeTop__description {
  font-size: 11px;
  line-height: 15px;
}

.todayEasyRecipeTop__list {
  overflow: hidden;
}

.todayEasyRecipeTop__item {
  background: left top 3px/auto 17px url(../img/recipe/icon_genre.svg) no-repeat;
  color: #673700;
  font-size: 10px;
  font-weight: bold;
  float: left;
  letter-spacing: .03em;
  line-height: 15px;
  padding: 4px 0 4px 24px;
}

.todayEasyRecipeTop__item:nth-child(1) {
  margin: 0 2em 0 0;
}

.todayEasyRecipeTop__item:nth-child(3) {
  clear: both;
  margin: 0 2em 0 0;
}

.todayEasyRecipeTop__item_kind_genre {
  min-width: 112px;
}

@media screen and (max-width: 767px) {
  .todayEasyRecipeTop__item_kind_genre {
    min-width: 84px;
  }
}

.todayEasyRecipeTop__item_kind_calorie {
  background-image: url(../img/recipe/icon_calorie.svg);
  padding-left: 20px;
}

.todayEasyRecipeTop__item_kind_good {
  background-image: url(../img/recipe/icon_good.svg);
}

.recommendedProduct__title {
  font-size: inherit;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__title {
    margin: 0 0 10px;
  }
}

.recommendedProduct__carousel {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel {
    margin: 0 -15px;
  }
}

.recommendedProduct__carousel .slick-list {
  padding: 37px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-list {
    padding: 0 37px;
  }
}

.recommendedProduct__carousel .slick-list::before, .recommendedProduct__carousel .slick-list::after {
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-list::before, .recommendedProduct__carousel .slick-list::after {
    bottom: 0;
    height: 100%;
    margin-top: auto 0;
    width: 34px;
  }
}

.recommendedProduct__carousel .slick-list::after {
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-list::after {
    left: auto;
    right: 0;
    top: 0;
  }
}

.recommendedProduct__carousel .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff !important;
  border-radius: 22px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 19px !important;
  width: 44px !important;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-arrow {
    bottom: 0;
    height: 32px !important;
    left: 6px;
    margin: auto 0;
    right: auto;
    top: 0 !important;
    width: 32px !important;
  }
}

.recommendedProduct__carousel .slick-arrow::before {
  border-top: 2px solid #7b727c;
  border-left: 2px solid #7b727c;
  content: "";
  display: block;
  height: 12px;
  margin: 4px 0 0 0;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-arrow::before {
    border-bottom: 2px solid #7b727c;
    border-top: none;
    height: 9px;
    margin: 0 0 0 3px;
    width: 9px;
  }
}

.recommendedProduct__carousel .slick-next {
  bottom: 4px;
  top: auto !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .recommendedProduct__carousel .slick-next {
    bottom: 0;
    left: auto;
    right: 6px;
    top: 0 !important;
  }
}

.recommendedProduct__slide {
  border: none !important;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__slide {
    padding: 0 3px;
  }
}

.recommendedProduct__slide:focus {
  outline: none;
}

.recommendedProduct__link {
  height: 156px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recommendedProduct__link {
    height: auto;
  }
}

.recommendedProduct__link:focus {
  outline: none;
}

.recommendedProduct__link .recommendedProduct__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recommendedProduct__link .recommendedProduct__img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
  }
}

/* レシピ詳細ページ */
.easyRecipeDetail__container {
  padding: 0 20px !important;
}

.easyRecipeDetail__title {
  border-bottom: 2px solid #664889;
  font-size: 37px;
  font-weight: bold;
  line-height: 44px;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 16.5px;
    padding: 20px 0 12.5px;
  }
}

.easyRecipeDetail__thumbnail {
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__thumbnail {
    margin: 0 -20px 18px;
  }
}

.easyRecipeDetail__img {
  width: 100%;
}

.easyRecipeDetail__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ad9465;
  border-radius: 19.5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  max-width: 322px;
  height: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__button {
    margin: 0 auto 15px;
  }
}

.easyRecipeDetail__button:hover {
  color: #fff;
}

.easyRecipeDetail__buttonText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.easyRecipeDetail__buttonText::before {
  background: center/auto 28.6px url(../img/recipe/icon_video_white.svg) no-repeat;
  content: "";
  height: 28.6px;
  margin: 0 10px 0 0;
  width: 30.76px;
}

.easyRecipeDetail__buttonText::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 9px;
  margin: 0 0 0 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
}

.easyRecipeDetail__event {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__event {
    margin: 0 -20px 17px;
    position: relative;
  }
}

@media print {
  .easyRecipeDetail__event {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__event::after {
    border-bottom: 1px dashed #7b727c;
    bottom: 0;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
  }
}

.easyRecipeDetail__eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventList {
    overflow: auto;
    padding: 10px 20px 18px;
  }
}

.easyRecipeDetail__eventItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventItem {
    margin: 0;
    padding: 0 20px 0 0;
  }
}

.easyRecipeDetail__eventItem:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventItem:not(:last-child) {
    margin-right: 0;
  }
}

.easyRecipeDetail__eventItem svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.easyRecipeDetail__eventItem_kind_favorite:hover svg path {
  stroke: #e60012;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventItem_kind_print {
    display: none;
  }
}

.easyRecipeDetail__eventItem_kind_print:hover svg path {
  fill: #e60012;
}

.easyRecipeDetail__eventItem_kind_share:hover svg path {
  stroke: #e60012;
}

.easyRecipeDetail__eventItem_inActive svg path {
  fill: #725494;
  stroke: #725494 !important;
}

.easyRecipeDetail__eventItem::after {
  border-top: 1px solid #7b727c;
  border-right: 1px solid #7b727c;
  content: "";
  height: 7px;
  margin: 0 0 0 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventItem::after {
    margin: 0 0 0 10px;
  }
}

.easyRecipeDetail__eventText {
  color: #7b727c;
  font-size: 11px;
  letter-spacing: .03em;
  line-height: 16px;
  margin: 0 0 0 7px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__eventText {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 0 10px;
  }
}

.easyRecipeDetail__modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

.easyRecipeDetail__modalBg {
  background: rgba(0, 0, 0, 0.45);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.easyRecipeDetail__modalContent {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  background: #fff;
  left: 50%;
  max-width: 791px;
  padding: 11px 0 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalContent {
    padding: 24px 0 30px;
    width: calc(100% - 40px);
  }
}

.easyRecipeDetail__modal_kind_share .easyRecipeDetail__modalContent {
  background: #fff center top 12px/auto 25px url(../img/recipe/icon_share.svg) no-repeat;
  padding: 52.5px 0 0;
  max-width: 423px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modal_kind_share .easyRecipeDetail__modalContent {
    background-size: auto 22px;
    padding: 46px 0 0;
  }
}

.easyRecipeDetail__modalWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalWrap {
    padding: 0 20px;
  }
}

.easyRecipeDetail__modalWrap:not(:last-child) {
  border-bottom: 1px dashed #7b727c;
  margin: 0 0 20px;
  padding-bottom: 20px;
}

.easyRecipeDetail__modalClose {
  background: center/auto 17px url(../img/recipe/icon_close.svg) no-repeat;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 26px;
  top: 25px;
  width: 17px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalClose {
    right: 18px;
    top: 18px;
  }
}

.easyRecipeDetail__modal_kind_share .easyRecipeDetail__modalClose {
  right: 27px;
  top: 18px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modal_kind_share .easyRecipeDetail__modalClose {
    right: 23px;
    top: 15px;
  }
}

.easyRecipeDetail__modalTitle {
  background: center right/auto 60px url(../img/recipe/img_modal_01.png) no-repeat, center left/auto 22px url(../img/recipe/icon_favorite_red.svg) no-repeat;
  color: #e60012;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 15px 80px 15px 31px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalTitle {
    background-size: auto 45px, auto 17px;
    background-position: right bottom, left top 5.5px;
    font-size: 20px;
    line-height: 28px;
    padding: 0 37px 9px 23px;
  }
}

.easyRecipeDetail__modalText {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.easyRecipeDetail__modalTitle2 {
  color: #7b727c;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalTitle2 {
    font-size: 16px;
  }
}

.easyRecipeDetail__modalNote {
  margin: 0 0 20px;
}

.easyRecipeDetail__modalIndent {
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.easyRecipeDetail__modalIndent::before {
  content: "・";
}

.easyRecipeDetail__modalButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e60012;
  border-radius: 26.5px;
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  max-width: 322px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalButton {
    font-size: 12px;
    height: 45px;
    max-width: 264px;
  }
}

.easyRecipeDetail__modalButtonText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.easyRecipeDetail__modalButtonText::after {
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  height: 7px;
  margin: 0 -2em 0 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.easyRecipeDetail__modalItem {
  border-top: 1px dashed #7b727c;
}

.easyRecipeDetail__modalLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .03em;
  line-height: 22px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink {
    font-size: 13px;
    height: 70px;
    line-height: 19px;
  }
}

.easyRecipeDetail__modalLink::before {
  background: center/auto 43px url(../img/recipe/icon_line.svg) no-repeat;
  bottom: 0;
  content: "";
  height: 43px;
  left: 82px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 51px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink::before {
    background-size: auto 38px;
    height: 38px;
    left: 40px;
    width: 46px;
  }
}

.easyRecipeDetail__modalLink_kind_twitter::before {
  background-image: url(../img/recipe/icon_twitter.svg);
  background-size: auto 34px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink_kind_twitter::before {
    background-size: auto 30px;
  }
}

.easyRecipeDetail__modalLink_kind_facebook::before {
  background-image: url(../img/recipe/icon_facebook.svg);
  background-size: auto 41px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink_kind_facebook::before {
    background-size: auto 37px;
  }
}

.easyRecipeDetail__modalLink_kind_mail::before {
  background-image: url(../img/recipe/icon_mail.svg);
  background-size: auto 37px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink_kind_mail::before {
    background-size: auto 33px;
  }
}

.easyRecipeDetail__modalLink::after {
  border-top: 3px solid #7b727c;
  border-right: 3px solid #7b727c;
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto 0;
  position: absolute;
  right: 82px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  width: 7px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__modalLink::after {
    right: 47px;
  }
}

.easyRecipeDetail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__row {
    display: block;
  }
}

.easyRecipeDetail__row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 55px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__row_reverse {
    margin: 0 0 33px;
  }
}

.easyRecipeDetail__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 8px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__col {
    padding: 0;
    width: auto;
  }
}

.easyRecipeDetail__row_reverse .easyRecipeDetail__col {
  padding: 0 0 17px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__row_reverse .easyRecipeDetail__col {
    padding: 0;
  }
}

.easyRecipeDetail__row_reverse .easyRecipeDetail__col:not(:first-child) {
  border-right: 1px dashed #7b727c;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__row_reverse .easyRecipeDetail__col:not(:first-child) {
    border-right: none;
    border-top: 1px dashed #7b727c;
    padding: 15px 0 0;
  }
}

.easyRecipeDetail__text {
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0 0 13.5px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.easyRecipeDetail__table {
  margin: 0 0 22px;
  width: 100%;
}

.easyRecipeDetail__th, .easyRecipeDetail__td {
  line-height: 20px;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__th, .easyRecipeDetail__td {
    line-height: 18px;
  }
}

.easyRecipeDetail__th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__th {
    font-size: 15px;
  }
}

.easyRecipeDetail__td {
  color: #7b727c;
  font-size: 15px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__td {
    font-size: 13px;
  }
}

.easyRecipeDetail__td[colspan="2"] {
  font-size: 16px;
  width: 100%;
}

.easyRecipeDetail__td + .easyRecipeDetail__td {
  text-align: right;
  width: 30%;
}

.easyRecipeDetail__list {
  margin: 0 0 24px;
  overflow: hidden;
}

.easyRecipeDetail__item {
  background: left top 3px/auto 17px url(../img/recipe/icon_calorie_gray.svg) no-repeat;
  color: #7b727c;
  font-size: 10px;
  font-weight: bold;
  float: left;
  letter-spacing: .03em;
  line-height: 15px;
  padding: 6px 0 6px 20px;
}

.easyRecipeDetail__item:nth-child(1) {
  margin: 0 2em 0 0;
}

.easyRecipeDetail__item:nth-child(3) {
  clear: both;
  margin: 0 2em 0 0;
}

.easyRecipeDetail__item_kind_calorie, .easyRecipeDetail__item_kind_salt {
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__item_kind_calorie, .easyRecipeDetail__item_kind_salt {
    min-width: 100px;
  }
}

.easyRecipeDetail__item_kind_step {
  background-image: url(../img/recipe/icon_step.svg);
  padding-left: 24px;
}

.easyRecipeDetail__item_kind_salt {
  background-image: url(../img/recipe/icon_salt.svg);
}

.easyRecipeDetail__item_kind_carb {
  background-image: url(../img/recipe/icon_carb.svg);
}

.easyRecipeDetail__memo {
  padding: 0 14px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__memo {
    margin: 0 0 15px;
    padding: 0;
  }
}

.easyRecipeDetail__memoTitle {
  color: #e60012;
  font-size: 20px;
  letter-spacing: .03em;
  line-height: 24px;
  margin: 0 0 5px;
  padding: 0 14px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__memoTitle {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
  }
}

.easyRecipeDetail__memoItem {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__memoItem {
    font-size: 12px;
  }
}

.easyRecipeDetail__memoItem::before {
  content: "・";
}

.easyRecipeDetail__product {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__product {
    padding: 0;
  }
}

.easyRecipeDetail__productTitle {
  color: #673700;
  font-size: 20px;
  letter-spacing: .03em;
  line-height: 24px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__productTitle {
    font-size: 15px;
    line-height: 18px;
  }
}

.easyRecipeDetail__productItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.easyRecipeDetail__productItem:not(:first-child) {
  margin-top: 10px;
}

.easyRecipeDetail__productThumbnail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 92px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__productThumbnail {
    height: 80px;
    width: 80px;
  }
}

.easyRecipeDetail__productImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.easyRecipeDetail__productName {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .easyRecipeDetail__productName {
    font-size: 12px;
    margin: 0 0 0 7px;
  }
}

.howToMake__title {
  background: #edead8;
  margin: 0 0 30px;
  padding: 12.5px 0;
}

@media screen and (max-width: 767px) {
  .howToMake__title {
    margin: 0 -20px 30px;
    padding: 9px 0;
  }
}

.howToMake__titleImg {
  display: block;
  height: 23px;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .howToMake__titleImg {
    height: 19px;
  }
}

.howToMake__list {
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 26px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .howToMake__list {
    display: block;
    margin: 0 0 30px;
  }
}

.howToMake__item {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 12px 24px;
  padding: 54px 20px 10px;
  position: relative;
  width: calc(33.3333% - 24px);
}

@media screen and (max-width: 767px) {
  .howToMake__item {
    margin: 0 15px 15px;
    width: auto;
  }
}

.howToMake__item:nth-child(even) {
  background: #edead8;
}

.howToMake__item::before {
  background: #673700;
  border-radius: 12px;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  height: 24px;
  font-size: 20px;
  left: 50%;
  line-height: 24px;
  min-width: 24px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sameProductRecipe {
  margin: 0 0 72px;
}

@media print {
  .sameProductRecipe {
    display: none;
  }
}

.sameProductRecipe__container {
  padding: 0 20px !important;
}

.sameProductRecipe__title {
  background: #edead8;
  margin: 0 0 30px;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .sameProductRecipe__title {
    margin: 0 -20px 30px;
    padding: 9.5px 0;
  }
}

.sameProductRecipe__titleImg {
  display: block;
  height: 22px;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .sameProductRecipe__titleImg {
    height: 18px;
  }
}

.sameProductRecipe__recipeList {
  margin-bottom: 26px;
}

.sameProductRecipe__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #707070;
  border-radius: 26.5px;
  color: #7b727c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  max-width: 322px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sameProductRecipe__button {
    max-width: 300px;
  }
}

.sameProductRecipe__buttonText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sameProductRecipe__buttonText::after {
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  height: 7px;
  margin: 0 -2em 0 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}
/*# sourceMappingURL=style.css.map */