@charset "UTF-8";
.recipe_cate_box p a span i,.recipe_cate_box_step i {
  font-style: normal!important;
}
main #sec_contents section.contents .bread_cramb {
        font-size: 14px!important;
            max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    }
/*レシピ動画追加*/
main #sec_contents section.detail_main .recipe_w {
  max-width: 550px !important;
}

#iframe_wrap {
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
  position: relative;
}


.mfp-container {
  padding: 10px 8px;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-bottom: 10px;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap .mfp-close {
  color: #fff;
  font-size: 45px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 0px;
  transition: .25s;
}

.inline-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
}

#movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../upload/recipe/<?php echo $r_picture; ?>) no-repeat center center #fff;
  background-size: contain;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}

.yt_btn {
  position: absolute;
  bottom: 5px;
  right: 0;
  max-width: 160px;
  width: 50%;
  transition: .3s;
}

.yt_btn:hover {
  opacity: 0.7;
  transition: .3s;
  cursor: pointer;
}

.pause {
  pointer-events: auto;
  opacity: 1;
  transition: 0s;
}

.pause:after {}

/*作り方項目に追加*/
.howto_tuika {
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: -2px;
  margin-bottom: 15px;
}

.howto_tuika p {
  margin: 0;
  font-size: 0.93em;
}

.zairyou {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.zairyou a {
  text-decoration: underline;
}


@media screen and (min-width:750px) and (max-width:1200px) {
  .yt_btn {
    bottom: -2px;
  }
}

@media screen and (max-width:560px) {
  #iframe_wrap {
    margin-bottom: 10px;
  }

  .yt_btn {
    bottom: -3%;
  }
}

/*おすすめポイント調整*/
main #sec_contents section.detail_main .recipe_img_box .point {
  padding: 10px 5px 10px 55px !important;
}

main #sec_contents section.detail_main .recipe_img_box .point .point_icon {
  top: -5px !important;
}


@media (min-width: 768px) {
  .recipe_outwrap {
    position: relative;
    display: flex;
    justify-content: right;
  }

  main #sec_contents section.detail_main .recipe_img_box {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ポップアップバナー */

.recipe_bnr {
  position: fixed;
  top: 90px;
  bottom: auto;
  right: 80px;
  z-index: 100;
  max-width: 165px;
  text-align: center;
  background-image: url('img/recipe_bg2.png');
  background-size: cover;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-radius: 10px;
}

.recipe_bnr::before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 49px;
  background: url(img/new_icon.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: -18px;

}

.recipe_bnr p {
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 12.5px;
  margin-left: 35px;
}

.recipe_bnr:hover a {
  text-decoration: none;
}

.recipe_bnr_content:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.recipe_bnr_img {
  filter: none;
  border: none;
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 10px;
}

.recipe_bnr_img img {
  max-width: 150px;

}

.recipe_bnr_img img:hover {
  opacity: 1;
}

.bnr_movie .recipe_bnr_img::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 23px;
  background-image: url(../recipe/img/movie_btn1.svg);
  position: absolute;
  bottom: 45px;
  right: 20px;
}

.more_recipe {
  text-align: right;
  background-color: #ff9e00;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;

}

.more_recipe img {
  width: auto;
  padding-right: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.recipe_bnr_close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 101;
}

.recipe_bnr_close:hover {
  cursor: pointer;
}

@media screen and (max-width:769px) {
  .recipe_bnr {
    position: fixed;
    top: auto;
    bottom: 40px;
    left: 40px;
    z-index: 100;
  }
}

@media screen and (max-width: 500px) {
  .recipe_bnr {
    max-width: 150px;
    font-size: 12.5px;
    bottom: 66px;
    left: 30px;
  }

  .recipe_bnr::before {
    width: 45px;
    left: -15px;
    top: -15px;
  }

  .recipe_bnr p {
    margin-left: 30px;
  }
}


main {
  overflow-x: initial !important;
}

h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 45px;
}

#recipe_content {
  max-width: 925px;
  margin-right: auto;
  margin-left: auto;
}

.recipe_wrap {
  display: flex;
  justify-content: space-between;
}

.recipe_left {
  max-width: 450px;
  position: sticky;
  top: 10px;
  height: 100%;
}

.recipe_right {
  max-width: 430px;
}

