@charset "UTF-8";
/***********　レシピTOP　************/
#main_area_top {
  position: relative;
  background: url(/sp/recipe/images/kv-bg.jpg?202208) no-repeat;
  background-size: cover;
}
#main_area_top h2 {
  padding: 67% 0 56.5%;
  text-align: center;
}
#main_area_top h2 img {
  margin: 0 auto;
  width: 27%;
}

.contents {
  background: #f3f5ee;
}
.recipe-index .contents .inner {
  margin: auto;
  width: 89%;
}
.contents .main_banner {
  padding-top: 9%;
}
.contents .main_banner img {
  width: 100%;
}
.contents .contents_area {
  padding-top: 8%;
}
.contents .next_banner img {
  width: 100%;
}
.contents .left-contents h2 {
  margin-bottom: 9%;
  font-size: 4.7vw;
  text-align: center;
}
.contents .left-contents h2 span {
  padding-bottom: 0.45em;
  border-bottom: 4px solid;
  display: inline-block;
}
.contents .left-contents ul li {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.contents .left-contents ul li img {
  width: 100%;
}
.contents .left-contents ul li + li {
  margin-top: 3.3%;
}
.contents section {
  margin-top: 13%;
}
.contents section.fast-content {
  margin-top: 6%;
}
.contents .special-feature-more {
  margin-top: 15px;
  display: none;
}
.contents .more-btn {
  margin: 2.3em auto 0;
  padding: 0.7em 1.5em;
  border: 1px solid #999;
  display: block;
  width: 100%;
  color: #999;
  background: none;
  font-size: 3.6vw;
  outline: 0;
  transition: 0.4s;
}
.contents .more-btn span {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
}
.contents .more-btn span::after, .contents .more-btn span::before {
  border-top: 2px solid #999;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 13px;
  content: "";
}
.contents .more-btn span::after {
  transform: rotate(90deg);
  transition: 0.4s;
}
.contents .more-btn::after {
  transition: 0.4s;
  content: "もっと見る";
}
.contents .more-btn.on-click span:after {
  transform: rotate(0);
}
.contents .more-btn.on-click::after {
  content: "閉じる";
}
.contents .more-btn.js-more {
  border: 1px solid #000;
  color: #000;
}
.contents .more-btn.js-more:hover {
  cursor: pointer;
}
.contents .more-btn.js-more span {
  color: #000;
}
.contents .more-btn.js-more span::after, .contents .more-btn.js-more span::before {
  border-top: 2px solid #000;
}
.contents .right-contents h2 {
  margin-bottom: 0.8em;
  padding-top: 0.9em;
  border-top: 4px solid #005bac;
  color: #005bac;
  font-size: 5.4vw;
  text-align: left;
}
.contents .right-contents .search_detail {
  margin-bottom: 10px;
}
.contents .right-contents .search_detail .search_txt {
  padding: 0.5em 3em 0.5em 0.8em;
  border: 2px solid #005bac;
  border-radius: 50px;
  position: relative;
  width: 100%;
  color: #000;
  background: #fff;
  font-size: 4.4vw;
}
.contents .right-contents .search_detail input[type=image] {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: 7%;
  height: auto;
}
.contents .right-contents a {
  transition: 0.4s;
}
.contents .right-contents a:hover {
  opacity: 0.7;
}
.contents .search_featured > ul {
  margin: 2% 0 10%;
}
.contents .search_featured > ul li {
  margin-top: 3%;
  margin-right: 3px;
  display: inline-block;
}
.contents .search_featured > ul li a {
  padding: 0.3em 0.5em;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 3vw;
  text-decoration: none;
  white-space: nowrap;
}
.contents .search_featured > ul li a:hover {
  opacity: 0.8;
}
.contents .other-banner li + li {
  margin-top: 3%;
}
.contents .other-banner img {
  width: 100%;
}
.contents .recipe_detail_latest {
  margin-top: 12%;
}
.contents .latest_recipe li + li {
  margin-top: 3%;
}
.contents .latest_recipe a {
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
.contents .latest_recipe h3 {
  padding: 2% 24% 2% 7%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 4.3em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 4.5vw;
  line-height: 1.2;
}
.contents .latest_recipe .icon-new {
  position: absolute;
  right: 2em;
  bottom: 10%;
  width: 19%;
}
.contents .latest_recipe .recipe_img img {
  width: 100%;
}
.contents .latest_recipe .icondry {
  width: 22%;
  height: 21%;
  background-size: contain;
}
.contents .popular_recipes, .contents .season_recipes {
  margin-top: 12%;
  margin-bottom: 12%;
}
.contents .popular_recipes li, .contents .season_recipes li {
  position: relative;
  background: #fff;
}
.contents .popular_recipes li + li, .contents .season_recipes li + li {
  margin-top: 3%;
}
.contents .popular_recipes .rankimg, .contents .season_recipes .rankimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 15%;
}
.contents .popular_recipes .rankimg img, .contents .season_recipes .rankimg img {
  width: 100%;
}
.contents .popular_recipes a, .contents .season_recipes a {
  padding: 3%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.contents .popular_recipes .recipe_img, .contents .season_recipes .recipe_img {
  border-radius: 5px;
  width: 36.5%;
  overflow: hidden;
}
.contents .popular_recipes .recipe_txt, .contents .season_recipes .recipe_txt {
  padding: 0.5em 0;
  width: 58.5%;
  color: #000;
  font-size: 3.6vw;
}
.contents .popular_recipes .recipe_txt h3, .contents .season_recipes .recipe_txt h3 {
  display: inline-block;
}
.contents .popular_recipes .timeCalorie, .contents .season_recipes .timeCalorie {
  margin-top: 1.4em;
  font-size: 3vw;
  line-height: 1.3;
}
.contents .season_recipes {
  margin-bottom: 7%;
}
.contents .all-recipe {
  padding-bottom: 10em;
}
.contents .all-recipe a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  font-size: 3.8vw;
}
.contents .all-recipe a:after {
  margin-left: 0.2em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(/pc/recipe/images/icon-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

.recipe_bnr {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.recipe_bnr img {
  margin: 0 auto;
  width: 94%;
}

.month_recipe h2 {
  padding: 50px 0;
  font-size: 1.8rem;
  text-align: center;
}
.month_recipe li {
  padding: 0 0 20px;
  position: relative;
}
.month_recipe li a {
  text-decoration: none;
}
.month_recipe .recipe_tit {
  padding: 10px 3%;
  color: #000;
  font-size: 1.6rem;
}
.month_recipe .recipe_tit a:link, .month_recipe .recipe_tit a:visited {
  color: #000;
  text-decoration: none;
}
.month_recipe .time_calorie {
  padding: 0 3%;
  color: #666666;
  font-size: 1.2rem;
}
.month_recipe .time_calorie a:link, .month_recipe .time_calorie a:visited {
  color: #666666;
  text-decoration: none;
}

#popRecipeWrap h2 {
  padding: 50px 0;
  font-size: 1.8rem;
  text-align: center;
}

/***********　レシピ詳細　************/
.bg_detail > img {
  width: 100%;
  height: auto;
}

#detail_area_top {
  margin-top: 18.75%;
  position: relative;
  height: auto;
  overflow: hidden;
}
#detail_area_top .btn_movie {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#detail_area_top .btn_movie p {
  margin: 0 auto;
  width: 52%;
  background: rgba(0, 0, 0, 0.7) url(/sp/recipe/images/ic_movie.png) no-repeat 12px center;
  background-size: 18%;
}
#detail_area_top .btn_movie a {
  padding: 6% 10% 6% 24%;
  display: block;
  width: 100%;
  color: #fff;
  background: url(/sp/recipe/images/ic_white02_r_arr.png) no-repeat 93% center;
  background-size: 4%;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

.recipe_detail .recipe_name_tit {
  padding: 20px 10px 0;
}
.recipe_detail .recipe_name_tit h2 {
  padding: 0 5px 10px;
  border-bottom: #000000 2px solid;
  font-size: 1.8rem;
  text-align: left;
}
.recipe_detail .recipe_time {
  margin: 0 10px;
  padding: 15px 5px 10px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  font-size: 1.2rem;
}
.recipe_detail .recipe_time dt {
  float: left;
  width: 7rem;
  font-weight: bold;
}
.recipe_detail .recipe_time dd {
  margin: 0 0 5px 7rem;
}
.recipe_detail .detail_txr {
  padding: 15px 15px 10px;
  font-size: 1.4rem;
}
.recipe_detail .recipe_material_tit {
  margin: 40px 10px 0;
  padding: 25px 0 15px;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
  text-align: center;
}
.recipe_detail .recipe_material_tit h2 {
  font-size: 1.8rem;
}
.recipe_detail .recipe_material_tit p {
  color: #333;
  font-size: 1.2rem;
}
.recipe_detail .material_box {
  padding: 0 10px;
}
.recipe_detail .material_box dt {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}
.recipe_detail .material_box dd {
  padding: 7px 0;
  display: table;
  width: 100%;
  background: url(/sp/recipe/images/ic_no_checked.png) no-repeat 2.5% center, url(/sp/recipe/images/line_dot.png) repeat-x center center;
  background-size: 12px, 256px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}
.recipe_detail .material_box dd.check {
  background: url(/sp/recipe/images/ic_checked.png) no-repeat 2.5% center, url(/sp/recipe/images/line_dot.png) repeat-x center center;
  background-color: #e5f4ff;
  background-size: 12px, 256px;
  font-size: 1.4rem;
}
.recipe_detail .material_box dd p {
  padding: 0 10px 0 22px;
}
.recipe_detail .material_box dd p.material {
  padding: 0 0 0;
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: middle;
}
.recipe_detail .material_box dd p.quantity {
  padding: 0 0 0;
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
.recipe_detail .material_box dd p.quantity span {
  white-space: nowrap;
}
.recipe_detail .material_box dd p span {
  padding: 0 5px;
  display: inline-table;
  background: #ffffff;
  white-space: pre-line;
}
.recipe_detail .material_box dd.check p span {
  padding: 0 5px;
  background: #e5f4ff;
}

.recipe-660 .recipe_detail .material_box dd p.material, .recipe-661 .recipe_detail .material_box dd p.material {
  width: 60%;
}

.recipe_detail .recipe_make_tit {
  margin: 40px 10px 0;
  padding: 25px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
  text-align: center;
}
.recipe_detail .recipe_material_tit h2 {
  font-size: 1.8rem;
}
.recipe_detail .movie_img {
  margin: 40px 10px 10px;
  text-align: center;
}
.recipe_detail .how_to {
  margin: 20px 10px 10px;
  border-top: 1px solid #e8e8e8;
}
.recipe_detail .how_to,
.recipe_detail .detail_left { /*2024aws追加*/ }
.recipe_detail .how_to dl dt,
.recipe_detail .detail_left dl dt {
  margin: 20px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.recipe_detail .how_to dl dd .how_to_img,
.recipe_detail .detail_left dl dd .how_to_img {
  margin: 15px 0 0;
}
.recipe_detail .how_to dl dd .how_to_txt,
.recipe_detail .detail_left dl dd .how_to_txt {
  margin: 15px 0 0;
  padding: 0 0 20px 2.3rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.4rem;
  text-indent: -2.3rem;
}
.recipe_detail .how_to .bnr_area-delishkitchen,
.recipe_detail .detail_left .bnr_area-delishkitchen {
  margin-top: 1.5em;
}
.recipe_detail .how_to .bnr_area-delishkitchen dt,
.recipe_detail .detail_left .bnr_area-delishkitchen dt {
  font-size: 4vw;
  font-weight: bold;
}
.recipe_detail .how_to .bnr_area-delishkitchen a,
.recipe_detail .detail_left .bnr_area-delishkitchen a {
  margin-top: 0.5em;
  display: block;
  transition: opacity 0.3s;
}
.recipe_detail .how_to .bnr_area-delishkitchen a:hover,
.recipe_detail .detail_left .bnr_area-delishkitchen a:hover {
  opacity: 0.7;
}
.recipe_detail .preparation {
  margin: 50px 0 0;
  padding: 20px 10px;
  background: #ebf6f9;
}
.recipe_detail .preparation .img_preparation {
  margin: 0 auto;
  width: 40%;
  text-align: center;
}
.recipe_detail .preparation dl dt {
  margin: 15px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.recipe_detail .preparation dl dd {
  margin: 12px 0 0;
  color: #333333;
  font-size: 1.4rem;
}
.recipe_detail .preparation .attention {
  margin: 12px 0 0;
  padding: 0 0 0 1rem;
  color: #999;
  font-size: 1.2rem;
  text-indent: -1rem;
}
.recipe_detail .bnr_area {
  margin-top: 10px;
}
.recipe_detail .bnr_area img {
  width: 100%;
  height: auto;
}

.sns_area {
  position: relative;
  height: 462px;
  overflow: hidden;
}
.sns_area .bg_detail span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.sns_area .keyword {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 45%;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.sns_area .keyword li {
  margin: 0 3px 5px;
  border-radius: 3px;
  display: inline-block;
  width: 23%;
  list-style: none;
  color: #fff;
  background-color: rgba(51, 102, 153, 0.7);
  font-size: 1.2rem;
}
.sns_area .keyword li a {
  padding: 8% 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.sns_area .sns_btn {
  position: absolute;
  bottom: 32%;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.sns_area .sns_btn li {
  padding: 0 3px;
  display: inline-block;
  width: 15%;
  text-align: center;
}

/***********　レシピ検索結果ページ　************/
.top_box {
  background: #2d6691;
}

.bgr {
  padding: 30px 0 0;
  background: #ebebe2;
}

.top_box h2 {
  margin: 0 auto;
  padding-top: 30%;
  padding-bottom: 10%;
  width: 24%;
}
.top_box h2 img {
  width: 100%;
}

.search_results {
  margin: 0 auto;
  width: 85%;
  text-align: center;
}
.search_results p {
  padding-bottom: 10px;
  border-bottom: 3px solid #000000;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.search_results p span {
  padding: 0 5px;
}
.search_results p:last-child {
  padding-top: 10px;
  border-bottom: none;
}
.search_results p:last-child span {
  color: #333333;
  font-size: 1.2rem;
}

.bordR {
  border-right: none !important;
}

.bordL {
  border-left: none !important;
}

.bordB {
  border-bottom: none !important;
}

.bordT {
  border-top: none !important;
}

#recipeList .tabA, #recipeList .tabB, #recipeList .tabC, #recipeList .tabD {
  display: none;
}
#recipeList .tabA {
  display: block;
}

#tab_box {
  padding: 0 10px;
  width: 100%;
}
#tab_box #recipeList {
  padding: 0;
}

.tab_all {
  padding: 5% 0 5%;
  display: table;
  width: 100%;
}
.tab_all .tab_all_inners {
  display: table-cell;
  width: 50%;
}
.tab_all .tab_all_inners dl {
  display: table;
  width: 100%;
  background: #ebebe2;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.tab_all .tab_all_inners dl dt {
  padding: 6px 3px 4px;
  border: 1px solid #403831;
  border-bottom: none;
  width: 100%;
}
.tab_all .tab_all_inners dl dd ul {
  display: table;
  width: 100%;
}
.tab_all .tab_all_inners dl dd ul li {
  border: 1px solid #403831;
  border-right: none;
  display: table-cell;
  width: 50%;
}
.tab_all .tab_all_inners dl dd ul.calorie_btn li:last-child {
  border-right: 1px solid #403831;
}
.tab_all .tab_all_inners dl dd ul li a {
  padding: 7px 0;
  display: block;
  color: #403831;
  background: #ebebe2;
  font-size: 1.4rem;
  text-decoration: none;
}
.tab_all .tab_all_inners dl dd ul li a.on {
  position: relative;
  color: #fff;
  background: #403831;
}
.tab_all .tab_all_inners dl dd ul li a.on:before {
  border: 7px solid transparent;
  border-top-color: #403831;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 43%;
  width: 0;
  height: 0;
  content: "";
}

/*2024aws新規追加*/
.pager {
  margin-top: 4%;
  margin-left: -10px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  display: table;
  width: calc(100% + 20px);
}
.pager p {
  margin-left: auto;
  display: table-cell;
  width: 40%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.pager p:first-child, .pager p:last-child, .pager p:nth-child(2n), .pager p:nth-child(4n) {
  padding: 0;
  width: 15%;
  font-weight: normal;
}
.pager p:first-child img, .pager p:last-child img, .pager p:nth-child(2n) img, .pager p:nth-child(4n) img {
  display: none;
}
.pager p a {
  padding: 30% 0;
  display: block;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
}
.pager p:first-child a, .pager p:last-child a {
  background-color: #d3d3cb;
  text-align: center;
}
.pager .prev a:before {
  content: "<<";
}
.pager .s_prev a:before {
  content: "<";
}
.pager .number {
  width: 40%;
}
.pager .s_next a:before {
  content: ">";
}
.pager .next a:before {
  content: ">>";
}

.detail_contents {
  display: flex;
  flex-direction: column-reverse;
}

.detail_left {
  margin-bottom: 10px;
  padding: 0 10px;
}

.bnr_addinfo {
  line-height: 0;
}

.btn_movie {
  width: 100%;
}
.btn_movie p {
  margin: 0 auto;
  width: 90%;
  background: rgba(0, 0, 0, 0.5) url(/sp/recipe/images/ic_movie.png) no-repeat 12px center;
  background-size: 18%;
}
.btn_movie a {
  padding: 6% 10% 6% 24%;
  display: block;
  width: 100%;
  color: #fff;
  background: url(/sp/recipe/images/ic_white02_r_arr.png) no-repeat 93% center;
  background-size: 4%;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

.preparation .btn_movie {
  margin-top: 5%;
}

.en .recipe_detail .recipe_time dt {
  width: 10rem;
}
.en .recipe_detail .recipe_time dd {
  margin: 0 0 5px 10rem;
}
.en .sns_area .keyword li a {
  text-decoration: none;
}

@media screen and (orientation: landscape) {
  .top_box h2 {
    padding: 20% 0 11%;
  }
  .month_recipe ul {
    margin: 0 auto;
    max-width: 640px;
  }
  #detail_area_top {
    height: auto;
  }
}