@charset "UTF-8";
/* 丸カーソルのホバー */
/* お知らせ一覧 */
/* 大切なお知らせ（一覧） */
/* 商品一覧（４段組み） */
/* 商品一覧（４段組み／ホバーアクションズーム） */
/* 商品一覧（3段組み） */
/* 商品カテゴリー（3段組み） */
/* サムネイル付きリンク（３段） */
/* サムネイル付きリンク（３段／タイトルデザイン違い） */
/* 商品情報スライダー */
/* サイドバー（商品一覧） */
/* レシピ４段（スマホ横スクロール） */
/* レシピ４段（詳細ありスマホ横スクロール） */
/* レシピ探す一覧（４段組み） */
/* レシピ検索結果（3段組み） */
/* レシピのスペックアイコン */
/* レシピの材料と作り方2段 */
/* 角丸2段（右写真） */
#sub_ttl_area_recipe_02 {
  width: 100%;
  padding: 16px;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_02 {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#sub_ttl_area_recipe_02 .inner {
  background-color: #FDF9E9;
  border-radius: 40px;
  padding-top: 168px;
  height: 456px;
  background-image: url(../img/recipe/bg_recipe02.png);
  background-size: auto 509px;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_02 .inner {
    padding: 60px 12px 24px;
    /* padding-top: 60px; */
    border-radius: 20px;
    height: auto;
  }
}
#sub_ttl_area_recipe_02 .icon {
  margin-bottom: 8px;
  height: 64px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_02 .icon {
    height: 48px;
  }
}
#sub_ttl_area_recipe_02 h2 {
  font-size: var(--h1, 40px);
  font-weight: 700;
  line-height: 170%;
  /* 68px */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_02 h2 {
    font-size: var(--h1, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 37.4px */
    letter-spacing: 1.1px;
  }
}
#sub_ttl_area_recipe_02 h2 span {
  color: #2B9531;
  font-family: Montserrat;
  font-size: var(--bodytext04, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.7px;
  display: block;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_02 h2 span {
    font-size: 10px;
    line-height: 170%;
    /* 17px */
    letter-spacing: 0.5px;
  }
}

#sub_ttl_area_recipe_special {
  width: 1200px;
  margin: auto;
  padding-top: 150px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_special {
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #sub_ttl_area_recipe_special {
    width: 100%;
    padding-top: 134px;
  }
}

#sub_ttl_area_recipe_03 {
  width: 1200px;
  margin: auto;
  padding-top: 150px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_03 {
    width: 94%;
    margin: 0 16px;
    margin-left: 12px;
    margin-bottom: 12px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #sub_ttl_area_recipe_03 {
    width: 94% !important;
  }
}
#sub_ttl_area_recipe_03 h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 54.4px */
  letter-spacing: 1.6px;
  padding-bottom: 32px;
  border-bottom: 4px solid #DE2323;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe_03 h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
}

.search {
  width: 260px;
  background-color: #FDF9E9;
  padding: 30px 16px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .search {
    width: 100%;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  .search {
    /* width: 33%; */
    min-width: 260px;
  }
}
.search .icon_search {
  width: 33px;
  margin: auto;
  display: block;
  margin-bottom: 8px;
}
.search h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.search h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}
.search .search_box {
  position: relative;
}
.search ::-moz-placeholder {
  color: #9E9E9E;
}
.search ::placeholder {
  color: #9E9E9E;
}
.search input[type=text] {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  padding: 10px 20px;
  padding-right: 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
}
.search input[type=image] {
  position: absolute;
  top: 10px;
  right: 12px;
}
.search select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #9E9E9E;
  appearance: none;
  background-image: url("../img/recipe/icon_select.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 10px center;
  /* 画像の位置 */
  margin-bottom: 20px;
  width: 100%;
  border: none;
  padding: 10px 20px;
  padding-right: 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  height: 44px;
  background-color: white;
}
.search select:focus-visible {
  outline-color: #2B9531 !important;
}
.search select:last-child {
  margin-bottom: 0;
}
.search option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #1C1A1A;
}
.search input:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #EBF7EC;
}
.search input:focus, .search input:active {
  outline-color: #2B9531 !important;
}

