#recipe .pankuzu {
  margin-bottom: 0 !important;
}

.ta_r {
  text-align: right;
}

#recipe .recipe_under_mb {
  margin-bottom: 900px;
}
#recipe .recipe_list {
  display: flex;
  flex-wrap: wrap;
}
#recipe .recipe_list > li {
  width: 30.1%;
  margin-right: 4.85%;
}
#recipe .recipe_list > li:nth-child(3n) {
  margin-right: auto;
}
#recipe .recipe_list > li:not(:nth-child(-n+3)) {
  margin-top: 4.85%;
}
#recipe .recipe_list .new {
  position: absolute;
  left: 0;
  top: -23px;
  z-index: 99;
}
#recipe .recipe_list .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  text-align: center;
  margin: auto;
  width: 36.55%;
}
#recipe .recipe_list a {
  display: block;
  overflow: visible;
  position: relative;
  opacity: 1 !important;
}
#recipe .recipe_list a:hover * {
  opacity: 1;
}
#recipe .recipe_list a:hover .icon {
  opacity: 1;
}
#recipe .nav_recipe {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
#recipe .nav_recipe > .nav_item {
  width: 34.57%;
}
#recipe .nav_recipe > .nav_item ul {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 3%;
}
#recipe .nav_recipe > .nav_item ul small {
  font-size: 70%;
}
#recipe .nav_recipe > .nav_item ul li:nth-child(2) {
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: bold;
  letter-spacing: -0.06em;
}
#recipe .nav_recipe > .nav_item ul li:nth-child(2) > span {
  font-weight: bold;
  display: block;
  font-size: 21px;
}
#recipe .nav_recipe > .nav_item:nth-child(2) {
  width: 29.57%;
}
#recipe .nav_recipe > .nav_item:nth-child(3) {
  width: 31.57%;
}
@media screen and (max-width: 1040px) {
  #recipe .nav_recipe > .nav_item ul li:nth-child(2) {
    font-size: 15px;
  }
  #recipe .nav_recipe > .nav_item ul li:nth-child(2) > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #recipe .recipe_under_mb {
    margin-bottom: 0px;
  }
  #recipe .nav_recipe {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #recipe .nav_recipe > .nav_item {
    width: auto !important;
    margin-bottom: 21px;
  }
  #recipe .nav_recipe > .nav_item:last-child {
    margin-bottom: 0;
  }
  #recipe .nav_recipe > .nav_item ul li:nth-child(1) {
    width: 55.8% !important;
    text-align: center;
  }
  #recipe .nav_recipe > .nav_item ul li:nth-child(2) {
    width: 41.85% !important;
  }
}
@media screen and (max-width: 768px) {
  #recipe .recipe_list {
    padding-top: 25px;
  }
  #recipe .recipe_list .icon {
    opacity: 1 !important;
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  #recipe .recipe_list {
    padding-top: 0;
    margin-left: -34px;
    margin-right: -34px;
  }
  #recipe .recipe_list > li {
    width: auto;
    margin-right: auto;
  }
  #recipe .recipe_list > li:not(:nth-child(-n+1)) {
    margin-top: 35px;
  }
  #recipe .recipe_list .new {
    left: auto;
    right: 10px;
  }
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.5);
}

.remodal-wrapper {
  padding: 50px 15px 15px;
}
@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding-top: 91px;
  }
}

.remodal-close {
  left: auto;
  right: -5px;
  top: -40px;
}

.remodal-close:before {
  font-size: 51px;
  color: #fff;
}

.remodal {
  max-width: 1050px;
  background: none;
  padding: 0;
}

.modal_wrap {
  position: relative;
  z-index: 9999;
}

