@charset "UTF-8";
/* screen width 768px未満
--------------------------------------------------------------------- */
/* ======================================
.common
====================================== */
.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}

main {
  background: url(../img/contents/bg.png) repeat center center/cover;
}

@media (min-width: 768px) {
  .inner {
    width: min(100%, 1040px);
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #111;
}
body * {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #111;
}

._sp {
  display: block;
}
@media (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._tab {
  display: block;
}
@media (min-width: 1024px) {
  ._tab {
    display: none;
  }
}

._pc {
  display: none;
}
@media (min-width: 768px) {
  ._pc {
    display: block;
  }
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
.recipe__lst > ul > li article:nth-of-type(n+2) {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}

.recipe__txt dl dd.ingredients {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

/* ======================================
/.common
====================================== */
/* ======================================
.fv
====================================== */
#top .fv {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  #top .fv::before {
    content: none;
  }
}
#top .navigation {
  padding: 28px 15px;
  position: relative;
  z-index: 0;
  background: url(../img/contents/navigation/navigation_bg_sp.png) no-repeat;
  background-size: 100% 368.5px;
  background-position: bottom center;
  padding-top: 77.5px;
  padding-bottom: 34px;
  margin-top: -69px;
}
@media (min-width: 768px) {
  #top .navigation {
    background: url(../img/contents/navigation/navigation_bg_pc.png) no-repeat;
    background-size: 100% 440px;
    background-position: bottom center;
    margin-top: -282px;
    padding-top: 236px;
    padding-bottom: 50px;
  }
}
#top .navigation__inner-list ul {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li {
    width: calc((100% - 120px) / 5);
  }
}
#top .navigation__inner-list ul li:not(:first-of-type) {
  margin-top: 7px;
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li:not(:first-of-type) {
    margin-top: 0;
  }
}
#top .navigation__inner-list ul li a {
  text-decoration: none;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border: solid 1px #6a3906;
  border-radius: 23px;
  color: #592519;
  font-size: 2rem;
  padding: 0 30px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li a {
    background: none;
    border: none;
    height: auto;
    padding: 0;
  }
}
#top .navigation__inner-list ul li a p {
  font-weight: 700;
  color: #592519;
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li a p {
    display: none;
  }
}
#top .navigation__inner-list ul li a img {
  display: none;
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li a img {
    display: block;
  }
}
#top .navigation__inner-list ul li a::after {
  content: "";
  background: url(../img/contents/arrow_brown.png) no-repeat center center/cover;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #top .navigation__inner-list ul li a::after {
    content: none;
  }
}
#top .navigation__inner .bunner strong {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  display: block;
  color: #3f1d1d;
  margin-top: 28px;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #top .navigation__inner .bunner strong {
    font-size: 3.4rem;
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
#top .navigation__inner .bunner a img {
  box-shadow: 0 3px 3px rgba(82, 52, 17, 0.75);
}
@media (min-width: 768px) {
  #top .navigation__inner .bunner a {
    display: block;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 6px 6px rgba(82, 52, 17, 0.75);
  }
}