/*/////////////////////////////
レシピ（TOP）
/////////////////////////////*/
#sub_ttl_area_recipe {
  width: 100%;
  padding: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#sub_ttl_area_recipe .inner {
  border-radius: 40px;
  position: relative;
  background-color: #FDEC91;
}
#sub_ttl_area_recipe .inner .bg_pattern {
  background-image: url(../img/recipe/bg_recipe01.png);
  background-size: auto 509px;
  position: relative;
  padding-top: 120px;
  height: 640px;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe .inner .bg_pattern {
    border-radius: 20px;
    height: 360px;
    padding-top: 89px;
    background-image: url(../img/recipe/pic_main_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #sub_ttl_area_recipe .inner .bg_pattern {
    background-image: url(../img/recipe/pic_main_tb.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 40px;
  }
}
#sub_ttl_area_recipe .inner .pic_left {
  width: auto;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px 0 0 40px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe .inner .pic_left {
    display: none;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #sub_ttl_area_recipe .inner .pic_left {
    display: none;
  }
}
#sub_ttl_area_recipe .inner .pic_right {
  width: auto;
  height: 640px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe .inner .pic_right {
    display: none;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #sub_ttl_area_recipe .inner .pic_right {
    display: none;
  }
}
#sub_ttl_area_recipe h2 {
  width: 100%;
  text-align: center;
  position: absolute;
}
#sub_ttl_area_recipe h2 img {
  height: 400px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #sub_ttl_area_recipe h2 img {
    width: 218px;
    height: auto;
  }
}