.modal_item {
  max-width: 1050px;
  margin: 0 auto;
  padding: 27px 28px;
  border: 2px solid #8fc31f;
  border-radius: 12px;
  background: #fff;
  min-height: 1081px;
}
.modal_item .video_wrap video {
  width: 100%;
  outline: 0 !important;
}
.modal_item h3 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid #8fc31f;
  margin-bottom: 34px;
  letter-spacing: -0.06em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modal_item h3 > span:first-child {
  width: calc(100% - 80px);
  line-height: 1.4;
  font-weight: bold;
  padding-right: 10px;
}
.modal_item h3 > span:nth-child(2) {
  display: none;
  width: 80px;
}
.modal_item .modal_box {
  overflow: hidden;
}
.modal_item .modal_box .f_left {
  width: 49.9%;
  float: left;
}
.modal_item .modal_box .f_right {
  width: 46.07%;
  float: right;
}
.modal_item .modal_box .f_right dl {
  display: flex;
  text-align: left;
  justify-content: space-between;
  position: relative;
}
.modal_item .modal_box .f_right dl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 6px;
  margin: auto;
  background: url("../image/recipe/point_repeat.png") repeat-x center right;
}
.modal_item .modal_box .f_right dl dt,
.modal_item .modal_box .f_right dl dd {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 99;
}
.modal_item .modal_box .f_right dl dt {
  min-width: 85px;
  padding-right: 13px;
}
.modal_item .modal_box .f_right dl dd {
  padding-right: 0;
  padding-left: 13px;
}
.modal_item .modal_box .f_right dl.under_dl {
  margin-left: 2em;
}
.modal_item .icon_list {
  letter-spacing: -0.5em;
  text-align: left;
}
.modal_item .icon_list li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: bold;
}
.modal_item .icon_list li:first-child {
  margin-right: 11px;
  color: #fff;
  background: #8fc31f;
  text-align: center;
  padding: 2px 17px 0px;
  border-radius: 8px;
}
.modal_item .modale_read {
  font-size: 18px;
  padding-top: 0;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.modal_item .modale_read .small {
  font-weight: bold;
  font-size: 60%;
}
.modal_item .modale_read.modale_read_under {
  margin-left: 2em;
}
.modal_item .modale_read.modale_read_indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.modal_item .modale_read .icon {
  font-size: 167%;
  font-weight: bold;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 960px) {
  .modal_item {
    padding: 25px 15px;
    min-height: auto;
  }
  .modal_item h3 {
    font-size: 19px;
  }
  .modal_item h3 > span:nth-child(2) {
    display: block;
  }
  .modal_item .icon_list li {
    font-size: 16px;
  }
  .modal_item .modale_read {
    font-size: 16px;
  }
  .modal_item .modal_box .f_right dl dt,
.modal_item .modal_box .f_right dl dd {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modal_item {
    border-radius: 0;
    padding: 30px 20px;
  }
  .modal_item h3 {
    padding-bottom: 9px;
    margin-bottom: 20px;
  }
  .modal_item .modal_box .f_left {
    width: auto;
    float: none;
    display: none;
  }
  .modal_item .modal_box .f_right {
    width: auto;
    float: none;
  }
  .modal_item .modal_box .f_right dl dt,
.modal_item .modal_box .f_right dl dd {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .modal_item .modale_read {
    font-size: 14px;
  }
  .modal_item .modale_read .icon {
    font-size: 130%;
    top: 0;
  }
}

.recipe_title {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 123px 15px 0;
  box-sizing: content-box;
  text-align: center;
}
.recipe_title ul > li {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
.recipe_title ul > li:first-child {
  margin-bottom: 10px;
}
.recipe_title ul > li:nth-child(2) span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recipe_title {
    background: #dde680;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 10px 55px;
  }
  .recipe_title ul {
    margin: 0 auto;
    letter-spacing: -0.8em;
    align-items: center;
  }
  .recipe_title ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
  }
  .recipe_title h2 {
    width: 85.69% !important;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .recipe_title ul > li:nth-child(1) {
    margin-right: 15px;
    margin-bottom: 0;
    width: 32%;
  }
  .recipe_title ul > li:nth-child(2) span:nth-child(1) {
    font-weight: 23px;
    display: block;
  }
}