/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-recipe-top {
  background: #F5EEE7;
  padding-top: 88px;
  padding-bottom: 200px;
}
@media screen and (max-width:767px) {
  .l-recipe-top {
    padding-top: 67px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.l-recipe-top .sec-ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-recipe-top .sec-ttl {
    font-size: 2.4rem;
  }
}
.l-recipe-top .tag-search {
  padding: 80px 0 120px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search {
    padding: 56px 0 80px;
  }
}
.l-recipe-top .tag-search .c-tags {
  margin-top: 28px;
}
.l-recipe-top .tag-search .c-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-recipe-top .tag-search .c-tag {
  color: #B22029;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.47;
  border: 2px solid #B22029;
  background: #fff;
  padding: 5px 45px;
  border-radius: 50px;
  text-align: center;
  margin: 12px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search .c-tag {
    font-size: 1.4rem;
    padding: 5px 20px;
    margin: 4px;
    border-width: 1px;
  }
}
.l-recipe-top .tag-search .c-tag.active {
  background: #B22029;
  color: #fff;
}
.l-recipe-top .tag-search .c-tags-btn {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-recipe-top .tag-search .c-tags-btn .search-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 64px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B22029;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search .c-tags-btn .search-btn {
    font-size: 2.2rem;
    height: 56px;
  }
}
.l-recipe-top .tag-search .c-tags-btn .search-btn:not([href^="/recipe/"]) {
  opacity: 0.2;
}
.l-recipe-top .tag-search .c-tags-btn .search-btn[href="#"] {
  pointer-events: none;
}
.l-recipe-top .tag-search .c-tags-btn .search-btn .icon-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/recipe/recipetop/icon_search.png") no-repeat center center/100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search .c-tags-btn .search-btn .icon-search {
    width: 30px;
    height: 30px;
  }
}
.l-recipe-top .tag-search .c-tags-btn .search-btn-more {
  display: flex;
  justify-content: center;
  color: #B22029;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search .c-tags-btn .search-btn-more {
    font-size: 1.6rem;
    margin-top: 40px;
    padding-right: 10px;
  }
}
.l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus::before, .l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #B22029;
  position: absolute;
}
@media screen and (max-width:767px) {
  .l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus::before, .l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus::after {
    width: 18px;
    height: 2px;
  }
}
.l-recipe-top .tag-search .c-tags-btn .search-btn-more .icon-plus::before {
  transform: rotate(90deg);
}
.l-recipe-top .recommend-contents {
  background: #fff;
  padding: 80px 48px 96px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recommend-contents {
    padding: 56px 32px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
.l-recipe-top .recommend .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recommend .sec-ttl {
    margin-bottom: 25px;
  }
}
.l-recipe-top .recommend .sec-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #B22029, #B22029 5px, transparent 5px, transparent 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recommend .sec-ttl::after {
    height: 2px;
    background-size: 10px 2px;
  }
}
.l-recipe-top .recipe-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid {
    margin: auto;
  }
}
.l-recipe-top .recipe-grid-item {
  width: 33.33%;
  padding: 24px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-item {
    width: 100%;
    padding: 15px 12px;
  }
}
.l-recipe-top .recipe-grid-item a:hover {
  opacity: 0.6;
}
.l-recipe-top .recipe-grid-item-img {
  margin-bottom: 17px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
}
@media screen and (max-width:1199px) {
  .l-recipe-top .recipe-grid-item-img {
    height: 175px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-item-img {
    height: auto;
    margin-bottom: 10px;
  }
}
.l-recipe-top .recipe-grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-recipe-top .recipe-grid-item h4 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-item h4 {
    font-size: 1.2rem;
  }
}
.l-recipe-top .recipe-grid-item p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-item p {
    font-size: 1rem;
  }
}
.l-recipe-top .recipe-grid-item h4 + p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.l-recipe-top .recipe-grid-item .c-tags {
  margin-left: -6px;
}
.l-recipe-top .recipe-grid-item .c-tags .c-tag {
  margin-top: 6px;
  line-height: 1;
  padding: 7px 15px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-item .c-tags .c-tag {
    font-size: 1.2rem;
    padding: 5px 12px;
  }
}
.l-recipe-top .recipe-grid-btn {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .l-recipe-top .recipe-grid-btn {
    max-width: calc(100% - 24px);
    margin: 25px auto 0;
  }
}
.l-recipe-top .bottom-bnr {
  margin-top: 200px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .bottom-bnr {
    margin-top: 88px;
  }
}
.l-recipe-top .bottom-bnr .bnr {
  margin-top: 72px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .bottom-bnr .bnr {
    margin-top: 42px;
  }
}
.l-recipe-top .bottom-bnr .bnr a {
  display: block;
  position: relative;
  z-index: 1;
}
.l-recipe-top .bottom-bnr .bnr a:hover {
  opacity: 0.6;
}
.l-recipe-top .bottom-bnr .bnr a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #CAA685;
  opacity: 0.2;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .l-recipe-top .bottom-bnr .bnr a::before {
    left: 10px;
    top: 10px;
  }
}
.l-recipe-top .fixed_bnr {
  max-width: 328px;
  width: 18vw;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 11;
}
@media screen and (max-width:767px) {
  .l-recipe-top .fixed_bnr {
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 30px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .fixed_bnr img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.l-recipe-top .fixed_bnr a {
  display: block;
}
.l-recipe-top .fixed_bnr a:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-recipe-top .p-modal .p-modal-body {
  padding: 16px 48px 53px 48px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-modal .p-modal-body {
    padding: 48px 20px 20px 20px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-top .p-modal .p-modal-body .p-howto-search-grid {
    margin-top: -56px;
  }
}
.l-recipe-top .p-modal .p-modal-body .icon-modal {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-modal .p-modal-body .icon-modal {
    width: 30px;
    margin-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-recipe-top .p-modal .p-modal-body .icon-modal img {
  max-width: 100%;
  width: auto;
}
.l-recipe-top .search-modal .c-ttl--02 {
  color: #B22029;
  font-size: 1.8rem;
  margin-bottom: 39px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-ttl--02 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.l-recipe-top .search-modal .c-ttl--04 {
  font-size: 1.6rem;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0 0 9px 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-ttl--04 {
    font-size: 1.2rem;
    padding-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 0;
    align-items: center;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-top .search-modal .js-expand-modal {
    display: none;
  }
}
.l-recipe-top .search-modal .c-tag-wrap {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-tag-wrap ~ .c-tag-wrap {
    margin-top: 9px;
  }
}
.l-recipe-top .search-modal .c-tag-wrap .c-tag {
  min-width: inherit;
  line-height: 1.2;
  padding: 6px 17px;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-tag-wrap .c-tag {
    padding: 7px 14px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-tag-list-item + .c-tag-list-item .c-ttl--04 {
    margin-top: 0px;
  }
}
.l-recipe-top .search-modal .js-expand-modal-content {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 18px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .js-expand-modal-content {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.l-recipe-top .search-modal .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  margin-bottom: -16px;
}
@media screen and (max-width:1199px) {
  .l-recipe-top .search-modal .tag-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 14px;
  }
}
.l-recipe-top .search-modal .tag-list-item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 17px;
}
@media screen and (max-width:1199px) {
  .l-recipe-top .search-modal .tag-list-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 8px;
  }
}
.l-recipe-top .search-modal .tag-list-img {
  width: 28%;
  max-width: 28%;
  flex: 0 0 28%;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .tag-list-img {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.l-recipe-top .search-modal .tag-list-img .img-wrap {
  display: flex;
  height: 69px;
  width: 100%;
  align-items: center;
}
.l-recipe-top .search-modal .tag-list-info {
  flex: 1;
  padding-left: 19px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .tag-list-info {
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-card-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .search-modal .c-card-item .c-tag-list {
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-recipe-top .search-modal .c-card-item .c-tag-list .js-expand-modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  .l-recipe-top .search-modal .c-card-item .c-tag-list .js-expand-modal .ic-expand {
    transform: scale(0.7);
    right: -9px;
    top: 50%;
    margin-top: -15px;
  }
  .l-recipe-top .search-modal .c-card-item .c-tag-list .js-expand-modal.active .ic-expand {
    transform: scale(0.7) rotate(45deg);
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-top .search-modal .c-card-item + .c-card-item .c-tag-list {
    padding-left: 10px;
  }
}
.l-recipe-top .p-howto-search-btn {
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-howto-search-btn {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 38px;
  }
}
.l-recipe-top .p-howto-search-btn-wrap {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-howto-search-btn-wrap {
    padding-right: 0;
    padding-left: 0;
    display: block;
    text-align: center;
  }
}
.l-recipe-top .p-howto-search-btn .c-btn {
  color: #B22029;
}
@media print, screen and (min-width:768px) {
  .l-recipe-top .p-howto-search-btn .c-btn {
    width: 300px;
  }
}
.l-recipe-top .p-howto-search-btn .c-link {
  width: 130px;
}
@media print, screen and (min-width:768px) {
  .l-recipe-top .p-howto-search-btn .c-link {
    position: absolute;
    top: 13px;
    left: 100%;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-top .p-howto-search-btn .c-link {
    margin-top: 19px;
  }
}

.l-recipe .mv-full {
  position: relative;
  margin-top: -30px;
  overflow: hidden;
}
.l-recipe .mv-full .js-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 640px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .l-recipe .mv-full .js-bg {
    min-height: 380px;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full {
    margin-top: -40px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full {
    margin-top: -8px;
  }
}
.l-recipe .mv-full .c-btn-like {
  width: 200px;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  top: 30px;
  right: 35px;
  color: #000;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .c-btn-like {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .c-btn-like {
    margin-left: auto;
    width: 137px;
    height: 27px;
    font-size: 1.2rem;
    top: 10px;
    right: 14px;
  }
  .l-recipe .mv-full .c-btn-like i {
    left: 5px;
  }
}
.l-recipe .mv-full .l-inner {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .l-inner {
    top: 7px;
  }
}
.l-recipe .mv-full .l-inner .p-breadcrumb {
  position: absolute;
  top: 0;
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .l-inner .p-breadcrumb {
    top: -10px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .l-inner .p-breadcrumb {
    top: 0;
  }
}
.l-recipe .mv-full .l-inner .l-content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.l-recipe .mv-full .l-inner .c-lead {
  border-bottom: none;
  position: relative;
  padding: 0;
}
.l-recipe .mv-full .l-inner .c-lead h2 {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .l-inner .c-lead h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .l-inner .c-lead h2 {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.45;
  }
}
@media screen and (max-width:374px) {
  .l-recipe .mv-full .l-inner .c-lead h2 {
    font-size: 2.4rem;
  }
}
.l-recipe .mv-full .l-inner .c-tag-text {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-recipe .mv-full .l-inner .c-tag-text {
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .l-inner .c-tag-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .l-inner .c-tags {
    margin-top: 0;
  }
}
.l-recipe .mv-full .l-inner .c-tags .c-tag {
  padding: 14px 21px;
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .l-inner .c-tags .c-tag {
    padding: 8px 14px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .l-inner .c-tags .c-tag {
    padding: 7px 11px;
  }
}
.l-recipe .mv-full .icon-mv {
  position: absolute;
  bottom: -31px;
  right: -10px;
  z-index: 8;
  max-width: 650px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .l-recipe .mv-full .icon-mv {
    width: 35%;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe .mv-full .icon-mv {
    width: 30%;
    bottom: -3%;
    right: -1%;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .mv-full .icon-mv {
    width: 290px;
    bottom: -15px;
    right: -14px;
  }
}
.l-recipe.l-main {
  padding-bottom: 2.5%;
}
@media screen and (max-width:767px) {
  .l-recipe.l-main {
    padding-bottom: 13%;
  }
}
@media screen and (max-width:767px) {
  .l-recipe.l-main .l-inner-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-recipe .js-active {
  cursor: pointer;
}
.l-recipe .c-sect.c-bg-gray:before {
  background-image: url(../images/icon_character_faq.svg);
}
@media screen and (max-width:767px) {
  .l-recipe .c-sect.c-bg-gray:before {
    width: 45%;
  }
}
.l-recipe .c-lead {
  position: relative;
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead h2 {
    margin-top: 6px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead p {
    font-size: 1.4rem;
    line-height: 1.8928571429;
  }
}
.l-recipe .c-lead.c-lead--01 .c-btn-like {
  position: absolute;
  top: -25px;
  right: -16px;
  max-width: 214px;
  padding: 0 26px;
  text-decoration: none;
}
@media print, screen and (max-width: 1360px) {
  .l-recipe .c-lead.c-lead--01 .c-btn-like {
    right: 10px;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe .c-lead.c-lead--01 .c-btn-like {
    right: -5px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead.c-lead--01 .c-btn-like {
    top: -15px;
    right: 0;
    max-width: 158px;
    padding: 0 5px;
    height: 30px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead.c-lead--01 {
    margin-top: 37px;
    padding-bottom: 42px;
  }
}
.l-recipe .c-lead-sub {
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 49px;
  padding-bottom: 37px;
  margin-top: -21px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead-sub {
    padding-bottom: 20px;
    margin-top: -11px;
  }
}
.l-recipe .c-lead-sub .c-ttl--01 {
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead-sub .c-ttl--01 {
    margin-bottom: 6px;
  }
}
.l-recipe .c-lead-sub p {
  font-size: 2rem;
  margin-top: 13px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-lead-sub p {
    font-size: 1.7rem;
  }
}
.l-recipe .c-tags .c-tag-text {
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .l-recipe .c-tags .c-tag-text {
    font-size: 1.4rem;
    display: block;
    margin: 0 0 5px 0;
  }
}
.l-recipe .c-tags .c-tag {
  margin-top: 6px;
  line-height: 1;
  padding: 7px 15px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-tags .c-tag {
    padding: 5px 12px;
    font-size: 1.2rem;
  }
}
.l-recipe .c-tags-btn {
  text-align: center;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1199px) {
  .l-recipe .c-tags-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .c-tags-btn {
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
    text-align: center;
  }
}
.l-recipe .c-tags-btn .c-btn {
  max-width: 300px;
  color: #000;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-tags-btn .c-btn {
    max-width: 260px;
    height: 40px;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .l-recipe .c-tags-btn .c-btn + .c-btn {
    margin-top: 5px;
  }
}
.l-recipe .c-tags-btn .c-btn .c-ico--search {
  position: absolute;
  height: 15px;
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe .c-tags-btn .c-btn:hover .c-ico--search svg {
    fill: #fff;
  }
}
.l-recipe .c-ttl--01--img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
  padding-left: 49px;
  padding-bottom: 3px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl--01--img {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
.l-recipe .c-ttl--01--img img {
  width: auto;
  max-width: 100%;
}
.l-recipe .c-ttl--01 {
  font-weight: 700;
}
.l-recipe .c-btn-like i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 18px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'%3E%3Cpath id='Path_1235' data-name='Path 1235' d='M373.629,420.077v18l8-4,8,4v-18Zm11.5,8h-3v3h-1v-3h-3v-1h3v-3h1v3h3Z' transform='translate(-373.629 -420.077)' fill='%23b22029'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .l-recipe .c-btn-like i {
    height: 13px;
    width: 12px;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -6px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe .c-btn-like:hover i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'%3E%3Cpath id='Path_1235' data-name='Path 1235' d='M373.629,420.077v18l8-4,8,4v-18Zm11.5,8h-3v3h-1v-3h-3v-1h3v-3h1v3h3Z' transform='translate(-373.629 -420.077)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}
.l-recipe .c-btn-like.is-active {
  color: white;
  background-color: #B22029;
  border-color: #B22029;
}
.l-recipe .c-btn-like.is-active i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'%3E%3Cpath id='Path_1235' data-name='Path 1235' d='M373.629,420.077v18l8-4,8,4v-18Zm11.5,8h-3v3h-1v-3h-3v-1h3v-3h1v3h3Z' transform='translate(-373.629 -420.077)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.l-recipe .c-sect-last {
  padding-bottom: 6%;
}
.l-recipe .recipe-grid {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  padding-top: 2px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item > a {
  height: 100%;
  border-bottom: 2px solid #CAA685;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item > a {
    border-bottom: 1px solid #CAA685;
  }
}
.l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item > a:after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -2px;
  bottom: -4px;
  background-image: url(../images/recipe/dot.png), url(../images/recipe/dot.png);
  background-position: bottom right, bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item > a:after {
    background-size: 4px;
    bottom: -2px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item {
    margin-bottom: 30px;
  }
  .l-recipe .recipe-grid.recipe-grid--main:not(.recipe-favorite) .recipe-grid-item:last-child {
    margin-bottom: 0;
  }
}
.l-recipe .recipe-grid.recipe-favorite .recipe-grid-item .c-tags {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid.recipe-favorite .recipe-grid-item .c-tags {
    margin-top: 6px;
  }
}
.l-recipe .recipe-grid.recipe-grid--main .recipe-grid-item-img {
  height: auto !important;
}
.l-recipe .recipe-grid-item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.l-recipe .recipe-grid-item-img {
  margin-bottom: 17px;
  overflow: hidden;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1199px) {
  .l-recipe .recipe-grid-item-img {
    height: 175px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item-img {
    margin-bottom: 10px;
    height: auto;
  }
}
.l-recipe .recipe-grid-item a {
  position: relative;
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe .recipe-grid-item a:hover {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-view-pc .l-recipe .recipe-grid-item a:hover img {
    opacity: 0.6;
  }
}
.l-recipe .recipe-grid-item a h4 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a h4 {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: 16px;
  }
}
.l-recipe .recipe-grid-item a h4 + p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.l-recipe .recipe-grid-item a p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl .icon-item {
  width: 185px;
  height: 185px;
  background-color: #FDFFD0;
  border-top: 1px solid #B8A99A;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -41px;
  left: -49px;
  padding-top: 27px;
  padding-left: 64px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl .icon-item {
    width: 93px;
    height: 93px;
    bottom: -17px;
    left: -25px;
    padding-top: 11px;
    padding-left: 31px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl .icon-item img {
  max-width: 76px;
  width: auto;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl .icon-item img {
    max-width: 39px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 {
  text-align: center;
  margin: 0;
  background-color: #FDFFD0;
  border-top: 1px solid #B8A99A;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width:1199px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 {
    font-size: 1.2rem;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  z-index: 88;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span {
    padding: 0 2px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:after, .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:before {
  position: absolute;
  content: "";
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:after, .l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:before {
    width: 10px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:before {
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.72' height='22.56' viewBox='0 0 21.72 22.56'%3E%3Cpath id='Path_1227' data-name='Path 1227' d='M19.32,4.6,1.152,27.16H4.68L22.872,4.6Z' transform='translate(-1.152 -4.6)'/%3E%3C/svg%3E%0A");
}
.l-recipe .recipe-grid-item a .recipe-grid-item-ttl h4 span:after {
  right: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.72' height='22.56' viewBox='0 0 21.72 22.56'%3E%3Cpath id='Path_1227' data-name='Path 1227' d='M3.68,4.6H.152L18.32,27.16h3.552Z' transform='translate(-0.152 -4.6)'/%3E%3C/svg%3E%0A");
}
.l-recipe .recipe-grid-item a .recipe-grid-item-info {
  border-top: 2px solid #CAA685;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-info {
    border-bottom: 1px solid #CAA685;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-info:after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -2px;
  bottom: -4px;
  background-image: url(../images/recipe/dot.png), url(../images/recipe/dot.png);
  background-repeat: no-repeat;
  background-position: top left, right top;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-info:after {
    background-size: 4px;
    top: -3px;
  }
}
.l-recipe .recipe-grid-item a .recipe-grid-item-info p {
  position: relative;
  z-index: 9;
  font-size: 1.6rem;
  line-height: 1.75;
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item a .recipe-grid-item-info p {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
.l-recipe .recipe-grid-item .c-link {
  position: absolute;
  right: 25px;
  bottom: 4px;
  z-index: 88;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item .c-link {
    position: relative;
    display: inline-block;
    right: 0;
  }
}
.l-recipe .recipe-grid-item .c-link i {
  margin-left: 7px;
  margin-right: -8px;
}
.l-recipe .recipe-grid-item .c-tags {
  margin-left: -6px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item .c-tags {
    margin-top: -6px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .recipe-grid-item.other-baba a .recipe-grid-item-ttl h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe .recipe-grid-item.other-baba a .recipe-grid-item-ttl h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-item.other-baba a .recipe-grid-item-ttl h4 {
    font-size: 1.1rem;
  }
}
.l-recipe .recipe-grid-btn:not(.recipe-grid-btn--more) {
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-btn:not(.recipe-grid-btn--more) {
    margin-top: 26px;
  }
}
.l-recipe .recipe-grid-btn:not(.recipe-grid-btn--more) a {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-btn:not(.recipe-grid-btn--more) a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .recipe-grid--col3 .recipe-grid-item {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 37px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid--col3 .recipe-grid-item {
    margin-bottom: 30px;
  }
}
.l-recipe .recipe-grid-btn--more {
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe .recipe-grid-btn--more {
    padding-top: 12px;
  }
}
.l-recipe .recipe-grid-btn--more .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.l-recipe .c-ttl--01 + .relative-wrap {
  margin-top: -36px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl--01 + .relative-wrap {
    margin-top: 25px;
  }
}
.l-recipe .share-bot h2 {
  text-align: center;
}
.l-recipe .share-bot h2 span:not(.t-tip) {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #B22029;
  display: inline-block;
  padding: 0 59px;
}
@media screen and (max-width:1199px) {
  .l-recipe .share-bot h2 span:not(.t-tip) {
    padding: 0 8px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot h2 span:not(.t-tip) {
    font-size: 1.6rem;
    padding: 0 5px;
  }
}
.l-recipe .share-bot h2 span:not(.t-tip):after, .l-recipe .share-bot h2 span:not(.t-tip):before {
  position: absolute;
  content: "";
  width: 27px;
  height: 50px;
  top: 0;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot h2 span:not(.t-tip):after, .l-recipe .share-bot h2 span:not(.t-tip):before {
    width: 13px;
    height: 27px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.l-recipe .share-bot h2 span:not(.t-tip)::before {
  right: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.289' height='50' viewBox='0 0 27.289 50'%3E%3Cpath id='Path_1242' data-name='Path 1242' d='M2225.594,304.02,2199.52,278.3,2198.3,254.02Z' transform='translate(-2198.305 -254.02)' fill='%23b22029'/%3E%3C/svg%3E%0A");
}
.l-recipe .share-bot h2 span:not(.t-tip):after {
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.289' height='50' viewBox='0 0 27.289 50'%3E%3Cpath id='Path_1243' data-name='Path 1243' d='M2202.8,203.145l26.074-25.717,1.215-24.283Z' transform='translate(-2202.804 -153.145)' fill='%23b22029'/%3E%3C/svg%3E%0A");
}
.l-recipe .share-bot ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot ul {
    margin-top: 14px;
  }
}
.l-recipe .share-bot ul li {
  margin: 7px 30px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot ul li {
    margin: 7px 15px;
  }
}
.l-recipe .share-bot ul li a {
  display: block;
  width: 60px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe .share-bot ul li a:hover {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.6;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot ul li a {
    width: 30px;
  }
}
.l-recipe .share-bot p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 4px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot p {
    font-size: 1.35rem;
    line-height: 1.5;
    margin-top: 8px;
  }
}
.l-recipe .share-bot-btn {
  text-align: center;
  margin-top: 66px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot-btn {
    margin-top: 25px;
  }
}
.l-recipe .share-bot-btn a {
  max-width: 320px;
  margin: 0 auto;
}
.l-recipe .share-bot-ttl {
  position: relative;
  margin-bottom: -17px;
  margin-top: 19px;
}
.l-recipe .share-bot-ttl .icon-share-01 {
  position: absolute;
  left: -21px;
  width: 30%;
  display: block;
  top: -26px;
}
@media screen and (max-width:1199px) {
  .l-recipe .share-bot-ttl .icon-share-01 {
    width: 20%;
    left: 0;
    top: 20%;
  }
}
.l-recipe .share-bot-ttl .icon-share-01 img {
  max-width: 100%;
  width: auto;
}
.l-recipe .share-bot-ttl .icon-share-02 {
  position: absolute;
  right: -26px;
  width: 30%;
  display: block;
  top: 11px;
}
@media screen and (max-width:1199px) {
  .l-recipe .share-bot-ttl .icon-share-02 {
    width: 20%;
    right: 0;
    top: 26%;
  }
}
.l-recipe .share-bot-ttl .icon-share-02 img {
  max-width: 100%;
  width: auto;
}
.l-recipe .share-bot-ttl .icon-share-03 {
  display: block;
  margin-top: -14px;
  margin-bottom: 13px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot-ttl {
    margin-bottom: 0;
  }
}
.l-recipe .share-bot-ttl h2 {
  padding-top: 29px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot-ttl h2 {
    padding-top: 24px;
  }
}
.l-recipe .share-bot-ttl h2 span:not(.t-tip):after, .l-recipe .share-bot-ttl h2 span:not(.t-tip)::before {
  top: 0;
}
.l-recipe .share-bot-ttl h2 + ul {
  margin-top: 6px;
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot-ttl h2 + ul {
    margin-top: 1px;
  }
}
.l-recipe .share-bot-ttl h2 + ul li {
  margin-left: 14px;
  margin-right: 14px;
}
.l-recipe .share-bot .t-tip {
  font-size: 1.6rem;
  color: #B22029;
  padding: 9px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 230px;
  border: 2px solid #B22029;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-recipe .share-bot .t-tip {
    top: -34px;
  }
}
.l-recipe .share-bot .t-tip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -17px;
  left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36' height='29' viewBox='0 0 36 29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_689' data-name='Rectangle 689' width='36' height='29' transform='translate(233 -2220)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(-233 2220)' clip-path='url(%23clip-path)'%3E%3Cg id='Path_1281' data-name='Path 1281' transform='translate(-21.609 -2538.859)' fill='%23fff' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M 277.6091918945312 343.4450073242188 L 259.3163146972656 325.1521301269531 L 259.0234069824219 324.8592529296875 L 258.6091918945312 324.8592529296875 L 239.6091918945312 324.8592529296875 L 239.6091918945312 286.8592529296875 L 467.6091918945312 286.8592529296875 L 467.6091918945312 324.8592529296875 L 278.6091918945312 324.8592529296875 L 277.6091918945312 324.8592529296875 L 277.6091918945312 325.8592529296875 L 277.6091918945312 343.4450073242188 Z' stroke='none'/%3E%3Cpath d='M 240.6091918945312 287.8592529296875 L 240.6091918945312 323.8592529296875 L 258.6091918945312 323.8592529296875 C 259.1396179199219 323.8592529296875 259.6483154296875 324.0699462890625 260.0234069824219 324.4450378417969 L 276.6091918945312 341.0308532714844 L 276.6091918945312 325.8592529296875 C 276.6091918945312 324.7546997070312 277.504638671875 323.8592529296875 278.6091918945312 323.8592529296875 L 466.6091918945312 323.8592529296875 L 466.6091918945312 287.8592529296875 L 240.6091918945312 287.8592529296875 M 238.6091918945312 285.8592529296875 L 468.6091918945312 285.8592529296875 L 468.6091918945312 325.8592529296875 L 278.6091918945312 325.8592529296875 L 278.6091918945312 345.8592529296875 L 258.6091918945312 325.8592529296875 L 238.6091918945312 325.8592529296875 L 238.6091918945312 285.8592529296875 Z' stroke='none' fill='%23b22029'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media print, screen and (min-width:768px) {
  .l-recipe .share-bot .t-tip:after {
    width: 25px;
    bottom: -17px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .share-bot .t-tip {
    font-size: 1.2rem;
    max-width: 160px;
    border: 1px solid #B22029;
    top: -13px;
    padding: 3px;
  }
}
.l-recipe .relative-wrap {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-recipe .relative-wrap-item {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .l-recipe .relative-wrap-item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .relative-wrap-item-image {
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
.l-recipe .relative-wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7333333333;
  margin: 15px 0;
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap p {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.l-recipe .relative-wrap p + p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5714285714;
  margin-top: -4px;
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap p + p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.l-recipe .relative-wrap .c-btn-cart {
  margin: 0 auto;
  border-color: #B22029;
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 1.2rem;
  padding: 0 10px;
}
@media print, screen and (min-width:768px) {
  .l-recipe .relative-wrap .c-btn-cart .c-ico--cart {
    margin-right: 7px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap .c-btn-cart .c-ico--cart {
    position: absolute;
    left: 15px;
    width: 17px;
    height: 15px;
  }
}
.l-recipe .relative-wrap .c-btn-cart svg {
  fill: #B22029;
}
@media screen and (max-width:767px) {
  .l-recipe .relative-wrap .c-btn-cart svg {
    width: 17px;
    height: 15px;
  }
}
.l-recipe .relative-wrap .c-btn-cart .c-btn-txt {
  color: #B22029;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe .relative-wrap .c-btn-cart:hover {
    background: #B22029;
    border-color: #B22029;
  }
  .is-view-pc .l-recipe .relative-wrap .c-btn-cart:hover .c-ico--cart svg {
    fill: #fff;
  }
  .is-view-pc .l-recipe .relative-wrap .c-btn-cart:hover .c-btn-txt {
    color: #fff;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .relative-wrap--2col {
    margin-bottom: -20px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .relative-wrap--2col .relative-wrap-item {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.l-recipe .relative-wrap.relative-wrap--left {
  justify-content: start;
}
@media screen and (max-width:767px) {
  .l-recipe .p-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-recipe .p-modal .p-modal-body {
  padding: 16px 48px 53px 48px;
}
@media screen and (max-width:767px) {
  .l-recipe .p-modal .p-modal-body {
    padding: 48px 20px 20px 20px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .p-modal .p-modal-body .p-howto-search-grid {
    margin-top: -56px;
  }
}
.l-recipe .p-modal .p-modal-body .icon-modal {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-recipe .p-modal .p-modal-body .icon-modal {
    width: 30px;
    margin-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-recipe .p-modal .p-modal-body .icon-modal img {
  max-width: 100%;
  width: auto;
}
.l-recipe .search-modal .c-ttl--02 {
  color: #B22029;
  font-size: 1.8rem;
  margin-bottom: 39px;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-ttl--02 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.l-recipe .search-modal .c-ttl--04 {
  font-size: 1.6rem;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0 0 9px 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-ttl--04 {
    font-size: 1.2rem;
    padding-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 0;
    align-items: center;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .search-modal .js-expand-modal {
    display: none;
  }
}
.l-recipe .search-modal .c-tag-wrap {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-tag-wrap ~ .c-tag-wrap {
    margin-top: 9px;
  }
}
.l-recipe .search-modal .c-tag-wrap .c-tag {
  min-width: inherit;
  line-height: 1.2;
  padding: 6px 17px;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-tag-wrap .c-tag {
    padding: 7px 14px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-tag-list-item + .c-tag-list-item .c-ttl--04 {
    margin-top: 0px;
  }
}
.l-recipe .search-modal .js-expand-modal-content {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 18px;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .js-expand-modal-content {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.l-recipe .search-modal .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  margin-bottom: -16px;
}
@media screen and (max-width:1199px) {
  .l-recipe .search-modal .tag-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 14px;
  }
}
.l-recipe .search-modal .tag-list-item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 17px;
}
@media screen and (max-width:1199px) {
  .l-recipe .search-modal .tag-list-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 8px;
  }
}
.l-recipe .search-modal .tag-list-img {
  width: 28%;
  max-width: 28%;
  flex: 0 0 28%;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .tag-list-img {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.l-recipe .search-modal .tag-list-img .img-wrap {
  display: flex;
  height: 69px;
  width: 100%;
  align-items: center;
}
.l-recipe .search-modal .tag-list-info {
  flex: 1;
  padding-left: 19px;
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .tag-list-info {
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-card-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .search-modal .c-card-item .c-tag-list {
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-recipe .search-modal .c-card-item .c-tag-list .js-expand-modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  .l-recipe .search-modal .c-card-item .c-tag-list .js-expand-modal .ic-expand {
    transform: scale(0.7);
    right: -9px;
    top: 50%;
    margin-top: -15px;
  }
  .l-recipe .search-modal .c-card-item .c-tag-list .js-expand-modal.active .ic-expand {
    transform: scale(0.7) rotate(45deg);
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe .search-modal .c-card-item + .c-card-item .c-tag-list {
    padding-left: 10px;
  }
}
.l-recipe .p-howto-search-btn {
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .l-recipe .p-howto-search-btn {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 38px;
  }
}
.l-recipe .p-howto-search-btn-wrap {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width:767px) {
  .l-recipe .p-howto-search-btn-wrap {
    padding-right: 0;
    padding-left: 0;
    display: block;
    text-align: center;
  }
}
.l-recipe .p-howto-search-btn .c-btn {
  color: #B22029;
}
@media print, screen and (min-width:768px) {
  .l-recipe .p-howto-search-btn .c-btn {
    width: 300px;
  }
}
.l-recipe .p-howto-search-btn .c-link {
  width: 130px;
}
@media print, screen and (min-width:768px) {
  .l-recipe .p-howto-search-btn .c-link {
    position: absolute;
    top: 13px;
    left: 100%;
  }
}
@media screen and (max-width:767px) {
  .l-recipe .p-howto-search-btn .c-link {
    margin-top: 19px;
  }
}
.l-recipe .c-ttl-rep {
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep {
    margin-bottom: 16px;
  }
}
.l-recipe .c-ttl-rep span {
  font-family: inherit;
  position: relative;
  padding: 0 19px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep span {
    padding: 0 10px;
  }
}
.l-recipe .c-ttl-rep span:after, .l-recipe .c-ttl-rep span::before {
  content: "";
  position: absolute;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep span:after, .l-recipe .c-ttl-rep span::before {
    width: 21px;
    top: 12px;
    bottom: 6px;
  }
}
.l-recipe .c-ttl-rep span:before {
  right: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.332' height='56.692' viewBox='0 0 26.332 56.692'%3E%3Cline id='Line_19' data-name='Line 19' x1='24.5' y1='55.889' transform='translate(0.916 0.401)' fill='none' stroke='%23dc0a12' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.474' height='119.712' viewBox='0 0 21.474 119.712'%3E%3Cline id='Line_21' data-name='Line 21' x1='19.5' y1='119.389' transform='translate(0.987 0.161)' fill='none' stroke='%23dc0a12' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.l-recipe .c-ttl-rep span:after {
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.332' height='56.692' viewBox='0 0 26.332 56.692'%3E%3Cline id='Line_20' data-name='Line 20' y1='55.889' x2='24.5' transform='translate(0.916 0.401)' fill='none' stroke='%23dc0a12' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep span:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.474' height='119.712' viewBox='0 0 21.474 119.712'%3E%3Cline id='Line_22' data-name='Line 22' y1='119.389' x2='19.5' transform='translate(0.987 0.161)' fill='none' stroke='%23dc0a12' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.l-recipe .c-ttl-rep-icon {
  display: block;
  margin-top: -37px;
  margin-bottom: 6px;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep-icon {
    margin-top: -26px;
  }
}
.l-recipe .c-ttl-rep-icon img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width:767px) {
  .l-recipe .c-ttl-rep-icon img {
    width: 83px;
  }
}

.l-recipe-search.l-main {
  padding-bottom: 0;
}
.l-recipe-search.l-main .c-sect:last-child {
  padding-bottom: 5%;
}
@media screen and (max-width:767px) {
  .l-recipe-search.l-main .c-sect:last-child {
    padding-bottom: 14%;
  }
}
.l-recipe-search.l-main .c-ttl--01--img {
  margin-top: -5px;
  padding-left: 53px;
  padding-bottom: 52px;
}
@media screen and (max-width:767px) {
  .l-recipe-search.l-main .c-ttl--01--img {
    margin-top: -3px;
    padding-left: 0;
    padding-bottom: 35px;
  }
}
.l-recipe-search.l-main .share-bot-btn {
  margin-top: 40px;
  margin-bottom: 33px;
}
@media print, screen and (min-width:768px) {
  .l-recipe-search.l-main .share-bot-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-search.l-main .share-bot-btn {
    margin-top: 20px;
  }
}
.l-recipe-search.l-main .share-bot-btn a {
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .l-recipe-search.l-main .share-bot-btn a {
    margin: 10px auto;
  }
}
.l-recipe-search .relative-wrap-item a {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe-search .relative-wrap-item a:hover {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.6;
  }
}

.l-recipe-list.l-main {
  padding-bottom: 0;
}
.l-recipe-list.l-main .c-lead {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 77px;
  margin-bottom: 53px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe-list.l-main .c-lead {
    padding-bottom: 22px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-recipe-list.l-main .c-lead .recipe-note {
  border: none;
  margin-top: 0;
  text-align: left;
}
.l-recipe-list.l-main .c-ttl--01--img {
  margin-top: -5px;
  padding-left: 53px;
  padding-bottom: 52px;
}
@media screen and (max-width:767px) {
  .l-recipe-list.l-main .c-ttl--01--img {
    margin-top: -3px;
    padding-left: 0;
    padding-bottom: 35px;
  }
}
.l-recipe-list.l-main .c-sect:last-child {
  padding-bottom: 5%;
}
@media screen and (max-width:767px) {
  .l-recipe-list.l-main .c-sect:last-child {
    padding-bottom: 14%;
  }
}
.l-recipe-list.l-main .c-lead .c-tags {
  margin-top: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width:767px) {
  .l-recipe-list.l-main .c-lead p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-list.l-main .recipe-grid-item-img {
    height: 220px;
  }
}
@media screen and (max-width:1199px) {
  .l-recipe-list.l-main .recipe-grid-item-img {
    height: 175px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-list.l-main .recipe-grid-item-img {
    height: auto;
  }
  .l-recipe-list.l-main .recipe-grid-item-img picture {
    display: block;
    width: 100%;
  }
}
.l-recipe-list .recipe-mv {
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width:1199px) {
  .l-recipe-list .recipe-mv {
    margin-top: -40px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-mv {
    margin-top: -8px;
  }
}
.l-recipe-list .recipe-grid {
  margin-bottom: -68px;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-grid {
    margin-bottom: -17px;
  }
}
.l-recipe-list .recipe-grid .recipe-grid-item {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-grid .recipe-grid-item {
    margin-bottom: 30px;
  }
}
.l-recipe-list .share-bot-btn {
  margin-top: 40px;
  margin-bottom: 33px;
}
@media print, screen and (min-width:768px) {
  .l-recipe-list .share-bot-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-list .share-bot-btn {
    margin-top: 20px;
  }
}
.l-recipe-list .share-bot-btn a {
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .l-recipe-list .share-bot-btn a {
    margin: 10px auto;
  }
}
.l-recipe-list .relative-wrap-item a {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe-list .relative-wrap-item a:hover {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.6;
  }
}
.l-recipe-list .recipe-note {
  border-top: 2px solid #DCDCDC;
  padding-top: 57px;
  margin-top: 68px;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note {
    padding-top: 44px;
    margin-top: 46px;
  }
}
.l-recipe-list .recipe-note h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2142857143;
  margin: 0 0 27px 0;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note h3 {
    line-height: 1.4;
    font-size: 2rem;
    margin: 0 0 6px 0;
  }
}
.l-recipe-list .recipe-note p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note p {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
.l-recipe-list .recipe-note a {
  color: #B22029;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-recipe-list .recipe-note a:hover {
    text-decoration: underline;
  }
}
.l-recipe-list .recipe-note .recipe-note-bg {
  padding: 30px 30px 16px 30px;
  background-color: #F5F2F0;
  margin-top: 29px;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note .recipe-note-bg {
    padding: 15px 15px 11px 14px;
    margin-top: 7px;
  }
}
.l-recipe-list .recipe-note .recipe-note-bg p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note .recipe-note-bg p {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-list .recipe-note .recipe-note-bg p a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-list .recipe-note .recipe-note-bg p a {
    font-size: 1rem;
  }
}

.l-recipe-detail.l-main {
  padding-bottom: 8%;
}
@media screen and (max-width:767px) {
  .l-recipe-detail.l-main {
    padding-bottom: 9%;
  }
}
.l-recipe-detail.l-main .l-inner-small {
  max-width: 1050px;
}
.l-recipe-detail.l-main .c-ttl--01 {
  height: 141px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .l-recipe-detail.l-main .c-ttl--01 {
    height: auto;
  }
}
.l-recipe-detail.l-main .c-ttl--01 span {
  position: relative;
  font-family: inherit;
}
.l-recipe-detail.l-main .c-ttl--01 span .icon_detail {
  width: 180px;
  position: absolute;
  right: 100%;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .l-recipe-detail.l-main .c-ttl--01 span .icon_detail {
    width: 70px;
    right: 110%;
    bottom: -12px;
  }
}
.l-recipe-detail.l-main .c-ttl--01 span .icon_detail img {
  max-width: 100%;
  width: auto;
}
.l-recipe-detail.l-main .icon_01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.97' height='43.388' viewBox='0 0 52.97 43.388'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(2511.537 -718.119)'%3E%3Cpath id='Path_1225' data-name='Path 1225' d='M191.553,447.234q1.673-.06,3.412-.061c13.763,0,24.92,2.948,24.92,6.583s-11.157,6.582-24.92,6.582-24.92-2.947-24.92-6.582c0-1.758,2.608-3.355,6.858-4.535' transform='translate(-2680.016 281.528)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1226' data-name='Path 1226' d='M219.868,457.728s1.86,24.723-24.92,24.723-24.92-24.723-24.92-24.723' transform='translate(-2680 277.556)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1227' data-name='Path 1227' d='M235.765,473.966a15.758,15.758,0,0,1-5.808,7.324' transform='translate(-2702.562 271.445)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1228' data-name='Path 1228' d='M197.3,451.9l-8.967-17.273a4.043,4.043,0,1,0-6.954,4.128l8.442,12.769' transform='translate(-2684.067 287)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_23' data-name='Line 23' x2='0.149' y2='0.253' transform='translate(-2498.983 724.079)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.l-recipe-detail.l-main .icon_02 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.236' height='47.608' viewBox='0 0 46.236 47.608'%3E%3Cg id='Group_350' data-name='Group 350' transform='translate(2119.762 -324.5)'%3E%3Cpath id='Path_1229' data-name='Path 1229' d='M622.4,40.019a3.5,3.5,0,0,0-4.962.021L602.8,56.312l3.312,3.31L622.4,44.96A3.5,3.5,0,0,0,622.4,40.019Z' transform='translate(-2698.451 287)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1230' data-name='Path 1230' d='M584.349,70.439c-4.642.356-13.038,1.825-18.822,7.61-4.79,4.79-4.9,11.845-1.108,15.633s10.843,3.681,15.633-1.108c5.784-5.784,7.254-14.181,7.609-18.822' transform='translate(-2680 272.872)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1231' data-name='Path 1231' d='M587.041,72.159a55.838,55.838,0,0,0-15.616,10.816c-4.79,4.79-6.883,9.858-5.262,11.479s6.689-.472,11.479-5.262a55.843,55.843,0,0,0,10.816-15.615' transform='translate(-2681.743 272.099)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_24' data-name='Line 24' x1='0.18' y2='0.18' transform='translate(-2078.984 329.777)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1232' data-name='Path 1232' d='M611.235,90.169c4.567,6.013,6.651,11.277,4.805,13.123-1.076,1.076-3.308.817-6.177-.49' transform='translate(-2701.625 264.005)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1233' data-name='Path 1233' d='M567.024,67.163c-2.77-4.444-3.784-8.069-2.318-9.536s5.147-.44,9.636,2.376' transform='translate(-2681.031 278.93)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1234' data-name='Path 1234' d='M578.443,56.008l1.254,3.569-3.745.786' transform='translate(-2686.386 279.357)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1235' data-name='Path 1235' d='M611.813,115.108l-1.95-3.242,3.509-1.527' transform='translate(-2701.625 254.941)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.l-recipe-detail.l-main .icon_03 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.506' height='47.049' viewBox='0 0 40.506 47.049'%3E%3Cg id='Group_349' data-name='Group 349' transform='translate(1.504 1.5)'%3E%3Cpath id='Path_1241' data-name='Path 1241' d='M136.652,75.2a32.4,32.4,0,0,1,5.39-.867s-1.729-1.847-4.941-5.817S134.146,58.258,139,54h0c4.858-4.257,11.134-3.664,14.153-.647l17.793,17.794C169.824,74.534,157.8,85.57,155.5,86.812c-.8-.8-2.155-2.584-3.977-3.19s-11,.286-14.871-.681S132,76.783,136.652,75.2Z' transform='translate(-133.448 -50.949)' fill='none' stroke='%23b21f28' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1242' data-name='Path 1242' d='M155.07,94.185a3.008,3.008,0,0,0,3.07-2.942c0-2.259-3.07-5.244-3.07-5.244S152,88.985,152,91.244A3.007,3.007,0,0,0,155.07,94.185Z' transform='translate(-133.018 -50.136)' fill='none' stroke='%23b21f28' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_26' data-name='Line 26' y1='0.41' x2='4.346' transform='translate(8.594 22.972)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.l-recipe-detail.l-main .icon_04 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.889' height='47.049' viewBox='0 0 45.889 47.049'%3E%3Cg id='Group_348' data-name='Group 348' transform='translate(2.042 1.5)'%3E%3Cline id='Line_25' data-name='Line 25' x2='13.406' transform='translate(14.177 29.685)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1236' data-name='Path 1236' d='M157.491,160v5.746a1.915,1.915,0,0,1-1.915,1.915h-7.661A1.915,1.915,0,0,1,146,165.746V160' transform='translate(-130.865 -130.315)' fill='none' stroke='%23b21f28' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1237' data-name='Path 1237' d='M138.627,156.406c-5.9-1.574-5.9-4.722-2.53-8.657,2.634-3.073-1.686-6.3-5.9-3.936' transform='translate(-130.195 -129.594)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1238' data-name='Path 1238' d='M159.109,148.654v-5.7a.958.958,0,0,0-.958-.958H144.745a.958.958,0,0,0-.958.958v5.7c0,3.689-2.6,5.6-4.5,7.428a.946.946,0,0,0-.288.688v15.873a.958.958,0,0,0,.958.958H162.94a.958.958,0,0,0,.958-.958V156.77a.946.946,0,0,0-.288-.688C161.707,154.256,159.109,152.343,159.109,148.654Z' transform='translate(-130.568 -129.551)' fill='none' stroke='%23b21f28' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1239' data-name='Path 1239' d='M165,156.533c1.056-2.931.958-5,3.83-5.852s3.211,0,4.788-4.682' transform='translate(-131.671 -129.721)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1240' data-name='Path 1240' d='M156.576,143.364v-8.618c0-3.7-2.052-5.746-4.788-5.746S147,131.043,147,134.746v8.618' transform='translate(-130.908 -129)' fill='none' stroke='%23b21f28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.l-recipe-detail .slick-track {
  display: flex;
}
.l-recipe-detail .p-slider-detail .slick-slide {
  height: inherit !important;
}
.l-recipe-detail .recipe-detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-recipe-detail .recipe-detail-item img {
  max-width: 100%;
  width: auto;
}
.l-recipe-detail .recipe-detail-item--iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.l-recipe-detail .recipe-detail-item--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l-recipe-detail .share-bot-ttl {
  margin-bottom: 69px;
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .share-bot-ttl {
    padding-left: 30%;
    padding-right: 30%;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .share-bot-ttl {
    margin-top: -25px;
    margin-bottom: 26px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-recipe-detail .share-bot-ttl .icon-share-01 {
  left: 7px;
  top: 17px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .share-bot-ttl .icon-share-01 {
    left: -29px;
    top: 58%;
    width: 100px;
  }
}
.l-recipe-detail .share-bot-ttl .icon-share-02 {
  right: -6px;
  top: 57px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .share-bot-ttl .icon-share-02 {
    right: -25px;
    top: 75%;
    width: 86px;
  }
}
.l-recipe-detail .ttl-line {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 8px;
  margin-bottom: 23px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .ttl-line {
    text-align: center;
  }
}
.l-recipe-detail .ttl-step {
  color: #B22029;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin: 28px 0;
}
.l-recipe-detail .ttl-step span {
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 19px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .ttl-step span {
    padding: 0 12px;
  }
}
.l-recipe-detail .ttl-step i {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .ttl-step i {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .ttl-step {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 20px 0;
  }
}
.l-recipe-detail .c-ttl--02 {
  margin-top: 0;
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .c-ttl--02 {
    font-size: 2rem;
    margin-bottom: 17px;
  }
}
.l-recipe-detail .dd-table dl {
  padding: 35px 30px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .dd-table dl {
    display: block;
    padding: 17px;
  }
}
.l-recipe-detail .dd-table dl dt {
  width: 105px;
  max-width: 105px;
  flex: 0 0 105px;
}
.l-recipe-detail .dd-table dl dt b {
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .dd-table dl dt {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    font-size: 1.6rem;
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .dd-table dl dd {
    padding-top: 20px;
  }
}
.l-recipe-detail .dd-table p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .dd-table p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-recipe-detail .recipe-detail {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .recipe-detail {
    display: flex;
    margin-bottom: 65px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail {
    padding-bottom: 19%;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .recipe-detail-img {
    width: 62%;
    max-width: 62%;
    flex: 0 0 62%;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .l-recipe-detail .recipe-detail-img {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.l-recipe-detail .recipe-detail-info {
  flex: 1;
  padding-left: 43px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail-info {
    padding-left: 0;
    margin-top: 30px;
  }
}
.l-recipe-detail .recipe-detail-info > * {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .recipe-detail-info .list {
    border-bottom: 1px solid #DCDCDC;
  }
}
.l-recipe-detail .recipe-detail-info .list-item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail-info .list-item {
    margin-bottom: 17px;
  }
}
.l-recipe-detail .recipe-detail-info .list-item-image {
  width: 70px;
  max-width: 70px;
  flex: 0 0 70px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail-info .list-item-image {
    width: 75px;
    max-width: 75px;
    flex: 0 0 75px;
  }
}
.l-recipe-detail .recipe-detail-info .list-item-info {
  flex: 1;
  padding-left: 20px;
  align-self: center;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail-info .list-item-info {
    padding-left: 14px;
  }
}
.l-recipe-detail .recipe-detail-info .c-btn-like {
  align-self: flex-end;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .recipe-detail-info .c-btn-like {
    margin-top: 13px;
  }
}
.l-recipe-detail .step-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 25px 94px;
  margin-top: -1px;
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .step-item {
    display: flex;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item {
    padding: 20px 15px 14px 15px;
    border-bottom: none;
  }
}
.l-recipe-detail .step-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .step-item:last-child {
    padding-left: 26px;
  }
}
.l-recipe-detail .step-item-info {
  flex: 1;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item-info {
    padding-right: 0;
    padding-left: 35px;
    padding-top: 2px;
  }
}
.l-recipe-detail .step-item-info .number {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Gotham A", "Gotham B";
  top: 0;
  left: -56px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item-info .number {
    font-size: 1.4rem;
    left: 0px;
  }
}
.l-recipe-detail .step-item-info p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item-info p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .step-item-img {
    width: 256px;
    max-width: 256px;
    flex: 0 0 256px;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item-img {
    padding-top: 14px;
  }
}
.l-recipe-detail .step-item .step-item-txt {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 19px;
}
.l-recipe-detail .step-item .step-item-txt + span {
  font-size: 1.6rem;
  flex: 1;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item .step-item-txt + span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item .step-item-txt {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin-right: 0;
    top: 0;
  }
  .l-recipe-detail .step-item .step-item-txt + span {
    padding-left: 25px;
    display: inline-block;
    padding-right: 25px;
    margin-top: 5px;
  }
}
.l-recipe-detail .step-item-wrap {
  padding-top: 27px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .step-item-wrap {
    padding-top: 0;
  }
}
.l-recipe-detail .share-bot {
  margin-top: -16px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .share-bot {
    padding-top: 0;
    margin-top: -9px;
  }
}
.l-recipe-detail .share-bot h2 {
  margin-bottom: 35px;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .share-bot h2 {
    font-size: 1.2rem;
    margin-bottom: 13px;
  }
  .l-recipe-detail .share-bot h2:after, .l-recipe-detail .share-bot h2:before {
    width: 14px;
    height: 25px;
    top: -4px;
  }
}
@media print, screen and (min-width:768px) {
  .l-recipe-detail .share-bot ul li a {
    width: 65px;
    margin: 0 17px;
  }
}
.l-recipe-detail .yt-btn {
  max-width: 600px;
  height: 60px;
  margin: 30px auto;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .yt-btn {
    height: 50px;
    margin: -30px auto 20px;
  }
}
.l-recipe-detail .yt-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  list-style: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #B22029;
  border: 2px solid #B22029;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width:767px) {
  .l-recipe-detail .yt-btn a {
    font-size: 18px;
  }
}
.l-recipe-detail .yt-btn a:hover {
  background: #fff;
  color: #B22029;
}

@media print, screen and (min-width:768px) {
  .l-favorite.l-main {
    padding-bottom: 5%;
  }
}
@media screen and (max-width:767px) {
  .l-favorite .recipe-grid-item {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width:768px) {
  .l-favorite .recipe-grid-item .c-tags {
    padding-right: 153px;
  }
}
@media print, screen and (min-width:768px) {
  .l-favorite .recipe-grid-item-img {
    margin-bottom: 13px;
  }
}
@media print, screen and (min-width:768px) {
  .l-favorite .share-bot-btn {
    margin-top: 79px;
  }
}
.l-favorite .link {
  text-align: right;
}

.l-recipe-special.l-main {
  padding-bottom: 5.5%;
}
@media screen and (max-width:767px) {
  .l-recipe-special.l-main {
    padding-bottom: 22%;
  }
}
.l-recipe-special.l-main .recipe-grid--main {
  margin-top: 26px;
}
@media screen and (max-width:767px) {
  .l-recipe-special.l-main .recipe-grid--main {
    margin-top: 3px;
  }
}

.l-robertbaba-page .mv-full .icon-mv {
  bottom: -30px;
  right: -6px;
  max-width: 367px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .mv-full .icon-mv {
    bottom: -17px;
    right: -8px;
    width: 190px;
  }
}
.l-robertbaba-page .c-ttl-rep {
  margin-bottom: 15px;
}
@media print, screen and (min-width:768px) {
  .l-robertbaba-page .c-ttl-rep span {
    padding: 0 50px 10px 50px;
  }
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .c-ttl-rep span {
    margin-bottom: 6px;
  }
  .l-robertbaba-page .c-ttl-rep span:after, .l-robertbaba-page .c-ttl-rep span:before {
    top: 4px;
    bottom: 0px;
  }
}
.l-robertbaba-page .c-ttl-rep-icon {
  margin-top: -13px;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .c-ttl-rep-icon {
    margin-top: -1px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 10px;
  }
  .l-robertbaba-page .c-ttl-rep-icon img {
    width: 70px;
  }
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .c-lead p {
    margin-top: 26px;
  }
}
.l-robertbaba-page .recipe-grid-item-img {
  height: auto !important;
}
.l-robertbaba-page .recipe-note {
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note {
    padding-top: 24px;
  }
}
.l-robertbaba-page .recipe-note .recipe-note-img {
  width: 140px;
  max-width: 140px;
  flex: 0 0 140px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note .recipe-note-img {
    width: 80px;
    max-width: 80px;
    flex: 0 0 80px;
  }
}
.l-robertbaba-page .recipe-note .recipe-note-img img {
  border-radius: 50%;
  border: 3px solid #563413;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note .recipe-note-img img {
    border: 2px solid #563413;
  }
}
.l-robertbaba-page .recipe-note .recipe-note-bg {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note .recipe-note-bg {
    margin-bottom: 20px;
    padding-bottom: 9px;
  }
}
.l-robertbaba-page .recipe-note .recipe-note-info {
  padding-left: 30px;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note .recipe-note-info {
    padding-left: 16px;
  }
}
.l-robertbaba-page .recipe-note .recipe-note-info p span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note .recipe-note-info p span {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 5px;
  }
}
.l-robertbaba-page .recipe-note p a {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .l-robertbaba-page .recipe-note p a {
    font-size: 1rem;
  }
}

.l-double-page .mv-full .icon-mv {
  bottom: -30px;
  right: -6px;
  max-width: 367px;
}
@media screen and (max-width:767px) {
  .l-double-page .mv-full .icon-mv {
    bottom: -17px;
    right: -8px;
    width: 190px;
  }
}
.l-double-page.l-main .c-lead {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width:767px) {
  .l-double-page.l-main .c-lead {
    padding-top: 0px;
  }
}
.l-double-page.l-main .c-ttl-rep-icon {
  display: block;
  margin-top: -3px;
  margin-bottom: 6px;
  margin-right: 44px;
}
@media screen and (max-width:767px) {
  .l-double-page.l-main .c-ttl-rep-icon {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    margin-bottom: -82px;
  }
}
.l-double-page .box-coming {
  padding-top: 13px;
}
@media screen and (max-width:767px) {
  .l-double-page .box-coming {
    padding-top: 0;
    margin-top: -6px;
  }
}
.l-double-page .box-coming h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #B22029;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (max-width:767px) {
  .l-double-page .box-coming h3 {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
}
.l-double-page .box-coming p {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .l-double-page .box-coming p {
    font-size: 1.4rem;
  }
}
.l-double-page .line-red {
  border-bottom: 2px solid #B22029;
  margin: 7px 0 65px 0;
  border-top: none;
}
.l-double-page .double-product {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product {
    display: block;
  }
}
.l-double-page .double-product a {
  max-width: 300px;
  border-color: #B22029;
  background: none;
  color: #B22029;
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product a {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-double-page .double-product a svg {
  fill: #B22029;
}
.l-double-page .double-product-image {
  width: 33%;
  max-width: 33%;
  flex: 0 0 33%;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 31px;
    padding-right: 30px;
    padding-bottom: 18px;
  }
}
.l-double-page .double-product-ttl {
  flex: 1;
  padding-left: 27px;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product-ttl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-double-page .double-product-ttl h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product-ttl h3 {
    font-size: 1.4rem;
  }
}
.l-double-page .double-product-ttl p {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product-ttl p {
    font-size: 1.2rem;
  }
}
.l-double-page .double-product-comment {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
@media screen and (max-width:767px) {
  .l-double-page .double-product-comment {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.l-double-page .double-product-comment .comment-ttl {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
}

.l-ebara-page .mv-full .icon-mv {
  width: 30%;
  max-width: 550px;
}
@media screen and (max-width:767px) {
  .l-ebara-page .mv-full .icon-mv {
    width: 60vw;
    bottom: -10px;
    right: -10px;
  }
}
.l-ebara-page.l-recipe-list.l-main .c-lead {
  margin: 0;
  border: none;
  padding-bottom: 51px;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .c-lead {
    padding-bottom: 35px;
  }
}
.l-ebara-page hr {
  border: none;
  width: 100%;
  height: 2px;
  outline: none;
  margin: 0 0 51px;
  background: #B22029;
}
@media screen and (max-width:767px) {
  .l-ebara-page hr {
    margin: 0 0 35px;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-comment {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  margin: 40px auto;
  padding: 20px;
  background: rgba(184, 169, 154, 0.15);
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-comment {
    font-size: 1.4rem;
    margin-top: 30px;
    padding: 20px 15px;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-comment .comment-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-comment .comment-inner {
    padding: 20px 15px;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-comment .comment-ttl {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
}
.l-ebara-page.l-recipe-list.l-main .double-product-comment .comment-text {
  padding: 0;
}
.l-ebara-page.l-recipe-list.l-main .c-sect.double-product-wrap {
  padding-bottom: 0;
  margin-top: 51px;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .c-sect.double-product-wrap {
    margin-top: 35px;
    padding-bottom: 35px;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product {
    display: block;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product a {
  max-width: 300px;
  border-color: #B22029;
  background: none;
  color: #B22029;
  margin-top: 25px;
  text-decoration: none;
}
.l-ebara-page.l-recipe-list.l-main .double-product a:hover {
  background: #B22029;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product a {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product a svg {
  fill: #B22029;
}
.l-ebara-page.l-recipe-list.l-main .double-product a:hover svg {
  fill: #fff;
}
.l-ebara-page.l-recipe-list.l-main .double-product .c-ttl-rep-icon {
  width: 18%;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product .c-ttl-rep-icon {
    width: auto;
    margin-bottom: 0;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-image {
  width: 33%;
  max-width: 33%;
  flex: 0 0 33%;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 31px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-ttl {
  flex: 1;
  padding-left: 27px;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-ttl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-ttl h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-ttl h3 {
    font-size: 1.4rem;
  }
}
.l-ebara-page.l-recipe-list.l-main .double-product-ttl p {
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width:767px) {
  .l-ebara-page.l-recipe-list.l-main .double-product-ttl p {
    font-size: 1.2rem;
  }
}