#recipe_top .col_02 {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #recipe_top .col_02 {
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .col_02 {
    gap: 50px;
  }
}
#recipe_top .osusume {
  max-width: 890px;
  display: flex;
  gap: 30px;
  /* おすすめレシピ共通 */
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume {
    width: 100%;
    flex-direction: column;
  }
}
#recipe_top .osusume .main {
  width: 47.191011236%;
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .main {
    width: 100%;
  }
}
#recipe_top .osusume .main .recipe .icon_best {
  position: absolute;
  left: 16px;
  width: 78px;
  z-index: 99;
}
#recipe_top .osusume .main .recipe .pic_frame {
  overflow: hidden;
  position: relative;
  padding-top: 82.619047619%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  #recipe_top .osusume .main .recipe .pic_frame {
    border-radius: 16px 16px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .osusume .main .recipe .pic_frame {
    width: 100% !important;
  }
}
#recipe_top .osusume .main .recipe .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: transform 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .osusume .main .recipe:hover a {
    text-decoration: none;
  }
}
#recipe_top .osusume .main .recipe .ttl {
  padding: 12px 16px;
  background-size: auto 36px;
  background-position: right 16px center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 50px;
  height: 73px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #recipe_top .osusume .main .recipe .ttl {
    font-size: 15px;
    padding: 20px;
    background-size: auto 25px;
    border-radius: 0 0 16px 16px;
    height: auto;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .osusume .main .recipe .ttl {
    padding-right: 50px;
    padding-left: 20px;
  }
}
#recipe_top .osusume .sub {
  width: 49.4382022472%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .sub {
    width: 100%;
  }
}
#recipe_top .osusume .sub .recipe .pic_frame {
  overflow: hidden;
  position: relative;
  padding-top: 66.6666666667%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .sub .recipe .pic_frame {
    border-radius: 16px 0 0 16px;
    padding-top: 76.1904761905%;
  }
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .sub .recipe .pic_frame_box {
    width: 50%;
  }
}
#recipe_top .osusume .sub .recipe .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: transform 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .osusume .sub .recipe:hover a {
    text-decoration: none;
  }
}
#recipe_top .osusume .sub .recipe .ttl {
  padding: 12px 16px;
  background-size: auto 22px !important;
  background-position: right 16px center;
  font-size: 13px;
  font-weight: 700;
  padding-right: 50px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width:767px) {
  #recipe_top .osusume .sub .recipe .ttl h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .sub .recipe .ttl {
    font-size: 14px;
    padding: 20px;
    background-size: auto 25px !important;
    border-radius: 0 0 16px 16px;
    width: 50%;
    background-image: none;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #recipe_top .osusume .sub .recipe .ttl {
    font-size: 14px;
    padding: 20px;
    background-size: auto 25px;
    border-radius: 0 0 16px 16px;
    width: 50%;
    background-image: none;
  }
}
#recipe_top .osusume .p-osusume {
  box-shadow: 0px 5.758px 25.911px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
}
#recipe_top .osusume .p-osusume.-main .p-osusume__text::after {
  content: "";
  background: url("/img/cmn/icon_cursor_off.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  right: 16px;
  display: inline-block;
}
#recipe_top .osusume .p-osusume.-main .p-osusume__text::before {
  content: "";
  background: url("/img/cmn/icon_cursor_on.svg") no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  right: 16px;
  display: inline-block;
  transition: opacity 300ms ease;
  z-index: 2;
}
#recipe_top .osusume .p-osusume:not(.-main) {
  width: calc(50% - 10px);
}
@media (max-width: 890px) {
  #recipe_top .osusume .p-osusume:not(.-main) {
    width: 100%;
  }
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .p-osusume:not(.-main) .p-osusume__link {
    flex-direction: row;
    height: 100%;
  }
}
#recipe_top .osusume .p-osusume:not(.-main) .p-osusume__text::after {
  content: "";
  background: url("/img/cmn/icon_cursor_off.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  right: 12px;
  display: inline-block;
  transition: opacity 300ms ease;
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .p-osusume:not(.-main) .p-osusume__text::after {
    top: initial;
    bottom: 12px;
  }
}
#recipe_top .osusume .p-osusume:not(.-main) .p-osusume__text::before {
  content: "";
  background: url("/img/cmn/icon_cursor_on.svg") no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  right: 12px;
  display: inline-block;
  transition: opacity 300ms ease;
  z-index: 2;
}
@media screen and (max-width:1099px) {
  #recipe_top .osusume .p-osusume:not(.-main) .p-osusume__text::before {
    top: initial;
    bottom: 12px;
  }
}
#recipe_top .osusume .p-osusume__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .osusume .p-osusume__link:hover {
    text-decoration: none;
  }
  #recipe_top .osusume .p-osusume__link:hover .p-osusume__img {
    opacity: 1;
    transform: scale(1.1);
  }
  #recipe_top .osusume .p-osusume__link:hover .p-osusume__text {
    background-image: none !important;
  }
  #recipe_top .osusume .p-osusume__link:hover .p-osusume__text::before {
    opacity: 1;
  }
}
#recipe_top .osusume .p-osusume__text {
  background-image: none !important;
  position: relative;
  height: 100%;
}
#recipe_top .special_list {
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 32px; */
  flex-wrap: wrap;
  gap: 48px 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .special_list {
    gap: 48px 2%;
  }
}
#recipe_top .special_list li {
  /* margin-bottom: 48px; */
  width: 282px;
}
@media screen and (max-width: 767px) {
  #recipe_top .special_list li {
    /* margin-bottom: 24px; */
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .special_list li {
    width: 23.5%;
  }
}
#recipe_top .special_list li .pic_frame {
  overflow: hidden;
  position: relative;
  padding-top: 72.6315789474%;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #recipe_top .special_list li .pic_frame {
    border-radius: 16px;
  }
}
#recipe_top .special_list li .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .special_list li:hover .pic {
    opacity: 1;
    transform: scale(1.1);
  }
}
#recipe_top .special_list li a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .special_list li a:hover {
    text-decoration: none;
  }
  #recipe_top .special_list li a:hover p::before {
    opacity: 1;
  }
}
#recipe_top .special_list li p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  background-size: 32px;
  padding-right: 40px;
  padding: 4px 0;
  line-height: 1.7;
  transition: background-image 300ms ease;
  position: relative;
}
#recipe_top .special_list li p::after, #recipe_top .special_list li p::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  display: inline-block;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  bottom: 0;
}
#recipe_top .special_list li p::after {
  background-image: url("/img/cmn/icon_cursor_off.svg");
}
#recipe_top .special_list li p::before {
  background-image: url("/img/cmn/icon_cursor_on.svg");
  z-index: 2;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 767px) {
  #recipe_top .special_list li p {
    font-size: 16px;
    background-size: auto 32px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .special_list li p {
    font-size: 16px;
    padding: 8px 0;
    padding-right: 40px;
  }
}
#recipe_top .special_list li p {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #recipe_top .special_list {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  #recipe_top .scroll {
    width: 100%;
    overflow-x: scroll;
  }
}
#recipe_top .best_col {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col {
    width: 360%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .best_col {
    /* justify-content: flex-start; */
    flex-wrap: wrap;
  }
}
#recipe_top .best_col .recipe {
  width: 25%;
}
@media screen and (max-width:1099px) {
  #recipe_top .best_col .recipe {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col .recipe {
    width: 80vw;
    margin-right: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#recipe_top .best_col .recipe .pic_frame {
  overflow: hidden;
  position: relative;
  padding-top: 72.6315789474%;
  width: 100%;
  border-radius: 20px;
  height: 282px;
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col .recipe .pic_frame {
    border-radius: 16px;
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .best_col .recipe .pic_frame {
    width: 100% !important;
    height: auto;
    margin-bottom: 0;
  }
}
#recipe_top .best_col .recipe .pic {
  /* border-radius: 20px; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms ease;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col .recipe .pic {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .best_col .recipe .pic {
    margin-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recipe_top .best_col .recipe:hover .pic {
    opacity: 1;
    transform: scale(1.1);
  }
  #recipe_top .best_col .recipe:hover a {
    text-decoration: none;
  }
}
#recipe_top .best_col .recipe .ttl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col .recipe .ttl {
    font-size: 15px;
    background-size: auto 25px;
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_top .best_col .recipe .ttl {
    /* padding-right: 50px;
    padding-left: 20px; */
  }
}
#recipe_top .best_col .recipe .ttl h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recipe_top .best_col .recipe .ttl h4 {
    font-size: 16px;
  }
}
#recipe_top .best_col .recipe .ttl p {
  font-size: 14px;
  margin-bottom: 20px;
}
#recipe_top .best_col .rank {
  position: absolute;
  left: 12px;
  top: 12px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  z-index: 9;
}
#recipe_top .best_col .rank_01 {
  background-color: #D2AA3B;
}
#recipe_top .best_col .rank_02 {
  background-color: #9E9E9E;
}
#recipe_top .best_col .rank_03 {
  background-color: #BA7E4A;
}
#recipe_top .best_col .rank_04 {
  background-color: #C5C5C5;
}
#recipe_top .best_col .spec_list {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
#recipe_top .best_col .spec_list li {
  color: var(--black, #1C1A1A);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FDEC91;
  width: 48px;
  height: 48px;
}
#recipe_top .best_col .spec_list li span {
  font-size: 12px;
  display: block;
  width: 100%;
}
#recipe_top .best_col .spec_list li.genre {
  background-color: #F97700;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}
