@charset "UTF-8";

#Journal h1 {
  display: block !important;
}

.recipe-detail__heading-1 {
  font: 600 30px "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}

.recipe-detail__heading-2 {
  font: 600 24px "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.recipe-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 77px;
}

.recipe-head__image {
  position: relative;
  border-radius: 4.5px;
  overflow: hidden;
  width: 50%;
  margin-top: 8px;
}

.recipe-head__image::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.3%;
}

.recipe-head__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-head__movie {
  position: relative;
  border-radius: 4.5px;
  overflow: hidden;
  width: 50%;
  margin-top: 8px;
}

.recipe-head__movie::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.3%;
}

.recipe-head__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-head__main {
  width: 44.9%;
}

.recipe-head__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: justify;
}

.recipe-head__goods {
  margin-top: 52px;
}

.recipe-head__goods__heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #db6557;
  margin-bottom: 40px;
}

.recipe-head__goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px !important;
  margin-bottom: -40px !important;
}

.recipe-head__goods__list__item {
  background: #f6d8d5;
  border-radius: 30px;
  padding: 20px 30px 20px 73px !important;
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-right: 30px !important;
  margin-bottom: 40px !important;
}

.recipe-head__goods__list__image {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 45px;
}

.recipe-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 192px;
}

.recipe-ingredient {
  width: 50%;
}

.recipe-ingredient__inner {
  width: 90%;
}

.recipe-ingredient__item:not(:last-child) {
  margin-bottom: 58px;
}

.recipe-ingredient__item__heading {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 11px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.recipe-ingredient__list__item {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 11px 17px !important;
}

.recipe-ingredient__list__item dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.recipe-howto {
  width: 50%;
}

.recipe-howto__list {
  padding-top: 13px !important;
}

.recipe-howto__list__item {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 38px !important;
  text-align: justify;
}

.recipe-howto__list__item:not(:last-child) {
  margin-bottom: 25px !important;
}

.recipe-howto__list__item span {
  position: absolute;
  top: -5px;
  left: -2px;
  font: 600 36px "Noto Serif JP", serif;
  color: #db6557;
}

.others-goods {
  padding-top: 20px;
  margin-bottom: 108px;
}

.others-goods__item {
  display: block;
  padding: 0 0.44%;
}

.others-goods__image {
  position: relative;
}

.others-goods__image::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

.others-goods__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.others-goods__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 12px;
  text-align: justify;
}

.others-goods__price {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-top: 12px;
}

.others-goods__price span {
  font-size: 14px;
}

.others-goods .slick-prev,
.others-goods .slick-next {
  top: 37%;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.others-goods .slick-prev::before,
.others-goods .slick-next::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/recipe_detail/icon_arrow_slider.png) no-repeat center/contain;
  opacity: 0.8;
}

.others-goods .slick-prev {
  left: 0;
}

.others-goods .slick-next {
  right: 0;
}

.others-goods .slick-next::before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.recipes {
  background-image: -o-linear-gradient(bottom, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)), -o-linear-gradient(left, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
  padding: 108px 0 120px;
  margin-top: 115px;
}

.recipes__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 52px;
}

.recipes__inner a {
  color: #ffffff;
}

.recipes__link {
  display: block;
  position: relative;
  width: 48.5%;
  height: 180px;
  background: url(../img/recipe/bg_recipes_link.jpg) no-repeat center/cover;
  margin-right: 5%;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.recipes__link:hover {
  opacity: 0.6;
}

.recipes__link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/recipe/icon_link.png) no-repeat center/contain;
}

.recipes__link__text {
  position: absolute;
  top: 45%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recipes__link__text__jp {
  display: block;
  font: 600 30px "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.recipes__link__text__en {
  display: block;
  font: 400 16px "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.recipes__main {
  margin-bottom: 7px;
}

.recipes__main__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: justify;
}