.recipe_img {
  position: relative;
}
.recipe_img p:nth-of-type(2) {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.recipe_img .step_tag {
  font-size: 12px;
  padding: 5px;
  background-color: #e76f39;
  color: #fff;
  font-weight: bold;
  min-width: 70px;
  display: block;
  text-align: center;
}

.recipe_img .saving_tag {
  font-size: 12px;
  padding: 5px;
  background-color: #3FA9F5;
  color: #fff;
  font-weight: bold;
  min-width: 70px;
  display: block;
  text-align: center;
}

.recipe_img .authentic_tag {
  font-size: 12px;
  padding: 5px;
  background-color: #990083;
  color: #fff;
  font-weight: bold;
  min-width: 70px;
  display: block;
  text-align: center;
}

.recipe_img .quick_tag {
  font-size: 12px;
  padding: 5px;
  background-color: #A8C634;
  color: #fff;
  font-weight: bold;
  min-width: 70px;
  display: block;
  text-align: center;
}

.recipe_comment {
  line-height: 24px;
}

#recipe_detail_page #share_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.print_btn {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 289px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  border-radius: 30px;
  position: relative;
}

.print_btn::after {
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  background-image: url('./img/paper3.webp');
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.print_btn:hover {
  cursor: pointer;
}
.relation_title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.relation_title::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FF5E00;
}

.item_multi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.multi_box {
  padding: 15px 10px;
  background-color: #FFE7D9;
  border-radius: 5px;
  text-align: center;
}

.relation_name {
  margin-top: 10px;
  text-align: left;
}
.relation_name p {
  margin-bottom: 0;
}
.relation_name p a {
  color: #333;
}