#recipe_top .best_col .spec_list li.otsumami {
  background-image: url(../img/recipe/icon_otsumami.svg);
}
#recipe_top .best_col .spec_list li.drink {
  background-image: url(../img/recipe/icon_drink.svg);
}
#recipe_top .best_col .spec_list li.cake {
  background-image: url(../img/recipe/icon_cake.svg);
}
#recipe_top .best_col .spec_list li.gohan {
  background-image: url(../img/recipe/icon_gohan.svg);
}
#recipe_top .best_col .spec_list li.okazu {
  background-image: url(../img/recipe/icon_okazu.svg);
}
#recipe_top .best_col .spec_list li.sarad {
  background-image: url(../img/recipe/icon_sarad.svg);
}
#recipe_top .best_col .spec_list li.soup {
  background-image: url(../img/recipe/icon_soup.svg);
}
#recipe_top .best_col .pic_frame {
  padding-top: 100% !important;
}
#recipe_top .best_col .pic_frame_box {
  position: relative;
}
#recipe_top .bnr_area {
  background-color: #FDF9E9;
  margin-top: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #recipe_top .bnr_area {
    margin-top: 64px;
    padding-top: 64px;
  }
}
#recipe_top .bnr_area .inner_1200 {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  #recipe_top .bnr_area .inner_1200 {
    flex-wrap: wrap;
  }
}