.ttl {
  width: min(43vw, 264px);
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------------------------------------
introduction
---------------------------------------------------------------------*/
.introduction {
  background-color: #fff;
  margin-top: -20px;
  padding-top: clamp(5.75rem, 8vw, 6rem);
}
.introduction__series {
  padding-bottom: clamp(3.5rem, 5vw, 7.7rem);
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .introduction__series {
    padding-inline: 80px 40px;
  }
}
.introduction__series h3 {
  width: min(69vw, 450px);
  margin-left: auto;
  margin-right: auto;
  margin-block: clamp(3.5rem, 5vw, 4rem) clamp(1.8rem, 3vw, 4rem);
}
@media (min-width: 1024px) {
  .introduction__series h3 {
    transform: translateX(-20px);
  }
}

.lineup {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 4rem);
}
.lineup li {
  padding-top: 47.5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3.2rem);
  position: relative;
}
@media (min-width: 768px) {
  .lineup li {
    padding-top: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 60px;
  }
}
.lineup li .txt {
  position: relative;
}
@media (min-width: 1024px) {
  .lineup li .txt {
    max-width: 400px;
  }
}
.lineup li .txt h4 {
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.lineup li .txt small {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.lineup li .txt p {
  margin-top: clamp(1.4rem, 2vw, 2rem);
  font-size: 1.6rem;
}
.lineup li img {
  width: min(100%, 430px);
  position: relative;
}
@media (min-width: 768px) {
  .lineup li img {
    width: min(45%, 430px);
  }
}
.lineup li::before {
  content: "";
  display: block;
  width: clamp(20rem, 27vw, 40rem);
  height: clamp(20rem, 27vw, 40rem);
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.lineup li.wagyu::before {
  background: url(../img/contents/package/wagyu_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.kai::before {
  background: url(../img/contents/package/kai_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.katuo::before {
  background: url(../img/contents/package/katuo_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.kurobuta::before {
  background: url(../img/contents/package/kurobuta_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.kankitu::before {
  background: url(../img/contents/package/kankitu_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.nodoguro::before {
  background: url(../img/contents/package/nodoguro_bg.png) no-repeat;
  background-size: 100%;
}
.lineup li.hihatsu::before {
  background: url(../img/contents/package/hihatsu_bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .lineup li.hihatsu::before {
    top: 130px;
  }
}
.lineup li.ethnic::before {
  background: url(../img/contents/package/ethnic_bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .lineup li.ethnic::before {
    top: 90px;
    transform: translateX(-50%) scale(-1, 1);
  }
}
.lineup.new li:nth-of-type(1) h4::before {
  content: "";
  display: block;
  background: url(../img/contents/introduction/fukidashi02.svg) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 90px;
  position: absolute;
  top: calc(clamp(5rem, 7vw, 6rem) * -1);
  right: 0;
}
@media (min-width: 768px) {
  .lineup.new li:nth-of-type(1) h4::before {
    background: url(../img/contents/introduction/fukidashi01.svg) no-repeat;
    background-size: 100%;
  }
}
.lineup.new li:nth-of-type(2) h4::before {
  content: "";
  display: block;
  background: url(../img/contents/introduction/fukidashi02.svg) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 90px;
  position: absolute;
  top: calc(clamp(4rem, 6vw, 6rem) * -1);
  right: 0;
}
@media (min-width: 768px) {
  .lineup.new li:nth-of-type(2) h4::before {
    position: static;
    margin-bottom: 16px;
  }
}

.newitem {
  padding-top: clamp(6rem, 8vw, 14.5rem);
  background: url(../img/contents/new/bg-pink_sp.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  padding-bottom: clamp(8rem, 11vw, 22rem);
}
@media (min-width: 1024px) {
  .newitem {
    background: url(../img/contents/new/bg-pink_pc.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding-bottom: 220px;
    padding-top: 190px;
  }
}
.newitem::before {
  content: "";
}
.newitem__inner {
  padding-inline: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .newitem__inner {
    padding-inline: 80px 40px;
  }
}
.newitem h3 {
  width: 100%;
  width: min(100%, 450px);
}
@media (min-width: 1024px) {
  .newitem h3 {
    position: absolute;
    top: -145px;
    left: 80px;
  }
}
.newitem .lineup {
  margin-top: -55px;
}
@media (min-width: 768px) {
  .newitem .lineup {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .newitem .lineup {
    margin-top: 99px;
  }
}
@media (min-width: 768px) {
  .newitem .lineup li:nth-of-type(even) img {
    order: 1;
  }
  .newitem .lineup li:nth-of-type(even) .txt {
    order: 2;
  }
}
.newitem .lineup li:nth-of-type(odd) img {
  transform: rotate(2deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .newitem .lineup li:nth-of-type(odd) img {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
.newitem .lineup li:nth-of-type(even) img {
  transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .newitem .lineup li:nth-of-type(even) img {
    transform: rotate(-5deg) translate3d(0, 0, 0);
  }
}

.renew {
  margin-top: calc(clamp(5rem, 7vw, 15rem) * -1);
  padding-top: clamp(6rem, 8vw, 14.5rem);
  background: url(../img/contents/bg-yellow_sp.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  padding-bottom: clamp(8rem, 11vw, 15rem);
}
@media (min-width: 1024px) {
  .renew {
    margin-top: -150px;
    background: url(../img/contents/bg-yellow_pc.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding-bottom: 150px;
  }
}
.renew__inner {
  padding-inline: 30px;
}
@media (min-width: 1024px) {
  .renew__inner {
    padding-inline: 80px 40px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .renew .ttl_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
}
.renew .ttl_box > img {
  display: block;
  margin-top: 37px;
}
@media (min-width: 768px) {
  .renew .ttl_box > img {
    margin-top: 0;
    width: 48%;
    max-width: 430px;
  }
}
.renew h3 {
  width: min(80vw, 422px);
}
@media (min-width: 768px) {
  .renew .lineup {
    margin-top: 46px;
  }
}
@media (min-width: 1024px) {
  .renew .lineup {
    gap: 34px;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .renew .lineup li {
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .renew .lineup li:nth-of-type(odd) img {
    order: 1;
  }
  .renew .lineup li:nth-of-type(odd) .txt {
    order: 2;
  }
}
.renew .lineup li:nth-of-type(odd) img {
  transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .renew .lineup li:nth-of-type(odd) img {
    transform: rotate(-5deg) translate3d(0, 0, 0);
  }
}
.renew .lineup li:nth-of-type(even) img {
  transform: rotate(2deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .renew .lineup li:nth-of-type(even) img {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}

.comic {
  background-color: #fff;
  padding-top: clamp(3.5rem, 5vw, 8rem);
  padding-bottom: clamp(12rem, 16vw, 22rem);
}
@media (min-width: 1024px) {
  .comic {
    padding-bottom: 220px;
  }
}
.comic__inner {
  margin-top: clamp(3.4rem, 5vw, 3.8rem);
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .comic__inner {
    width: min(100% - 30px, 1040px);
    margin-left: auto;
    margin-right: auto;
    background-color: #F4E29F;
    border-radius: 20px;
    padding-block: 122px;
    padding-inline: 140px;
  }
}

.accordion {
  position: relative;
}
.accordion:has(.open)::after {
  content: none;
}
.accordion::after {
  content: "";
  display: block;
  background: url(../img/contents/comic/comic_fade_sp.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  width: 100%;
  height: 14vw;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .accordion::after {
    background: url(../img/contents/comic/comic_fade_pc.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    height: 100px;
    bottom: -5px;
  }
}
.accordion__contents {
  width: 100%;
  height: min(104vw, 853px);
  overflow: clip;
  transition: height 0.8s;
}
.accordion__contents.open {
  transition: height 0.8s;
}
.accordion-btn {
  background-color: #EB6100;
  border: 2px solid #fff;
  bottom: -25px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 8px 0;
  padding-left: min(20vw, 60px);
  padding-right: min(20vw, 60px);
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: fit-content;
  z-index: 1;
  border-radius: 100px;
}
.accordion-btn::before {
  content: "";
  background: url(../img/contents/arrow_brown.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  z-index: 2;
  transition: 0.5s;
}
.accordion-btn::after {
  content: "もっと見る";
}
@media (min-width: 1024px) {
  .accordion-btn:hover {
    background-color: #fff;
    color: #EB6100;
    border-color: #eb6100;
  }
}
.accordion .is-show::before {
  transform: scale(-1, -1);
}
.accordion .is-show::after {
  content: "閉じる";
}

.point {
  margin-top: calc(clamp(5rem, 7vw, 15rem) * -1);
  padding-top: clamp(6rem, 8vw, 14.5rem);
  background: url(../img/contents/bg-yellow_sp.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  background-color: #fff;
  width: 100%;
  padding-bottom: clamp(8rem, 11vw, 18rem);
}
@media (min-width: 1024px) {
  .point {
    margin-top: -150px;
    background: url(../img/contents/bg-yellow_pc.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    background-color: #fff;
    padding-bottom: 180px;
  }
}
.point .ttl {
  width: min(67vw, 424px);
}
.point .speech {
  padding-block: clamp(2.75rem, 4vw, 4rem) clamp(2.1rem, 3vw, 2.5rem);
  padding-inline: clamp(2rem, 3vw, 3.6rem);
  border-radius: 10px;
  position: relative;
  background: #ffefe2;
  border: solid 2px #eb6100;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  z-index: 3;
}
@media (min-width: 768px) {
  .point .speech {
    max-width: 390px;
    position: absolute;
    top: 0;
    left: 40px;
    border: solid 3px #eb6100;
    border-radius: 20px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  }
}
@media (min-width: 1024px) {
  .point .speech {
    max-width: 480px;
  }
}
.point .speech::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 26px solid transparent;
  border-top-color: #eb6100;
  border-bottom: 0;
  border-right: 0;
  margin-left: -13px;
  margin-bottom: -26px;
  z-index: 3;
}
@media (min-width: 768px) {
  .point .speech::before {
    border-top: 46px solid #eb6100;
    border-left: 46px solid transparent;
    margin-bottom: -46px;
  }
}
.point .speech::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top-color: #ffefe2;
  border-bottom: 0;
  border-right: 0;
  margin-left: -11px;
  margin-bottom: -21px;
  z-index: 4;
}
@media (min-width: 768px) {
  .point .speech::after {
    border-top: 39px solid #ffefe2;
    border-left: 39px solid transparent;
    margin-left: -9px;
    margin-bottom: -38px;
  }
}
.point .speech h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.4;
  position: relative;
  z-index: 3;
  font-weight: 700;
}
.point .speech h3::before {
  content: "";
  width: 150px;
  height: 40px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 768px) {
  .point .speech h3::before {
    top: -61px;
  }
}
@media (min-width: 1024px) {
  .point .speech h3::before {
    width: 180px;
    height: 50px;
    top: -65px;
  }
}
.point .speech p {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  z-index: 3;
  letter-spacing: -0.09em;
  margin-top: 12px;
  color: #333333;
}
@media (min-width: 768px) {
  .point .speech p {
    letter-spacing: -0.06em;
  }
}
.point__inner {
  margin-top: clamp(4.6rem, 6vw, 6.5rem);
}
.point__inner > ul {
  display: flex;
  flex-direction: column;
  gap: clamp(4.4rem, 6vw, 5.6rem);
}
.point__inner > ul li {
  padding-inline: clamp(3.25rem, 5vw, 4rem);
}
@media (min-width: 768px) {
  .point__inner > ul li {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .point__inner > ul li {
    padding-top: 50px;
  }
}
.point__inner > ul li:nth-of-type(1) .speech h3::before {
  background: url(../img/contents/point/point01.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .point__inner > ul li:nth-of-type(2) > img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .point__inner > ul li:nth-of-type(2) .speech {
    right: 40px;
    left: auto;
  }
  .point__inner > ul li:nth-of-type(2) .speech::before {
    transform: scale(-1, 1);
  }
  .point__inner > ul li:nth-of-type(2) .speech::after {
    transform: scale(-1, 1);
  }
}
.point__inner > ul li:nth-of-type(2) .speech h3::before {
  background: url(../img/contents/point/point02.svg) no-repeat center center/cover;
}
.point__inner > ul li:nth-of-type(3) .speech h3::before {
  background: url(../img/contents/point/point03.svg) no-repeat center center/cover;
}
.point__inner > ul li > img {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .point__inner > ul li > img {
    margin-top: 0;
    max-width: 720px;
    width: 65vw;
    margin-left: auto;
  }
}
.point__slider {
  padding-top: 50px;
}
.point__slider .speech {
  width: min(100% - 65px, 672px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .point__slider .speech {
    max-width: 100%;
    position: relative;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .point__slider .speech {
    max-width: 100%;
  }
}
.point__slider .speech::before {
  transform: scale(-1, 1);
}
.point__slider .speech::after {
  transform: scale(-1, 1);
}
.point__slider .speech h3::before {
  content: "";
  background: url(../img/contents/point/point04.svg) no-repeat center center/cover;
  width: 150px;
  height: 40px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 768px) {
  .point__slider .speech h3::before {
    top: -61px;
  }
}
@media (min-width: 1024px) {
  .point__slider .speech h3::before {
    width: 180px;
    height: 50px;
    top: -65px;
  }
}
.point__slider .slider__box {
  margin-top: 19px;
}
@media (min-width: 1024px) {
  .point__slider .slider__box {
    margin-top: -32px;
  }
}
.point__slider .slider__box .item {
  width: min(75vw, 560px);
  margin-inline: clamp(0.75rem, 1vw, 1.5rem);
}

.recipe {
  background-color: #fff;
  padding-top: clamp(3.5rem, 5vw, 8rem);
  padding-bottom: clamp(12rem, 16vw, 22rem);
}
@media (min-width: 1024px) {
  .recipe {
    padding-bottom: 220px;
  }
}
.recipe__anchor {
  padding-top: clamp(3.5rem, 5vw, 8rem);
  width: calc(100% - clamp(6rem, 8vw, 8rem));
  margin-left: auto;
  margin-right: auto;
}
.recipe__anchor > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(1.6rem, 3vw, 3.8rem) clamp(1.4rem, 2vw, 2rem);
}
.recipe__anchor > ul > li {
  width: calc((100% - clamp(1.4rem, 2vw, 2rem)) / 2);
}
@media (min-width: 768px) {
  .recipe__anchor > ul > li {
    width: calc((100% - clamp(1.4rem, 2vw, 2rem) * 3) / 4);
  }
}
.recipe__lst {
  padding-top: clamp(3.5rem, 5vw, 4rem);
  width: calc(100% - clamp(6rem, 8vw, 8rem));
  margin-left: auto;
  margin-right: auto;
}
.recipe__lst > ul {
  margin-top: clamp(1.85rem, 3vw, 5.4rem);
  display: flex;
  flex-direction: column;
  gap: clamp(4.25rem, 6vw, 7.6rem);
}
.recipe__lst > ul > li {
  background-color: #F4E29F;
  border-radius: clamp(1rem, 2vw, 2rem);
  padding-inline: clamp(1.6rem, 3vw, 4rem);
  padding-block: clamp(2rem, 3vw, 5.6rem);
  position: relative;
}
.recipe__lst > ul > li::before {
  content: "";
  display: block;
  width: min(32vw, 152px);
  height: min(38vw, 180px);
  position: absolute;
  top: calc(clamp(1.8rem, 3vw, 4.2rem) * -1);
  right: clamp(0.8rem, 2vw, 6.5rem);
  transform: rotate(2deg) translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .recipe__lst > ul > li::before {
    right: 70px;
    width: clamp(11rem, 15vw, 18rem);
    height: clamp(12.15rem, 16vw, 20rem);
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
.recipe__lst > ul > li article {
  padding-bottom: clamp(2rem, 3vw, 4rem);
}
.recipe__lst > ul > li article .menu_name {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -2px;
}
.recipe__lst > ul > li article .menu_name + dl {
  margin-top: clamp(1.6rem, 3vw, 1.8rem);
}
.recipe__lst > ul > li article:nth-of-type(1) .box {
  padding-top: clamp(1.8rem, 3vw, 5rem);
}
.recipe__lst > ul > li article:nth-last-of-type(1) {
  padding-bottom: 0;
}
.recipe__lst > ul > li article:nth-of-type(n+2) {
  padding-top: clamp(2rem, 3vw, 4rem);
}
.recipe__lst > ul > li article.recipe__sime {
  position: relative;
}
.recipe__lst > ul > li article.recipe__sime .menu_name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.8rem, 2vw, 1.4rem);
}
.recipe__lst > ul > li article.recipe__sime .menu_name::before {
  content: "";
  display: block;
  background: url(../img/contents/recipe/icon_sime.png) no-repeat;
  background-size: 100%;
  width: max(clamp(2.8rem, 4vw, 5.6rem), clamp(2.8rem, 4vw, 5.6rem));
  height: max(clamp(2.44rem, 4vw, 4.88rem), clamp(2.44rem, 4vw, 4.88rem));
  margin-top: 7px;
}
@media (min-width: 1024px) {
  .recipe__lst > ul > li article.recipe__sime .menu_name::before {
    margin-top: 5px;
  }
}
.recipe__lst > ul > li article.recipe__arr .menu_name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.8rem, 2vw, 1.4rem);
}
.recipe__lst > ul > li article.recipe__arr .menu_name::before {
  content: "";
  display: block;
  background: url(../img/contents/recipe/icon_arr.png) no-repeat;
  background-size: 100%;
  width: max(clamp(3.145rem, 5vw, 6.29rem), clamp(3.145rem, 5vw, 6.29rem));
  height: max(clamp(1.55rem, 3vw, 3.1rem), clamp(1.55rem, 3vw, 3.1rem));
  margin-top: 12px;
}
.recipe__lst .box {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 4rem);
}
@media (min-width: 1024px) {
  .recipe__lst .box {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .recipe .img_box {
    width: calc((100% - clamp(2rem, 3vw, 4rem)) / 2);
  }
}
@media (min-width: 1024px) {
  .recipe__txt {
    width: calc((100% - clamp(2rem, 3vw, 4rem)) / 2);
  }
}
.recipe__txt dl {
  background-color: #fff;
  padding-block: clamp(2rem, 3vw, 2.4rem);
  padding-inline: clamp(1.5rem, 2vw, 2.4rem);
  border-radius: clamp(1rem, 2vw, 2rem);
}
.recipe__txt dl dt {
  background-color: #111;
  border-radius: 50px;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: bold;
  padding-inline: clamp(1.4rem, 2vw, 2.1rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.recipe__txt dl dt > p {
  color: #fff;
  font-weight: bold;
}
.recipe__txt dl dt span {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: normal;
  color: #fff;
}
.recipe__txt dl dd {
  padding-block: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 20px;
}
.recipe__txt dl dd:nth-last-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.recipe__txt dl dd > ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.recipe__txt dl dd > ul > li {
  font-size: 1.6rem;
  display: inline-flex;
}
.recipe__txt dl dd > ul > li span {
  display: block;
}
@media (min-width: 1024px) {
  .recipe__txt dl dd > ul > li span {
    font-size: 1.4rem;
  }
}
.recipe__txt dl dd.ingredients > ul li::before {
  content: "◎";
}
.recipe__txt dl dd.ingredients > ul li.no_before::before {
  content: none;
}
.recipe__txt dl dd.making > ul li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  display: block;
}
.recipe__txt dl dd.indent {
  padding-left: clamp(2.4rem, 4vw, 3rem);
}
.recipe__txt dl dd .ingredients__a {
  position: relative;
}
.recipe__txt dl dd .ingredients__a::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: calc(clamp(2.4rem, 4vw, 3rem) * -1);
  transform: translateY(-50%);
  color: #333;
  font-weight: bold;
}
.recipe__txt dl dd .ingredients__a::after {
  content: "";
  width: clamp(0.75rem, 1vw, 1rem);
  height: 100%;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 50%;
  left: calc(clamp(0.75rem, 1vw, 1rem) * -1);
  transform: translateY(-50%);
}
.recipe__txt dl dd .ingredients__a:has(+ .ingredients__b)::after {
  height: 85%;
}
.recipe__txt dl dd .ingredients__a:has(+ .ingredients__b) + .ingredients__b::after {
  height: 85%;
}
.recipe__txt dl dd .ingredients__b {
  position: relative;
}
.recipe__txt dl dd .ingredients__b::before {
  content: "B";
  position: absolute;
  top: 50%;
  left: calc(clamp(2.4rem, 4vw, 3rem) * -1);
  transform: translateY(-50%);
  color: #333;
  font-weight: bold;
}
.recipe__txt dl dd .ingredients__b::after {
  content: "";
  width: clamp(0.75rem, 1vw, 1rem);
  height: 100%;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 50%;
  left: calc(clamp(0.75rem, 1vw, 1rem) * -1);
  transform: translateY(-50%);
}
.recipe #katuo::before {
  background: url(../img/contents/package/recipe/katuo.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #katuo .recipe__sime {
    padding-bottom: 75px;
  }
}
.recipe #katuo .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/katuo/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.8rem, 22vw, 28.1rem);
  height: clamp(15.7rem, 21vw, 26.3rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}
.recipe #kurobuta::before {
  background: url(../img/contents/package/recipe/kurobuta.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #kurobuta .recipe__sime {
    padding-bottom: 72px;
  }
}
.recipe #kurobuta .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/kurobuta/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.8rem, 22vw, 28.1rem);
  height: clamp(15.7rem, 21vw, 26.3rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}
.recipe #kankitu::before {
  background: url(../img/contents/package/recipe/kankitu.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #kankitu .recipe__sime {
    padding-bottom: 74px;
  }
}
.recipe #kankitu .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/kankitu/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.05rem, 21vw, 28.4rem);
  height: clamp(15.7rem, 21vw, 27.8rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}
.recipe #nodoguro::before {
  background: url(../img/contents/package/recipe/nodoguro.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #nodoguro .recipe__sime {
    padding-bottom: 75px;
  }
}
.recipe #nodoguro .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/nodoguro/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.05rem, 21vw, 28.4rem);
  height: clamp(15.7rem, 21vw, 27.8rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}
.recipe #wagyu::before {
  background: url(../img/contents/package/recipe/wagyu.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #wagyu .recipe__sime {
    padding-bottom: 42px;
  }
}
.recipe #wagyu .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/wagyu/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.8rem, 22vw, 28.1rem);
  height: clamp(15.7rem, 21vw, 26.3rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}
.recipe #kai::before {
  background: url(../img/contents/package/recipe/kai.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .recipe #kai .recipe__sime {
    padding-bottom: 42.5px;
  }
}
.recipe #kai .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/kai/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(16.8rem, 22vw, 28.1rem);
  height: clamp(15.7rem, 21vw, 26.3rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}

#hihatsu::before {
  background: url(../img/contents/package/recipe/hihatsu.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  #hihatsu .recipe__sime {
    padding-bottom: 42px;
  }
}
#hihatsu .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/hihatsu/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(17.1rem, 23vw, 26.9rem);
  height: clamp(20.3rem, 27vw, 31.9rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}

#ethnic::before {
  background: url(../img/contents/package/recipe/ethnic.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  #ethnic .recipe__sime {
    padding-bottom: 42px;
  }
}
#ethnic .recipe__sime::after {
  content: "";
  display: block;
  background: url(../img/contents/recipe/ethnic/comment.png) no-repeat;
  background-size: 100%;
  width: clamp(18.3rem, 24vw, 29.8rem);
  height: clamp(17.05rem, 23vw, 27.8rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.6rem, 3vw, 4rem) * -1);
}

.post {
  margin-top: calc(clamp(5rem, 7vw, 15rem) * -1);
  padding-top: clamp(6rem, 8vw, 14.5rem);
  background: url(../img/contents/bg-yellow_sp.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  background-color: #fff;
  width: 100%;
  padding-bottom: clamp(8.3rem, 11vw, 20rem);
}
@media (min-width: 1024px) {
  .post {
    margin-top: -150px;
    background: url(../img/contents/bg-yellow_pc.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding-bottom: 200px;
  }
}
.post .ttl {
  width: min(51vw, 344px);
}
.post_nav {
  margin-top: clamp(3.5rem, 5vw, 5rem);
  text-align: center;
}
@media (min-width: 768px) {
  .post_nav ul {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
}
.post_nav ul li {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 78vw;
  max-width: 370px;
}
@media (min-width: 768px) {
  .post_nav ul li {
    width: 48%;
    max-width: 370px;
    margin: 0 20px;
  }
}
.post_nav ul li.link_our a::before {
  background: url(../img/contents/img_post/icon_our_white.svg) no-repeat center center;
  background-size: 60%;
}
.post_nav ul li.link_voice a::before {
  background: url(../img/contents/img_post/icon_voice_white.svg) no-repeat center center;
  background-size: 60%;
}
.post_nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #803D29;
  border-radius: 100px;
  width: 100%;
  padding: clamp(0.8rem, 2vw, 1rem);
  position: relative;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.post_nav a::before {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  left: 20px;
  top: calc(50% - 1em);
}
.post_nav a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url(../img/contents/img_post/arrow_white.svg) no-repeat center center;
  background-size: 100%;
}
.post-our {
  padding-top: clamp(3.6rem, 5vw, 4rem);
}
.post-our h3 {
  width: clamp(16.3rem, 22vw, 27rem);
  margin-left: auto;
  margin-right: auto;
}
.post-our .txt {
  margin-top: clamp(3.4rem, 5vw, 4rem);
  width: min(100% - 30px, 675px);
  margin-left: auto;
  margin-right: auto;
}
.post ul.post_list {
  padding-top: clamp(2rem, 3vw, 4rem);
  width: min(100% - 64px, 960px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(1.5rem, 2vw, 2rem);
}
.post ul.post_list li {
  width: calc((100% - clamp(1.5rem, 2vw, 2rem)) / 2);
}
@media (min-width: 768px) {
  .post ul.post_list li {
    width: calc((100% - clamp(1.5rem, 2vw, 2rem) * 2) / 3);
  }
}
@media (min-width: 1024px) {
  .post ul.post_list li {
    width: calc((100% - clamp(1.5rem, 2vw, 2rem) * 3) / 4);
  }
}
.post ul.post_list li img {
  border-radius: 10px;
}
.post .voice {
  margin-top: clamp(1.8rem, 3vw, 6.5rem);
  width: min(100% - 64px, 960px);
  margin-left: auto;
  margin-right: auto;
}
.post .slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

footer {
  margin-top: calc(clamp(4rem, 6vw, 12rem) * -1);
}
@media (min-width: 1024px) {
  footer {
    margin-top: -120px;
  }
}

.modal_content .slick-dots {
  bottom: -37px;
}

.modal_content .slick-dots li {
  width: 10px;
  height: 10px;
}

.modal_content .slick-dots li button:before {
  content: "";
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.modal_content .slick-dots li.slick-active button:before {
  border-color: #EB6100;
  background: #EB6100;
}

.photoname {
  background: #EDEDED;
  padding: 5px 10px;
  font-size: 0.7em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .photoname {
    margin-bottom: 0;
  }
}
.photoname span {
  color: #EB6100;
}