@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300400500600700&display=swap");
.pc_hidden {
  display: none !important;
}
.tab_hidden {
  display: block !important;
}
.sp_hidden {
  display: block !important;
}
.pane-contents {
  padding-bottom: 0px;
}
.new_recipe_content {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #252525;
}
.new_recipe_content a {
  text-decoration: none;
}
.new_recipe_content .insta_button {
  position: fixed;
  right: 10px;
  max-width: 157px;
  bottom: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
@media (hover: hover) {
  .new_recipe_content .insta_button:hover {
    bottom: 72px;
  }
}
.new_recipe_content .intro_content {
  max-width: 1366px;
  margin: 0 auto;
}
.new_recipe_content .mv_content {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  place-content: center;
  overflow: hidden;
}
.new_recipe_content .mv_content .content {
  position: relative;
  width: 1366px;
}
.new_recipe_content .mv_content .content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 362px;
  height: 144px;
  background: url("/img/usr/freepage/recipe2024/mv_txt.png") no-repeat top center/contain;
  z-index: 99;
}
.new_recipe_content .content_inner {
  max-width: 1180px;
  margin: 0 auto;
}
.new_recipe_content .content_ttl {
  padding-top: 65px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.new_recipe_content .link a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #b72a34;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #b72a34;
  border-radius: 33px;
}
.new_recipe_content .link a:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b72a34;
  border-right: 2px solid #b72a34;
}
@media (hover: hover) {
  .new_recipe_content .link a:hover {
    color: #fff;
    background: #b72a34;
  }
  .new_recipe_content .link a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.new_recipe_content .intro_content {
  position: relative;
  margin-top: 57px;
}
.new_recipe_content .intro_content p {
  font-family: "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 34px;
}
.new_recipe_content .intro_content:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50px;
  display: block;
  width: 124px;
  height: 261px;
  background: url("/img/usr/freepage/recipe2024/left.png") no-repeat center top/contain;
}
.new_recipe_content .intro_content:after {
  position: absolute;
  content: "";
  top: -21px;
  right: 53px;
  display: block;
  width: 141px;
  height: 255px;
  background: url("/img/usr/freepage/recipe2024/right.png") no-repeat center top/contain;
}
.new_recipe_content .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.new_recipe_content .anchor_link .content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 80px;
  background: #b72a34;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
}
.new_recipe_content .anchor_link .content a:after {
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.new_recipe_content .anchor_link .content a span {
  font-size: 26px;
  margin-bottom: 3px;
}
@media (hover: hover) {
  .new_recipe_content .anchor_link .content a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.new_recipe_content .item_recipe_content {
  background: #fffbf5;
  margin-top: 110px;
  padding-bottom: 70px;
}
.new_recipe_content .item_recipe_content ul.wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 24px;
}
.new_recipe_content .item_recipe_content ul.wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 575px;
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
          box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
  background: #fff;
  border-radius: 10px;
  padding: 25px 25px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 23px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(3) .item_flex .ttl {
  gap: 13px;
  margin-top: 8px;
  line-height: 38px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(4) .item_flex .ttl {
  gap: 40px;
  line-height: 36px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(5) .item_flex .ttl {
  gap: 10px;
  margin-top: -10px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(5) p {
  margin-top: 0px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(6) .item_flex .ttl {
  gap: 23px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(6) p {
  margin-top: 0px;
}
.new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(7) p {
  margin-top: 5px;
}
.new_recipe_content .item_recipe_content ul.wrap .item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.new_recipe_content .item_recipe_content ul.wrap .item_flex .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #b72a34;
  line-height: 30px;
}
.new_recipe_content .item_recipe_content ul.wrap .item_flex p {
  font-family: "Hiragino Kaku Gothic Std", "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.18px;
  font-weight: 300;
  margin: 19px 0;
}
.new_recipe_content .item_recipe_content ul.wrap .item_flex .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 198px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new_recipe_content .item_recipe_content ul.wrap .item_flex .img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new_recipe_content .item_recipe_content ul.wrap .link {
  margin-top: auto;
}
.new_recipe_content .item_recipe_content ul.wrap .link a {
  min-height: 64px;
}
.new_recipe_content .genre_recipe_content {
  background: url("/img/usr/freepage/recipe2024/genre_bg.jpg") repeat top center;
  background-size: 24px 28px;
  padding-bottom: 55px;
}
.new_recipe_content .genre_recipe_content .content_ttl {
  padding-top: 50px;
}
.new_recipe_content .genre_recipe_content .content_inner {
  margin-top: 52px;
}
.new_recipe_content .recommend_content,
.new_recipe_content .collabo_content {
  margin: 58px auto;
}
.new_recipe_content .recommend_content .ttl,
.new_recipe_content .collabo_content .ttl {
  margin: 0 auto;
  text-align: center;
}
.new_recipe_content .recommend_content .wrap,
.new_recipe_content .collabo_content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.new_recipe_content .recommend_content .wrap .content,
.new_recipe_content .collabo_content .wrap .content {
  max-width: 236px;
}
.new_recipe_content .recommend_content .wrap a p,
.new_recipe_content .collabo_content .wrap a p {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-top: 6px;
  letter-spacing: 1.28px;
}
.new_recipe_content .recommend_content .content img {
  width: 236px;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new_recipe_content .collabo_content .wrap {
  gap: 40px;
}
.new_recipe_content .amazing_content {
  background: #fffbf5;
  padding-bottom: 55px;
}
.new_recipe_content .amazing_content ul.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 60px;
}
.new_recipe_content .amazing_content ul.wrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 276px;
  min-height: 435px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
          box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
  padding: 58px 19px 20px;
}
.new_recipe_content .amazing_content ul.wrap li:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/img/usr/freepage/recipe2024/amazing01_icon.png") no-repeat center top/contain;
  border-radius: 100%;
}
.new_recipe_content .amazing_content ul.wrap li:nth-of-type(2):before {
  background: url("/img/usr/freepage/recipe2024/amazing02_icon.png") no-repeat center top/contain;
}
.new_recipe_content .amazing_content ul.wrap li:nth-of-type(3):before {
  background: url("/img/usr/freepage/recipe2024/amazing03_icon.png") no-repeat center top/contain;
}
.new_recipe_content .amazing_content ul.wrap li:nth-of-type(4):before {
  background: url("/img/usr/freepage/recipe2024/amazing04_icon.png") no-repeat center top/contain;
}
.new_recipe_content .amazing_content ul.wrap li .ttl {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: 600;
  text-align: center;
}
.new_recipe_content .amazing_content ul.wrap li .txt {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin-top: 15px;
}
.new_recipe_content .amazing_content ul.wrap li .img {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_recipe_content .amazing_content .link {
  max-width: 228px;
  margin: 50px auto 0;
}
.new_recipe_content .amazing_content .link a {
  color: #fff;
  background: #b72a34;
  min-height: 60px;
}
.new_recipe_content .amazing_content .link a:after {
  border-color: #fff;
}
@media (hover: hover) {
  .new_recipe_content .amazing_content .link a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.new_recipe_content .slide_link {
  margin-top: 30px;
}
.new_recipe_content .slide_link a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  max-width: 1040px;
  min-height: 60px;
  background: #b72a34;
  border-radius: 30px;
  margin: 0 auto;
}
.new_recipe_content .slide_link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.new_recipe_content .slide_link a span:after {
  position: absolute;
  display: inline-block;
  content: "";
  right: -20px;
  width: 13px;
  height: 13px;
  /* border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  flex-shrink: 0;
  background: url("/img/usr/freepage/recipe2024/arrow.png") no-repeat center top/contain;
}
@media (hover: hover) {
  .new_recipe_content .slide_link a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.new_recipe_content .genre_wrap {
  display: none;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
          box-shadow: 0px 1px 6px rgba(0,0,0,0.071);
  background: #fff;
}
.new_recipe_content .genre_wrap.is_active {
  display: block;
}
.new_recipe_content .genre_wrap .genre_nav_wrap {
  max-width: 1030px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(130px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  background: #fff;
  gap: 16px;
  margin: 30px auto 40px;
}
.new_recipe_content .genre_wrap .genre_nav_wrap li {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #fff;
  border: 2px solid #b72a34;
  color: #b72a34;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.28px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
}
.new_recipe_content .genre_wrap .genre_nav_wrap li a {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  color: #b72a34;
}
.new_recipe_content .genre_wrap .genre_nav_wrap li.is_active {
  color: #fff;
  background: #b72a34;
}
.new_recipe_content .genre_wrap .genre_nav_wrap li.is_active a {
  color: #fff;
  background: #b72a34;
}
@media (hover: hover) {
  .new_recipe_content .genre_wrap .genre_nav_wrap li:hover {
    background: #b72a34;
  }
  .new_recipe_content .genre_wrap .genre_nav_wrap li:hover a {
    color: #fff;
  }
}
.new_recipe_content .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.new_recipe_content .ttl_wrap .ttl_tab {
  width: calc(1180px / 3);
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  background: #675952;
  border-radius: 6px 6px 0px 0px;
  margin-top: 15px;
}
.new_recipe_content .ttl_wrap .ttl_tab.is_active {
  background: #b72a34;
  margin-top: 0px;
}
.new_recipe_content .ttl_wrap .ttl_tab img {
  -o-object-fit: contain;
     object-fit: contain;
}
.new_recipe_content .ttl_wrap .ttl_tab a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 22px;
  letter-spacing: 1.76px;
  font-weight: 600;
  color: #fff;
}
.new_recipe_content .content_wrap {
  background: #fff;
}
.new_recipe_content .genre_ttl {
  text-align: center;
  color: #b72a34;
  font-size: 22px;
  font-weight: bold;
  padding-top: 35px;
}
.new_recipe_content .menu_slide,
.new_recipe_content .food_slide,
.new_recipe_content .event_slide {
  background: #fcf2e4;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.new_recipe_content .menu_slide .slide,
.new_recipe_content .food_slide .slide,
.new_recipe_content .event_slide .slide {
  max-width: 1050px;
  margin: 0 auto;
}
.new_recipe_content .menu_slide .slide_content,
.new_recipe_content .food_slide .slide_content,
.new_recipe_content .event_slide .slide_content {
  display: none;
}
.new_recipe_content .menu_slide .slide_content.is_active,
.new_recipe_content .food_slide .slide_content.is_active,
.new_recipe_content .event_slide .slide_content.is_active {
  display: block;
}
.new_recipe_content .menu_slide .slide_content li,
.new_recipe_content .food_slide .slide_content li,
.new_recipe_content .event_slide .slide_content li {
  max-width: 236px;
  margin: 0 15px;
}
.new_recipe_content .menu_slide a p,
.new_recipe_content .food_slide a p,
.new_recipe_content .event_slide a p {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.28px;
  font-weight: 600;
  margin-top: 16px;
}
.new_recipe_content .menu_slide a img,
.new_recipe_content .food_slide a img,
.new_recipe_content .event_slide a img {
  width: 233px;
  height: 233px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new_recipe_content .slick-arrow {
  display: inline-block;
  position: absolute;
  border: none;
  color: transparent;
  background: url("/img/usr/freepage/recipe2024/slide_arrow.png") no-repeat top center/contain;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.new_recipe_content .slick-prev {
  left: -43px;
}
.new_recipe_content .slick-next {
  right: -43px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .pc_hidden {
    display: none !important;
  }
  .tab_hidden {
    display: none !important;
  }
  .sp_hidden {
    display: block !important;
  }
  .new_recipe_content .intro_content {
    margin-right: 16px;
    margin-left: 16px;
  }
  .new_recipe_content .intro_content:before,
  .new_recipe_content .intro_content:after {
    content: none;
  }
  .new_recipe_content .anchor_link .content {
    width: 50%;
  }
  .new_recipe_content .anchor_link .content a {
    width: 100%;
  }
  .new_recipe_content .genre_recipe_content .content_inner {
    margin-right: 16px;
    margin-left: 16px;
  }
  .new_recipe_content .genre_wrap .genre_nav_wrap {
    padding: 0 16px;
  }
  .new_recipe_content .ttl_wrap .ttl_tab a {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  .new_recipe_content .recommend_content,
  .new_recipe_content .collabo_content {
    margin: 37px 16px;
  }
  .new_recipe_content .recommend_content .wrap .content,
  .new_recipe_content .collabo_content .wrap .content {
    max-width: 100%;
    margin: 0 7px;
  }
  .new_recipe_content .menu_slide,
  .new_recipe_content .food_slide {
    padding: 30px 16px;
  }
  .new_recipe_content .slick-arrow {
    z-index: 99;
  }
  .new_recipe_content .slick-prev {
    left: -4px;
  }
  .new_recipe_content .slick-next {
    right: -4px;
  }
}
@media screen and (max-width: 599px) {
  .pc_hidden {
    display: block !important;
  }
  .tab_hidden {
    display: none !important;
  }
  .sp_hidden {
    display: none !important;
  }
  .new_recipe_content {
    overflow: hidden;
  }
  .new_recipe_content .insta_button {
    right: -10px;
    max-width: 109px;
    bottom: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
  }
  .new_recipe_content .insta_button:hover {
    bottom: 72px;
  }
  .new_recipe_content .intro_content {
    max-width: 100%;
  }
  .new_recipe_content .mv_content .content {
    width: 100%;
  }
  .new_recipe_content .mv_content .content:before {
    width: 225px;
    height: 87px;
  }
  .new_recipe_content .content_inner {
    max-width: 100%;
  }
  .new_recipe_content .content_ttl {
    padding-top: 33px;
    font-size: 22px;
  }
  .new_recipe_content .link a:after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
  .new_recipe_content .mv_content img {
    width: 100%;
    height: auto;
  }
  .new_recipe_content .intro_content {
    margin-top: 0;
  }
  .new_recipe_content .intro_content:before,
  .new_recipe_content .intro_content:after {
    content: none;
  }
  .new_recipe_content .intro_content p {
    max-width: 100%;
    margin: 0 16px;
    font-size: 14px;
    line-height: 28px;
  }
  .new_recipe_content .intro_content img {
    margin: 20px auto 0;
  }
  .new_recipe_content .anchor_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin: 30px 16px 28px;
  }
  .new_recipe_content .anchor_link .content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 17px;
    height: 64px;
  }
  .new_recipe_content .anchor_link .content a span {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .new_recipe_content .item_recipe_content {
    background: #fffbf5;
    margin-top: 27px;
    padding-bottom: 16px;
  }
  .new_recipe_content .item_recipe_content ul.wrap {
    margin: 30px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li {
    max-width: 100%;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.161);
            box-shadow: 0px 1px 4px rgba(0,0,0,0.161);
    border-radius: 7px;
    padding: 24px 16px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 0px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(3) .item_flex .ttl {
    gap: 19px;
    margin-top: 3px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(4) .item_flex .ttl {
    gap: 20px;
    line-height: 33px;
    margin: -10px 0 7px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(5) .item_flex .ttl {
    gap: 18px;
    margin: -5px 0 5px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(5) p {
    margin-top: 5px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(6) .item_flex .ttl {
    gap: 18px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(6) p {
    margin-top: 7px;
  }
  .new_recipe_content .item_recipe_content ul.wrap li:nth-of-type(7) p {
    margin-top: 5px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .txt {
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .img.pc_hidden {
    width: 100%;
    text-align: center;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .img.pc_hidden img {
    width: 100%;
    height: auto;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .img.sp_hidden {
    display: none;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .ttl {
    gap: 19px;
    font-size: 20px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex .ttl img {
    width: 90px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new_recipe_content .item_recipe_content ul.wrap .item_flex p {
    font-size: 14px;
    letter-spacing: 1.12px;
    margin-top: 5px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .link {
    margin-top: 15px;
  }
  .new_recipe_content .item_recipe_content ul.wrap .link a {
    min-height: 46px;
    font-size: 14px;
  }
  .new_recipe_content .genre_recipe_content {
    padding-bottom: 50px;
  }
  .new_recipe_content .genre_recipe_content .content_ttl {
    padding-top: 30px;
  }
  .new_recipe_content .genre_recipe_content .content_inner {
    margin: 23px 16px 0;
  }
  .new_recipe_content .recommend_content,
  .new_recipe_content .collabo_content {
    margin: 37px 16px 0;
  }
  .new_recipe_content .recommend_content .wrap,
  .new_recipe_content .collabo_content .wrap {
    margin-top: 18px;
  }
  .new_recipe_content .recommend_content .wrap .content,
  .new_recipe_content .collabo_content .wrap .content {
    max-width: 100%;
    margin: 0 7px;
  }
  .new_recipe_content .recommend_content .wrap .content img,
  .new_recipe_content .collabo_content .wrap .content img {
    max-width: 236px;
    height: auto;
  }
  .new_recipe_content .recommend_content .wrap a p,
  .new_recipe_content .collabo_content .wrap a p {
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: 1.28px;
  }
  .new_recipe_content .collabo_content {
    margin: 23px 16px 30px;
  }
  .new_recipe_content .collabo_content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 19px;
  }
  .new_recipe_content .collabo_content .wrap .content {
    margin: 0;
  }
  .new_recipe_content .collabo_content .wrap .content img {
    max-width: 100%;
  }
  .new_recipe_content .slide_link {
    margin: 25px 16px 0;
  }
  .new_recipe_content .slide_link a {
    max-width: 100%;
    min-height: auto;
    padding: 13px 20px;
  }
  .new_recipe_content .slide_link a span {
    font-size: 16px;
    gap: 20px;
  }
  .new_recipe_content .slide_link a span:after {
    position: relative;
    right: 0;
  }
  .new_recipe_content .genre_wrap .genre_nav_wrap {
    overflow-x: scroll;
    gap: 10px 4px;
    padding: 0 16px 30px;
    margin: 14px auto 0;
  }
  .new_recipe_content .genre_wrap .genre_nav_wrap li {
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-size: 12px;
    letter-spacing: 0.98px;
    max-width: 130px;
  }
  .new_recipe_content .genre_wrap .genre_nav_wrap li a {
    width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 35px;
  }
  .new_recipe_content .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .new_recipe_content .ttl_wrap .ttl_tab {
    width: calc(100% / 3);
    min-height: 48px;
    margin-top: 5px;
  }
  .new_recipe_content .ttl_wrap .ttl_tab:nth-of-type(1) img {
    width: 17px;
    height: 19px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new_recipe_content .ttl_wrap .ttl_tab:nth-of-type(2) img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new_recipe_content .ttl_wrap .ttl_tab:nth-of-type(3) img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new_recipe_content .ttl_wrap .ttl_tab a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .new_recipe_content .amazing_content .content_ttl {
    padding-top: 43px;
  }
  .new_recipe_content .amazing_content ul.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin: 40px 16px 0;
  }
  .new_recipe_content .amazing_content ul.wrap li {
    max-width: 100%;
    min-height: 100%;
    padding: 58px 16px 20px;
  }
  .new_recipe_content .amazing_content ul.wrap li:before {
    top: -15px;
  }
  .new_recipe_content .amazing_content ul.wrap li .txt {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    margin-top: 4px;
  }
  .new_recipe_content .amazing_content ul.wrap li .img {
    margin-top: 16px;
  }
  .new_recipe_content .amazing_content ul.wrap li .img img {
    width: 100%;
    height: auto;
  }
  .new_recipe_content .amazing_content .link {
    max-width: 100%;
    margin: 50px 18px;
  }
  .new_recipe_content .amazing_content .link a {
    min-height: 60px;
  }
  .new_recipe_content .amazing_content .link a:after {
    right: 85px;
    width: 10px;
    height: 10px;
  }
  .new_recipe_content .genre_ttl {
    font-size: 16px;
    padding-top: 25px;
  }
  .new_recipe_content .menu_slide,
  .new_recipe_content .food_slide,
  .new_recipe_content .event_slide {
    padding: 30px 16px;
  }
  .new_recipe_content .menu_slide .slide,
  .new_recipe_content .food_slide .slide,
  .new_recipe_content .event_slide .slide {
    margin: 0 auto;
  }
  .new_recipe_content .menu_slide .slide_content li,
  .new_recipe_content .food_slide .slide_content li,
  .new_recipe_content .event_slide .slide_content li {
    max-width: 236px;
    margin: 0 7px;
  }
  .new_recipe_content .menu_slide a p,
  .new_recipe_content .food_slide a p,
  .new_recipe_content .event_slide a p {
    font-size: 14px;
    letter-spacing: 1.12px;
    margin-top: 14px;
  }
  .new_recipe_content .slick-arrow {
    width: 22px;
    height: 22px;
    top: 49%;
  }
  .new_recipe_content .slick-prev {
    left: -24px;
  }
  .new_recipe_content .slick-next {
    right: -24px;
  }
}