/*/////////////////////////////
レシピ（レシピを探す）
/////////////////////////////*/
#recipe_search .ttl_04 {
  border: none;
  padding-bottom: 0;
}
#recipe_search .recipe_list {
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 32px; */
  flex-wrap: wrap;
  gap: 48px 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #recipe_search .recipe_list {
    gap: 48px 4%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_search .recipe_list {
    gap: 48px 2%;
  }
}
#recipe_search .recipe_list li {
  width: 282px;
}
@media screen and (max-width: 767px) {
  #recipe_search .recipe_list li {
    /* margin-bottom: 24px; */
    width: 47.5%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_search .recipe_list li {
    width: 32%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recipe_search .recipe_list li:hover .pic {
    outline: 3px solid #2B9531;
    outline-offset: -3px;
    opacity: 1;
  }
}
#recipe_search .recipe_list li a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_search .recipe_list li a:hover {
    text-decoration: none;
    color: #2B9531;
  }
}
#recipe_search .recipe_list li .pic {
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 24px;
  margin-bottom: 20px;
  outline: 1px solid #2B9531;
  text-align: center;
  padding: 20px;
  transition: all 300ms ease;
}
#recipe_search .recipe_list li .pic img {
  width: 180px;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_search .recipe_list li .pic img:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #recipe_search .recipe_list li .pic {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_search .recipe_list li .pic {
    width: 100%;
    height: 220px;
  }
}
#recipe_search .recipe_list li p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_search .recipe_list li p {
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_search .recipe_list li p {
    font-size: 14px;
    background-size: auto 100%;
  }
}
#recipe_search .btns {
  text-align: center;
}
#recipe_search .btns .btn_01 {
  margin-top: 0;
}

/*/////////////////////////////
レシピ（検索結果）
/////////////////////////////*/
#recipe_result .ttl_04 {
  border: none;
}
#recipe_result .result_col {
  display: flex;
  gap: 48px 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_result .result_col {
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    gap: 40px 2%;
  }
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col {
    justify-content: space-between;
    gap: 40px 2.5%;
  }
}
#recipe_result .result_col .recipe {
  width: 276px;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_result .result_col .recipe {
    width: 31.3333333333%;
    /* margin-bottom: 32px; */
  }
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col .recipe {
    width: 47.5%;
    margin-bottom: 24px;
  }
}
#recipe_result .result_col .recipe .pic_frame {
  position: relative;
  padding-top: 72.6315789474%;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col .recipe .pic_frame {
    border-radius: 16px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_result .result_col .recipe .pic_frame {
    width: 100% !important;
    height: auto;
  }
}
#recipe_result .result_col .recipe .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 20px; */
  width: 100%;
  height: 100%;
  transition: transform 300ms ease;
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col .recipe .pic {
    margin-bottom: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recipe_result .result_col .recipe:hover .pic {
    opacity: 1;
    transform: scale(1.1);
  }
  #recipe_result .result_col .recipe:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col .recipe .ttl {
    font-size: 15px;
    background-size: auto 25px;
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_result .result_col .recipe .ttl {
    /* padding-right: 50px;
    padding-left: 20px; */
  }
}
#recipe_result .result_col .recipe .ttl h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_result .result_col .recipe .ttl h4 {
    font-size: 16px;
  }
}
#recipe_result .result_col .recipe .ttl p {
  font-size: 14px;
  margin-bottom: 20px;
}
#recipe_result .result_col .spec_list {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  #recipe_result .result_col .spec_list {
    gap: 5px;
  }
}
#recipe_result .result_col .spec_list li {
  color: var(--black, #1C1A1A);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FDEC91;
  width: 48px;
  height: 48px;
}
@media screen and (max-width:767px) {
  #recipe_result .result_col .spec_list li {
    font-size: 14px;
    width: 100%;
    height: auto;
    max-width: 40px;
    padding: 5px;
    aspect-ratio: 1/1;
  }
}
#recipe_result .result_col .spec_list li span {
  font-size: 12px;
  display: block;
  width: 100%;
}
#recipe_result .result_col .spec_list li.genre {
  background-color: #F97700;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}