.time_info {
  padding: 10px;
  width: 100%;
  background-color: #FFE7D9;
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.time_info p {
  margin-bottom: 0;
}

.time_info p span {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.material_title {
  padding: 5px 10px;
  background-color: #FF5E00;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.material_info p {
  margin-bottom: 0;
  line-height: 24px;
}

.onepoint {
  text-align: center;
  padding: 15px 25px;
  background-color: #FFE7D9;
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.onepoint p:nth-of-type(1) {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.onepoint p:nth-of-type(2) {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 0;
  text-align: left;
}

.process_title {
  padding: 5px 10px;
  background-color: #FF5E00;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.process_detail {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  display: flex;
}

.process_detail p:nth-of-type(1) {
  width: 26px;
  margin-right: 10px;
  margin-bottom: 0;
  height: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #FF5E00;
  color: #FF5E00;
  font-size: 15px;
  border-radius: 3px;
  font-weight: bold;
}

.process_detail p:nth-of-type(2) {
  width: calc(100% - 36px);
  margin-bottom: 0;
}

.movie_wrap {
  margin-top: 45px;
}

.other_recipe {
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: #FFDA17;
  margin-top: 70px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.other_recipe_title {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  border: 5px solid #FFDA17;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

.other_recipe_title::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 0px solid transparent;
  border-top: 14px solid #fff;
}

.other_recipe_content {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;

}

.other_recipe_box {
  min-width: 170px;
  max-width: 170px;
}

.other_recipe_box:nth-of-type(1) {
  margin-right: 7.5px;
}

.other_recipe_box:nth-child(n+2) {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.other_recipe_box:last-child {
  margin-right: 0;
}
.other_recipe_box p a {
  font-size: 12px;
  color: #333;
}


main section.contents {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0px 50px;
}

.recipe_cate_box_wrap {
  margin-top: 75px !important;
}

.recipe_cate_box_wrap h3 {
  text-align: center;
  margin-bottom: 30px;
}

.recipe_cate_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 18px;
}

.recipe_cate_box p,
.recipe_cate_box_step p,
.recipe_cate_box_janru p {
  margin-bottom: 0;
}

.recipe_cate_box,
.recipe_cate_box_other img {
  image-rendering: pixelated;
}

.recipe_cate_box_step {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 18px;
}

.recipe_cate_box_janru {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 18px;
}

.janru_button {
  background-color: #FF7E33;
  border: 1px solid #FF5E00;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  height: 50px;
}

.topics_recipe {
  margin-bottom: 130px;
  margin-top: 40px;
}

.topics_recipe h3 {
  text-align: center;
  margin-bottom: 20px;
}

.topics_recipe section {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 25px;
  max-width: 1025px;
  margin: 0 auto;
  padding: 0px 50px;
}

.topics_recipe section p a {
  color: #333;
}
.topics_recipe section p a img {
  margin-bottom: 10px;
}
.topics_recipe .more_topics {
  font-weight: bold;
  color: #fff;
  width: 350px;
  background-color: #FF5E00;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
  border-radius: 30px;
}

.topics_recipe .more_topics a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.topics_recipe .more_topics::after {
  content: '';
  display: block;
  background-image: url('./img/arrow_right_white.png');
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.search_keyword {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.ipt_txt {
  width: calc(100% - 62px);
}

.ipt_submit {
  margin: 0;
}

.recipe_cate_box_wrap {
  position: relative;
}


/*印刷選択欄*/
.print_select_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #ECE6DA;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  width: 400px;
  padding: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}

.print_select {
  width: 100%;
  line-height: 3;
  text-align: center;
}

.print_select p {
  background-color: #fff;
  margin-bottom: 15px;
}

.print_select p a {
  display: block;
  color: #82580A;
}

.print_select p a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .7s;
}

.print_select p:last-of-type {
  margin-bottom: 0;
}

.print_select_close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.print_select_close:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.7s;
  user-select: none;
}

.print_select_bg {
  display: none;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

.body_stop {
  overflow: hidden;
}

.recipe_cate_box p {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.recipe_cate_box p a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  height: 100%;
  color: #333333;
}
.recipe_cate_box p:hover,.janru_button:hover,.recipe_cate_box_step p:hover {
  opacity: 0.7;
  transition: 0.7s;
  cursor: pointer;
}
.recipe_cate_box p a:hover {
  text-decoration: none;
}
.recipe_cate_box p a img {
  width: auto;
}

.recipe_cate_box p a span {
  width: 137px;
  text-align: center;
}

.recipe_cate_box p a span {
  white-space: nowrap;
}

.recipe_cate_box p:nth-of-type(4) a span i {
  transform: scaleX(0.98);
  transform-origin: top left;
  display: inline-block;
}

.recipe_cate_box p:nth-of-type(5) a span i {
  transform: scaleX(0.75);
  display: inline-block;
  transform-origin: top left;
}

.recipe_cate_box p:nth-of-type(13) a span i {
  transform: scaleX(0.75);
  display: inline-block;
  transform-origin: top left;
}

.recipe_cate_box_step p:nth-of-type(1) {
  background-image: url('./img/3step_bg_w.png');
  height: 70px;
  background-size: auto 100%;
  background-position: left;
  border-radius: 3px;
  border: 1px solid #ff7e33;
}

.recipe_cate_box_step p:nth-of-type(2) {
  background-image: url('./img/honkaku_bg_w.png');
  height: 70px;
  background-size: auto 100%;
  background-position: left;
  border-radius: 3px;
  border: 1px solid #990083;
}

.recipe_cate_box_step p:nth-of-type(3) {
  background-image: url('./img/setsuyaku_bg_w.png');
  height: 70px;
  background-size: auto 100%;
  background-position: left;
  border-radius: 3px;
  border: 1px solid #3FA9F5;
}

.recipe_cate_box_step p:nth-of-type(4) {
  background-image: url('./img/quick_bg_w.png');
  height: 70px;
  background-size: auto 100%;
  background-position: left;
  border-radius: 3px;
  border: 1px solid #A8C634;
}

.recipe_cate_box_step p a {
  color: #333;
  display: block;
  position: relative;
  height: 100%;
}

.recipe_cate_box_step p a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.recipe_cate_box_step p:nth-of-type(2) a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  bottom: 15px;
}

.recipe_cate_box_step p a span i:nth-of-type(1) {
  font-size: 13.5px;
  font-weight: bold;
  color: #ff7e33;
  position: relative;
}

.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1) {
  color: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1) {
  color: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1) {
  color: #75A200;
}

.recipe_cate_box_step p a span i:nth-of-type(1):before,
.recipe_cate_box_step p a span i:nth-of-type(1):after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ff7e33;
  width: 2px;
  height: 13px;
  margin: 0 7px;
  vertical-align: middle;
}

.recipe_cate_box_step p a span i:nth-of-type(1):before {
  transform: rotate(-35deg);
}

.recipe_cate_box_step p a span i:nth-of-type(1):after {
  transform: rotate(35deg);
}

.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):after {
  background: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):after {
  background: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):after {
  background: #75A200;
}

.br_400 {
  display: none;
}

@media screen and (max-width: 1300px) {
  main #sec_contents section.contents .bread_cramb {
    margin-left: -10px;
  }
  .bread_cramb {
    width: 100%;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .recipe_cate_box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .recipe_cate_box p a {
    justify-content: center;

  }

  .recipe_cate_box p a img {
    margin-right: 15px;
  }

  .recipe_cate_box_step,
  .recipe_cate_box_janru {
    grid-template-columns: repeat(3, 1fr);
  }

  #recipe_content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .recipe_left,
  .recipe_right {
    width: 50%;
    max-width: 100%;
  }

  .recipe_right {
    padding-left: 45px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1100px) {
  .recipe_cate_box_wrap .recipe_cate_box_step p a span {
    right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
  }
}


@media screen and (max-width: 1300px) {

  .recipe_contens,
  main section.contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
  .print_wrap {
    display: block;
  }

  .print_wrap p:nth-of-type(1) {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }

  .print_wrap p:nth-of-type(1)::after {
    top: -20px;
  }

  .print_wrap p:nth-of-type(2) b {
    text-align: center;
    margin-top: 15px;
  }

  .print_wrap p:nth-of-type(2) {
    text-align: center;
    margin-left: 0;
  }

  .print_wrap p:nth-of-type(3) {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .print_wrap p:nth-of-type(1) br {
    display: none;
  }

  .print_wrap::after {
    background-color: #ECE6DA;
    padding-bottom: 20px;
    bottom: -45px;
  }

  .recipe_info {
    width: calc((100% - 15px) / 2);
    min-width: initial;
  }

  .recipe_left {
    min-width: initial;
  }

  .medium_cate_select p label {
    width: 100%;
  }

  .medium_cate_select p {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1150px) and (min-width: 1024px) {
  .view {
    display: flex;
    flex-direction: column;
  }

  .recipe_right p:nth-of-type(1) .view img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 850px) {
  .recipe_cate_box_wrap .recipe_cate_box_step p a span {
    right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
  }
}

@media screen and (max-width: 1023px) {

  .cate_select_wrap,
  .print_wrap,
  .recipe_wrap,
  .sort {
    max-width: 100%;
  }

  .medium_cate_select p {
    width: 25%;
  }

  .medium_cate_select p label {
    width: 100%;
  }

  .recipe_info {
    width: calc(50% - 7px);
    min-width: initial;
  }

  .view {
    display: flex;
    flex-direction: column;
  }

  .recipe_right p:nth-of-type(1) .view img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .recipe_info {
    width: calc((100% - 15px) / 2);
    min-width: initial;
  }

  .recipe_left {
    min-width: initial;
  }

  .recipe_right p:nth-of-type(1) .view img {
    margin-bottom: 5px;
  }

  .recipe_contens,
  main section.contents {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recipe_right {
    padding-left: 25px;
  }

}

@media screen and (max-width: 750px) {
  h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .item_multi {
  	grid-template-columns: repeat(2, 1fr);
	}
	.recipe_left {
		width: 49%;
	}
  .recipe_right {
  	width: 46%;
  	padding-left: 0;
  }

  .search_box {
    max-width: 87%;
    margin-bottom: 30px;
  }

  main #sec_contents .recommend h3 {
    margin-bottom: 20px;
  }

  .new_recipe_wrap {
    padding-bottom: 60px;
  }

  .recommend_box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 10px;
  }

  .recipe_cate_box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
  }

  .recipe_cate_box_step,
  .recipe_cate_box_janru,
  .topics_recipe section {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe_cate_box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .recipe_cate_box_step,
  .recipe_cate_box_janru {
    margin-top: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .topics_recipe section {
    padding-left: 20px;
    padding-right: 20px;
    grid-column-gap: 16px;
  }

  .topics_recipe .more_topics {
    width: 250px;
  }

  .topics_recipe .more_topics::after {
    right: 25px;
  }

  .topics_recipe {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 700px) {
  .print_wrap::after {
    padding-left: 20px;
    padding-right: 20px;
    bottom: -60px;
  }
}

@media screen and (max-width: 750px) and (min-width: 550px) {
  .recipe_cate_box_wrap .recipe_cate_box_step p a span {
    right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
  }
}

@media screen and (max-width: 750px) and (min-width: 600px) {
  .recipe_right p:nth-of-type(3) img {
    max-width: 150px;
  }
}

@media screen and (max-width: 599px) and (min-width: 501px) {
  .recipe_right p:nth-of-type(3) img {
    max-width: 100px;
  }
}

@media screen and (max-width: 650px) {
	.recipe_wrap {
		display: block;
	}
	.recipe_left {
		position: inherit;
	}
	.recipe_left,.recipe_right {
		width: 100%;
	}
	.recipe_img {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.recipe_img p {
		margin-bottom: 0;
	}
	.recipe_comment {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.print_btn {
		display: none;
	}
	.item_multi {
		display: flex;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
	}
	.multi_box {
		width: 144px;
		min-width: 144px;
	}

}

@media screen and (max-width: 600px) {
  /*スワイプ処理*/
  .recipe_item_active {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .relation_title_active {
    margin-left: 20px;
  }
  .left_20 {
    padding-left: 20px!important;
  }
  .relation_title_20 {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #recipe_content {
    padding-left: 0;
    padding-right: 0;
  }
  .recipe_comment,.recipe_time,.material,.process,.movie_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .onepoint {
    margin-left: 20px;
    margin-right: 20px;
  }
  .new_recipe {
    max-width: inherit;
    min-width: initial;
    margin: 0;
  }

  .splide__arrow--prev {
    left: 10px;
    transform: none;
  }

  .splide__arrow--next {
    right: 10px;
    transform: none;
  }

  .medium_cate_select p {
    width: calc(100% / 2);
  }

  .view {
    flex-direction: column;
  }

  .recipe_item {
    padding-left: 20px;
  }
  .other_recipe {
    padding-right: 0;
  }

}
@media screen and (max-width: 530px) {
  .other_recipe_active {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .left_20 {
    padding-left: 20px!important;
  }

} 
@media screen and (min-width: 500px) {
  .recipe_img img {
        image-rendering: pixelated;
  }
}

@media screen and (max-width: 500px) {
  .new_recipe_wrap::after {
    background-size: cover;
    width: 230px;
    height: 96px;
    top: -40px;
    left: 43.5%;
    transform: translateX(-43.5%);
    -webkit-transform: translateX(-43.5%);
  }

  .new_recipe_wrap {
    padding-top: 50px;
  }

  .splide__arrow--prev,
  .splide__arrow--next {
    top: 43%;
  }

  .new_recipe a:nth-of-type(1) p:nth-of-type(2) {
    font-size: 16px;
  }

  .new_recipe a:nth-of-type(1) p:nth-of-type(3) {
    line-height: 21px;
  }

  .new_recipe .item_wrap span:nth-of-type(1) {
    width: 58%;
  }

  .new_recipe .item_wrap span:nth-of-type(2) img {
    margin-left: 10px;
  }

  .recommend h3 img {
    max-width: 260px !important;
  }

  main .recommend_content {
    padding-bottom: 0;
  }

  .recipe_cate_box_wrap h3 img {
    max-width: 150px !important;
  }

  .recipe_cate_box_wrap h3 {
    margin-bottom: 15px;
  }

  .recipe_cate_box p a span {
    font-size: 12px;
    width: 127px;
  }

  .recipe_cate_box p:nth-of-type(5) a span i,
  .recipe_cate_box p:nth-of-type(13) a span i {
    transform: scaleX(85%);
    display: inline-block;
    transform-origin: top left;
  }

  .recipe_cate_box_step p a span {
    font-size: 13.5px;
  }

  .janru_button {
    font-size: 13px;
  }

  .topics_recipe h3 {
    margin-bottom: 15px;
  }

  .topics_recipe h3 img {
    width: 124px !important;
  }

  .topics_recipe section p a {
    font-size: 13px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cate_select_wrap_title {
    font-size: 16px;
  }
  #recipe_detail_page #share_wrap {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.relation_name a {
	font-size: 12px;
}
	.material {
		display: flex;
	}

	.material_title {
		writing-mode: vertical-lr;
		padding:5px;
		margin-right: 10px;
    margin-bottom: 0;
	}
	.material_info p {
		font-size: 14px;
		line-height: 21px;
	}

	.process {
		display: flex;
	}
	.process_title {
		writing-mode: vertical-lr;
		padding:5px;
		margin-right: 10px;
	}
	.process_info p {
		font-size: 14px;
		line-height: 21px;
	}
	.process_detail:nth-of-type(1) {
		padding-top: 0;
	}
	.movie_wrap {
		margin-top: 20px;
	}
	.other_recipe {
		margin-top: 40px;
	}
	.recipe_cate_box_wrap {
    margin-top: 35px !important;
}
.other_recipe_title {
	width: calc(100% - 30px);
}
.other_recipe {
  padding-left: 20px;
}
.multi_box ,.other_recipe_box {
    width: 140px;
    min-width: 140px;
  }
}

@media screen and (max-width: 480px) {
  main #sec_contents section.contents .bread_cramb {
    margin-left: -10px;
  }
  .recipe_cate_box p a img {
    margin-right: 0;
  }

  .recipe_cate_box p a span {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    white-space: initial;
  }

  .recipe_cate_box p a {
    justify-content: flex-start;
  }

  .recipe_cate_box p:nth-of-type(5) a span i,
  .recipe_cate_box p:nth-of-type(13) a span i,
  .recipe_cate_box p:nth-of-type(4) a span i {
    transform: initial;
  }
}