.recipes__main__text span {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .recipe-detail__heading-1 {
    /* sp */
    font-size: 17px;
    margin-bottom: 17px;
  }

  .recipe-detail__heading-1--sp-lg {
    /* sp */
    font-size: 20px;
  }

  .recipe-detail__heading-2 {
    /* sp */
    font-size: 19px;
  }

  .recipe-head {
    /* sp */
    display: block;
    margin-bottom: 68px;
  }

  .recipe-head__image {
    /* sp */
    border-radius: 4px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .recipe-head__image::before {
    /* sp */
    padding-top: 55.1%;
  }

  .recipe-head__movie {
    /* sp */
    border-radius: 4px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .recipe-head__movie::before {
    /* sp */
    padding-top: 55.1%;
  }

  .recipe-head__main {
    /* sp */
    width: 100%;
  }

  .recipe-head__text {
    /* sp */
    font-size: 13px;
  }

  .recipe-head__goods {
    /* sp */
    margin-top: 20px;
  }

  .recipe-head__goods__heading {
    /* sp */
    font-size: 14px;
    margin-bottom: 27px;
  }

  .recipe-head__goods__list {
    /* sp */
    margin-right: -15px !important;
    margin-bottom: -30px !important;
  }

  .recipe-head__goods__list__item {
    /* sp */
    font-size: 13px;
    padding: 12px 20px 12px 45px !important;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
  }

  .recipe-head__goods__list__image {
    /* sp */
    left: 10px;
    width: 32px;
  }

  .recipe-main {
    /* sp */
    display: block;
  }

  .recipe-ingredient {
    /* sp */
    width: 100%;
    margin-bottom: 53px;
  }

  .recipe-ingredient__inner {
    /* sp */
    width: 100%;
  }

  .recipe-ingredient__item:not(:last-child) {
    /* sp */
    margin-bottom: 26px;
  }

  .recipe-ingredient__item__heading {
    /* sp */
    font-size: 13px;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .recipe-ingredient__list__item {
    /* sp */
    padding: 10px 5px 11px !important;
  }

  .recipe-ingredient__list__item dl {
    /* sp */
    font-size: 13px;
  }

  .recipe-howto {
    /* sp */
    width: 100%;
  }

  .recipe-howto__list {
    /* sp */
    padding-top: 8px !important;
  }

  .recipe-howto__list__item {
    /* sp */
    font-size: 13px;
    padding-left: 25px !important;
  }

  .recipe-howto__list__item:not(:last-child) {
    /* sp */
    margin-bottom: 19px !important;
  }

  .recipe-howto__list__item span {
    /* sp */
    top: -3px;
    font-size: 23px;
  }

  .others-goods {
    /* sp */
    padding-top: 0;
    width: calc(100% + 15px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 52px;
  }

  .others-goods__item {
    /* sp */
  }

  .others-goods__title {
    /* sp */
    font-size: 13px;
    margin-top: 10px;
  }

  .others-goods__price {
    /* sp */
    font-size: 17px;
    margin-top: 6px;
  }

  .others-goods__price span {
    /* sp */
    font-size: 12px;
  }

  .others-goods .slick-prev,
  .others-goods .slick-next {
    /* sp */
    top: 30.5%;
    width: 25px;
    height: 25px;
  }

  .others-goods .slick-prev {
    /* sp */
    left: -8px;
  }

  .others-goods .slick-next {
    /* sp */
    right: -8px;
  }

  .recipes {
    /* sp */
    padding: 50px 0 65px;
    margin-top: 55px;
  }

  .recipes__inner {
    /* sp */
    display: block;
    margin-top: -13px;
  }

  .recipes__link {
    /* sp */
    width: 100%;
    margin-right: 0;
    border-radius: 4px;
    height: 106px;
  }

  .recipes__link::before {
    /* sp */
    right: 15px;
    width: 20px;
    height: 20px;
  }

  .recipes__link__text {
    /* sp */
    top: 47%;
    left: 15px;
  }

  .recipes__link__text__jp {
    /* sp */
    font-size: 20px;
    margin-bottom: 0;
  }

  .recipes__link__text__en {
    /* sp */
    font-size: 13px;
  }

  .recipes__main {
    /* sp */
    margin-top: 10px;
  }

  .recipes__main__text {
    /* sp */
    font-size: 13px;
    line-height: 1.75;
  }

  .recipes__main__text span {
    /* sp */
    font-size: 14px;
  }

  .p_recipe_search_form {
    /* sp */
    display: block;
    padding: 25px 15px;
    border-radius: 4px;
    margin-bottom: 58px;
  }

  .p_recipe_search_form .form_input_wrap {
    /* sp */
    display: block;
    width: 100%;
  }

  .p_recipe_search_form .form_input_wrap .input {
    /* sp */
    width: 100%;
  }

  .p_recipe_search_form .form_input_wrap .input:not(:last-child) {
    /* sp */
    margin-right: 0;
    margin-bottom: 33px;
  }

  .p_recipe_search_form .form_input_wrap .input:not(:last-child)::before {
    /* sp */
    top: calc(100% + 7px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 25px;
  }

  .p_recipe_search_form .form_input_wrap .input select {
    /* sp */
    height: 44px;
    font-size: 13px;
    border-radius: 4px;
    background-size: 6px auto;
    background-position: right 5% center;
    padding: 0 10% 0 3%;
  }

  .p_recipe_search_form .form_submit_wrap {
    /* sp */
    width: 100%;
  }

  .p_recipe_search_form .form_submit_wrap .search_btn {
    /* sp */
    height: 44px;
    background-size: 7px auto;
    background-position: right 5% center;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .recipe-main {
    /* sp */
    margin-bottom: 58px;
  }
}

.recipe-list__batch_wrapper {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.recipe-detail__heading-2_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

.recipe-time {
  padding: 8px 14px;
  border: 3px solid #db6557;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 94px;
  text-align: center;
}

.recipe-time img {
  max-width: 18px;
  margin: 0 auto;
}

.recipe-time p {
  color: #db6557;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .recipe-detail__heading-2_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .recipe-time {
    padding: 6px 14px;
    border-width: 2px;
  }
  .recipe-time p {
    font-size: 16px;
  }
}

#bread-crumb {
  position: relative !important;
  max-width: 1200px !important;
  width: calc(100vw - 80px) !important;
  margin: 0 auto 60px !important;
  text-align: left !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  #bread-crumb {
    width: 92vw !important;
    margin-bottom: 38px !important;
  }
}

#Journal article > h2 {
  margin-bottom: 0 !important;
}