#recipe_result .result_col .spec_list li.otsumami {
  background-image: url(../img/recipe/icon_otsumami.svg);
}
#recipe_result .result_col .spec_list li.drink {
  background-image: url(../img/recipe/icon_drink.svg);
}
#recipe_result .result_col .spec_list li.cake {
  background-image: url(../img/recipe/icon_cake.svg);
}
#recipe_result .result_col .spec_list li.gohan {
  background-image: url(../img/recipe/icon_gohan.svg);
}
#recipe_result .result_col .spec_list li.okazu {
  background-image: url(../img/recipe/icon_okazu.svg);
}
#recipe_result .result_col .spec_list li.sarad {
  background-image: url(../img/recipe/icon_sarad.svg);
}
#recipe_result .result_col .spec_list li.soup {
  background-image: url(../img/recipe/icon_soup.svg);
}
#recipe_result .recipe_pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 56px;
  margin-top: 56px;
}
#recipe_result .recipe_pager li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: var(--black, #1C1A1A);
  font-family: Montserrat;
  font-size: var(--bodytext02, 15px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 25.5px */
  display: flex;
  align-items: center;
  justify-content: center;
}
#recipe_result .recipe_pager li a.prev {
  background-color: #DE2323;
  background-image: url(../img/cmn/icon_cursor_white_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#recipe_result .recipe_pager li a.prev:hover {
  opacity: 1;
  transform: translateY(-8px);
  transition: 0.3s ease-in-out;
}
#recipe_result .recipe_pager li a.next {
  background-color: #DE2323;
  background-image: url(../img/cmn/icon_cursor_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#recipe_result .recipe_pager li a.next:hover {
  opacity: 1;
  transform: translateY(-8px);
  transition: 0.3s ease-in-out;
}
#recipe_result .recipe_pager li a.on {
  background-color: #FDEC91;
}
#recipe_result .btns {
  text-align: center;
}
#recipe_result #sidebar .search {
  width: 100%;
}

/*/////////////////////////////
特集レシピ
/////////////////////////////*/
#recipe_special .cpy_area {
  text-align: center;
  margin-bottom: 56px;
}
#recipe_special .result_col {
  display: flex;
  gap: 48px 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_special .result_col {
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    gap: 40px 2%;
  }
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col {
    justify-content: space-between;
    gap: 40px 2.5%;
  }
}
#recipe_special .result_col .recipe {
  width: 276px;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_special .result_col .recipe {
    width: 31.3333333333%;
    /* margin-bottom: 32px; */
  }
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col .recipe {
    width: 47.5%;
    margin-bottom: 24px;
  }
}
#recipe_special .result_col .recipe .pic_frame {
  position: relative;
  padding-top: 72.6315789474%;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col .recipe .pic_frame {
    border-radius: 16px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_special .result_col .recipe .pic_frame {
    width: 100% !important;
    height: auto;
  }
}
#recipe_special .result_col .recipe .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 20px; */
  width: 100%;
  height: 100%;
  transition: transform 300ms ease;
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col .recipe .pic {
    margin-bottom: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recipe_special .result_col .recipe:hover .pic {
    opacity: 1;
    transform: scale(1.1);
  }
  #recipe_special .result_col .recipe:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col .recipe .ttl {
    font-size: 15px;
    background-size: auto 25px;
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_special .result_col .recipe .ttl {
    /* padding-right: 50px;
    padding-left: 20px; */
  }
}
#recipe_special .result_col .recipe .ttl h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_special .result_col .recipe .ttl h4 {
    font-size: 16px;
  }
}
#recipe_special .result_col .recipe .ttl p {
  font-size: 14px;
  margin-bottom: 20px;
}
#recipe_special .result_col .spec_list {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  #recipe_special .result_col .spec_list {
    gap: 5px;
  }
}
#recipe_special .result_col .spec_list li {
  color: var(--black, #1C1A1A);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FDEC91;
  width: 48px;
  height: 48px;
}
#recipe_special .result_col .spec_list li span {
  font-size: 12px;
  display: block;
  width: 100%;
}
#recipe_special .result_col .spec_list li.genre {
  background-color: #F97700;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}
#recipe_special .result_col .spec_list li.otsumami {
  background-image: url(../img/recipe/icon_otsumami.svg);
}
#recipe_special .result_col .spec_list li.drink {
  background-image: url(../img/recipe/icon_drink.svg);
}
#recipe_special .result_col .spec_list li.cake {
  background-image: url(../img/recipe/icon_cake.svg);
}
#recipe_special .result_col .spec_list li.gohan {
  background-image: url(../img/recipe/icon_gohan.svg);
}
#recipe_special .result_col .spec_list li.okazu {
  background-image: url(../img/recipe/icon_okazu.svg);
}
#recipe_special .result_col .spec_list li.sarad {
  background-image: url(../img/recipe/icon_sarad.svg);
}
#recipe_special .result_col .spec_list li.soup {
  background-image: url(../img/recipe/icon_soup.svg);
}
#recipe_special .btns {
  text-align: center;
}

/*/////////////////////////////
レシピ詳細
/////////////////////////////*/
#recipe_detail .pic_txt {
  display: flex;
  margin-bottom: 64px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#recipe_detail .pic_txt .pic {
  max-width: 590px;
  width: 590px;
  height: 590px;
  border-radius: 24px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .pic {
    width: 100vw;
    height: 90vw;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt .pic {
    width: 47.5%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .pic img {
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt .pic img {
    width: 100%;
  }
}
#recipe_detail .pic_txt .pic_area {
  width: 49.1666666667%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width:767px) {
  #recipe_detail .pic_txt .pic_area {
    width: 100%;
    margin-bottom: 24px;
  }
}
#recipe_detail .pic_txt .pic_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms ease;
}
#recipe_detail .pic_txt .txt {
  width: 554px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt .txt {
    width: 47.5%;
  }
}
#recipe_detail .pic_txt .txt .info,
#recipe_detail .pic_txt .txt .info_02 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .info,
  #recipe_detail .pic_txt .txt .info_02 {
    gap: 10px;
  }
}
#recipe_detail .pic_txt .txt .info li,
#recipe_detail .pic_txt .txt .info_02 li {
  display: flex;
  width: 174px;
  padding: 24px 3px;
  justify-content: center;
  align-items: center;
  background-color: #FDEC91;
  border-radius: 16px;
  flex-wrap: wrap;
  text-align: center;
  font-family: Montserrat;
  font-size: var(--h3, 24px);
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .info li,
  #recipe_detail .pic_txt .txt .info_02 li {
    padding: 12px;
    font-size: 16px;
    width: 32%;
    border-radius: 8px;
    display: flex;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt .txt .info li,
  #recipe_detail .pic_txt .txt .info_02 li {
    font-size: 20px;
  }
}
#recipe_detail .pic_txt .txt .info li span,
#recipe_detail .pic_txt .txt .info_02 li span {
  /* display: block; */
  width: 100%;
  color: var(--black, #1C1A1A);
  font-size: var(--bodytext01, 16px);
  font-weight: 700;
  letter-spacing: 0.8px;
  display: block;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .info li span,
  #recipe_detail .pic_txt .txt .info_02 li span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  #recipe_detail .pic_txt .txt .info li span,
  #recipe_detail .pic_txt .txt .info_02 li span {
    font-size: 15px;
  }
}
#recipe_detail .pic_txt .txt .info_02 li {
  width: 268px !important;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .info_02 li {
    width: 49% !important;
  }
}
#recipe_detail .pic_txt .txt .info_02 li span {
  margin-right: 16px;
  display: inline;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .info_02 li span {
    margin-right: 0;
  }
}
#recipe_detail .pic_txt .txt .comment {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .comment {
    margin-bottom: 20px;
  }
}
#recipe_detail .pic_txt .txt h3 {
  border-left: 5px solid #DE2323;
  font-size: var(--bodytext03, 20px);
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt h3 {
    padding-left: 12px;
  }
}
#recipe_detail .pic_txt .txt .product {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 40px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .product {
    padding: 0;
  }
}
#recipe_detail .pic_txt .txt .product li {
  width: 200px;
}
#recipe_detail .pic_txt .txt .product li a {
  text-decoration: none;
}
#recipe_detail .pic_txt .txt .product li .pic_frame {
  border: solid 1px #AAD4AC;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 20px;
  transition: border 120ms ease;
  position: relative;
}
#recipe_detail .pic_txt .txt .product li .pic_frame::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  border: solid 3px transparent;
  transition: border 300ms ease;
  border-radius: 100px;
}
#recipe_detail .pic_txt .txt .product li img {
  border-radius: 100px;
  transform: opacity 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_detail .pic_txt .txt .product li img:hover {
    opacity: 1;
  }
}
#recipe_detail .pic_txt .txt .product li p {
  font-size: var(--bodytext01, 16px);
  font-weight: 700;
  transition: color 120ms ease;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .product li p {
    font-size: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recipe_detail .pic_txt .txt .product li:hover p {
    color: #2B9531;
  }
  #recipe_detail .pic_txt .txt .product li:hover .pic_frame::before {
    border: solid 2px #2B9531;
  }
}
#recipe_detail .pic_txt .txt .sns_share {
  display: flex;
}
#recipe_detail .pic_txt .txt .sns_share .ttl {
  font-weight: 700;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.8px;
  background-image: url(../img/recipe/icon_share.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  line-height: 2.5;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .sns_share .ttl {
    font-size: 13px;
    margin-right: 16px;
    line-height: 3;
    padding-left: 20px;
  }
}
#recipe_detail .pic_txt .txt .sns_share ul {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .pic_txt .txt .sns_share ul {
    gap: 8px;
  }
}
#recipe_detail .pic_txt .txt .sns_share ul li {
  width: 15%;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_detail .pic_txt .txt .sns_share ul li:hover img {
    opacity: 1;
    margin-top: -8px;
  }
}
#recipe_detail .pic_txt .txt .sns_share ul li.pint span {
  background-image: url(../img/recipe/btn_pintarest.svg) !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-size: 100%;
  background-position: center;
  transform: margin-top 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  #recipe_detail .pic_txt .txt .sns_share ul li.pint span:hover {
    margin-top: -8px;
  }
}
#recipe_detail .col_2 {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
}
#recipe_detail .col_2 div {
  width: 576px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 div {
    width: 100%;
  }
}
#recipe_detail .col_2 h3 {
  font-size: var(--h3, 24px);
  font-weight: 700;
  line-height: 170%;
  /* 40.8px */
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 h3 {
    font-size: 20px;
  }
}
#recipe_detail .col_2 h3 img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 .zairyo {
    /* margin-bottom: 64px; */
  }
}
#recipe_detail .col_2 .zairyo table {
  width: 100%;
}
#recipe_detail .col_2 .zairyo table tr {
  border-top: 1px solid var(--gray-b-3-b-3-b-3, #D7D7D7);
  border-bottom: 1px solid var(--gray-b-3-b-3-b-3, #D7D7D7);
}
#recipe_detail .col_2 .zairyo table th,
#recipe_detail .col_2 .zairyo table td {
  padding: 16px;
}
#recipe_detail .col_2 .zairyo table th {
  text-align: left;
  width: 65%;
  background-color: #FDF9E9;
}
#recipe_detail .col_2 .zairyo table td {
  width: 35%;
}
#recipe_detail .col_2 .zairyo table a {
  color: #DE2323;
  text-decoration: underline;
}
#recipe_detail .col_2 .zairyo table a:hover {
  opacity: 0.7;
}
#recipe_detail .col_2 .howto table tr {
  border-top: 1px solid var(--gray-b-3-b-3-b-3, #D7D7D7);
  border-bottom: 1px solid var(--gray-b-3-b-3-b-3, #D7D7D7);
}
#recipe_detail .col_2 .howto table th,
#recipe_detail .col_2 .howto table td {
  padding: 16px;
}
#recipe_detail .col_2 .howto table th {
  text-align: left;
  width: 5%;
  padding-right: 0;
}
#recipe_detail .col_2 .howto table th span {
  background-color: #DE2323;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-size: var(--bodytext03, 20px);
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #recipe_detail .col_2 .howto table th span {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
}
#recipe_detail .col_2 .howto table a {
  color: #DE2323;
  text-decoration: underline;
}
#recipe_detail .col_2 .howto table a:hover {
  opacity: 0.7;
}
#recipe_detail .point {
  background-color: #FDF9E9;
  padding: 40px;
  margin-top: 64px;
  border-radius: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .point {
    padding: 32px 16px;
    margin-bottom: 0;
  }
}
#recipe_detail .point h3 {
  font-size: var(--h3, 24px);
  font-weight: 700;
  line-height: 170%;
  /* 40.8px */
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #recipe_detail .point h3 {
    font-size: 20px;
  }
}
#recipe_detail .point h3 img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
#recipe_detail .btns {
  text-align: center;
}

.jsctl-container_salt_text .num {
  font-size: 14px !important;
  white-space: nowrap;
}/*# sourceMappingURL=recipe.css.map */