@charset "UTF-8";
/* .makoto-header */
.makoto-header {
  padding: 0 32px;
}

.makoto-header .makoto-header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding: 67px 54px 96px 74px;
  border-radius: 32px;
  background: url("../images/makoto/mv-makoto-bg.png") center bottom / 100% auto no-repeat var(--main-color-orange);
}

.makoto-header .makoto-header-wrap::after {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: url("../images/makoto/mv-makoto-logo.png") center center / cover no-repeat;
  overflow: hidden;
  content: "";
}

.makoto-header .makoto-header-wrap .makoto-header-text {
  width: 38.3%;
}

.makoto-header .makoto-header-wrap .makoto-header-text img {
  width: 100%;
}

.makoto-header .makoto-header-wrap figure {
  flex: 1;
  margin: 45px 0 0;
}

.makoto-header .makoto-header-wrap figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .makoto-header {
    padding: 0 8px;
  }

  .makoto-header .makoto-header-wrap {
    flex-direction: column-reverse;
    gap: 6px;
    padding: 36px 0 64px;
    background: url("../images/makoto/mv-makoto-bg_sp.png") center bottom / 100% auto no-repeat var(--main-color-orange);
  }

  .makoto-header .makoto-header-wrap::after {
    right: 18px;
    bottom: 18px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }

  .makoto-header .makoto-header-wrap .makoto-header-text {
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
  }

  .makoto-header .makoto-header-wrap figure {
    flex: 1;
    margin: 0;
  }
}

/* .makoto-features */
.makoto-features {
  margin: 66px 0 0;
}

.makoto-features .makoto-features-wrap {
  display: flex;
  align-items: center;
  column-gap: 91px;
  padding: 0 120px;
}

.makoto-features .makoto-features-wrap .makoto-features-text {
  width: 47.5%;
  margin: -11px 0 0;
}

.makoto-features .makoto-features-wrap .makoto-features-text h2 {
  font-size: 4em;
  letter-spacing: -0.005em;
}

.makoto-features .makoto-features-wrap .makoto-features-text p {
  margin: 11px 0 0;
  font-size: 1em;
  line-height: 1.5;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul {
  display: flex;
  flex-direction: column;
  margin: 68px 0 0;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li {
  position: relative;
  padding-left: 104px;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(2),
.makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(3) {
  margin: 60px 0 0;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li b {
  color: var(--main-color-orange);
  font-weight: 700;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 84px;
  height: 84px;
  content: "";
  transform: translateY(-50%);
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li.gluten-free::before {
  background: url("../images/makoto/icon-features01.png") center center / cover no-repeat;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li.quick-easy::before {
  background: url("../images/makoto/icon-features02.png") center center / cover no-repeat;
}

.makoto-features .makoto-features-wrap .makoto-features-text ul li.naturally::before {
  background: url("../images/makoto/icon-features03.png") center center / cover no-repeat;
}

.makoto-features .makoto-features-wrap picture {
  flex: 1;
}

.makoto-features .makoto-features-wrap picture img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .makoto-features {
    margin: 55px 0 0;
  }

  .makoto-features .makoto-features-wrap {
    flex-direction: column;
    gap: 25px;
    padding: 0 64px;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text {
    width: 100%;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text h2 {
    font-size: 3.25em;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text p {
    margin: 7px 0 0;
    font-size: 0.875em;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text ul {
    margin: 49px 0 0;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text ul li {
    padding-left: 77px;
    font-size: 1.25em;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(2),
  .makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(3) {
    margin: 60px 0 0;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text ul li::before {
    width: 64px;
    height: 64px;
  }

  .makoto-features .makoto-features-wrap picture {
    max-width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .makoto-features .makoto-features-wrap {
    padding: 0 16px;
  }
}

@media screen and (max-width: 500px) {
  .makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(2) {
    margin: 41px 0 0;
  }

  .makoto-features .makoto-features-wrap .makoto-features-text ul li:nth-child(3) {
    margin: 22px 0 0;
  }
}

/* .makoto-lineup */
.makoto-lineup {
  position: relative;
  margin: 96px 0 0;
  background: url("../images/bg_orange.png") top left / 39px auto repeat;
}

.makoto-lineup h2 {
  font-size: 4em;
}

.makoto-lineup::before {
  position: absolute;
  width: 304px;
  height: 484px;
  top: -288px;
  right: 0;
  background: url("../images/makoto/deco-makoto.png") center center / cover no-repeat;
  content: "";
}

.makoto-lineup .makoto-lineup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 63px 64px 88px;
}

.makoto-lineup .makoto-lineup-wrap > p {
  margin: 9px 0 0;
}

.makoto-lineup .makoto-lineup-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 57px 0 0;
}

.makoto-lineup .makoto-lineup-wrap ul li {
  width: calc(100% / 5 - 23px);
}

.makoto-lineup .makoto-lineup-wrap ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 17px;
  width: 100%;
  height: 100%;
  padding: 27px 40px 37px;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #290d0a;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.makoto-lineup .makoto-lineup-wrap ul li a:hover {
  color: var(--main-color-orange);
  border: 2px solid var(--main-color-orange);
}

.makoto-lineup .makoto-lineup-wrap ul li a::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  bottom: -3px;
  background: url("../images/arrow_anchor_bold_orange.svg") center center / cover no-repeat;
  transform: translate(-50%, -50%);
  content: "";
  transition: all 0.3s ease;
}

.makoto-lineup .makoto-lineup-wrap ul li a:hover::after {
  transform: translate(-50%, calc(-50% + 4px));
}

.makoto-lineup .makoto-lineup-wrap ul li a figure {
  width: 80px;
  height: 129px;
}

.makoto-lineup .makoto-lineup-wrap ul li a figure img {
  width: 100%;
}

.makoto-lineup .makoto-lineup-wrap ul li a p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .makoto-lineup .makoto-lineup-wrap ul li {
    width: calc(100% / 4 - 21px);
  }
}

@media screen and (max-width: 950px) {
  .makoto-lineup .makoto-lineup-wrap ul li {
    width: calc(100% / 3 - 19px);
  }
}

@media screen and (max-width: 768px) {
  .makoto-lineup {
    margin: 36px 0 0;
  }

  .makoto-lineup::before {
    content: none;
  }

  .makoto-lineup .makoto-lineup-wrap {
    padding: 40px 16px;
  }

  .makoto-lineup .makoto-lineup-wrap > p {
    margin: 7px 0 0;
    font-size: 0.875em;
    text-align: center;
  }

  .makoto-lineup .makoto-lineup-wrap ul {
    gap: 9px;
    margin: 40px 0 0;
  }

  .makoto-lineup .makoto-lineup-wrap ul li {
    width: calc(100% / 3 - 6px);
  }

  .makoto-lineup .makoto-lineup-wrap ul li a {
    row-gap: 17px;
    padding: 12px 12px 25px;
  }

  .makoto-lineup .makoto-lineup-wrap ul li a::after {
    width: 20px;
    height: 20px;
    bottom: -3px;
  }

  .makoto-lineup .makoto-lineup-wrap ul li a figure {
    width: 60px;
    height: 97px;
  }

  .makoto-lineup .makoto-lineup-wrap ul li a p {
    font-size: 0.8125em;
  }
}

@media screen and (max-width: 600px) {
  .makoto-lineup .makoto-lineup-wrap ul li {
    width: calc(100% / 2 - 5px);
  }
}

/* .makoto-items */
.makoto-items {
  margin: 88px 0 0;
  padding: 0 64px;
}

.makoto-items .makoto-item {
  width: 100%;
}

.makoto-items .makoto-item + .makoto-item {
  margin: 98px auto 0;
}

.makoto-items .makoto-item .makoto-item-header {
  position: relative;
  display: flex;
  height: 476px;
}

.makoto-items .makoto-item .makoto-item-header::before {
  position: absolute;
  top: -34px;
  left: 50%;
  width: auto;
  height: 114%;
  aspect-ratio: 336 / 543;
  transform: translateX(-50%);
  content: "";
  z-index: 1;
}

.makoto-items .makoto-item#teriyaki .makoto-item-header::before {
  background: url("../images/makoto/makoto-item01.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#vegetarian-oyster .makoto-item-header::before {
  background: url("../images/makoto/makoto-item02.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#stirfry .makoto-item-header::before {
  background: url("../images/makoto/makoto-item03.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#tonkatsu .makoto-item-header::before {
  background: url("../images/makoto/makoto-item04.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#sweet-chilli .makoto-item-header::before {
  background: url("../images/makoto/makoto-item05.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#sweet-chilli-ginger .makoto-item-header::before {
  background: url("../images/makoto/makoto-item06.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#gyoza .makoto-item-header::before {
  background: url("../images/makoto/makoto-item07.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#dashi-tsuyu .makoto-item-header::before {
  background: url("../images/makoto/makoto-item08.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#sushi-sashimi .makoto-item-header::before {
  background: url("../images/makoto/makoto-item09.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#yakiniku .makoto-item-header::before {
  background: url("../images/makoto/makoto-item10.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#yakitori .makoto-item-header::before {
  background: url("../images/makoto/makoto-item11.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#poke .makoto-item-header::before {
  background: url("../images/makoto/makoto-item12.png") center center / cover no-repeat;
}

.makoto-items .makoto-item#ponzu .makoto-item-header::before {
  background: url("../images/makoto/makoto-item13.png") center center / cover no-repeat;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 110px 20px 74px;
  border-radius: 32px 0 0 0;
  overflow: hidden;
}

.makoto-items .makoto-item#teriyaki .makoto-item-header .makoto-item-header-text {
  background-color: #b51480;
}

.makoto-items .makoto-item#vegetarian-oyster .makoto-item-header .makoto-item-header-text {
  background-color: #20843b;
}

.makoto-items .makoto-item#stirfry .makoto-item-header .makoto-item-header-text {
  background-color: #831f82;
}

.makoto-items .makoto-item#tonkatsu .makoto-item-header .makoto-item-header-text {
  background-color: #964d11;
}

.makoto-items .makoto-item#sweet-chilli .makoto-item-header .makoto-item-header-text {
  background-color: #d61a26;
}

.makoto-items .makoto-item#sweet-chilli-ginger .makoto-item-header .makoto-item-header-text {
  background-color: #a36e1a;
}

.makoto-items .makoto-item#gyoza .makoto-item-header .makoto-item-header-text {
  background-color: #0d7a4f;
}

.makoto-items .makoto-item#dashi-tsuyu .makoto-item-header .makoto-item-header-text {
  background-color: #873978;
}

.makoto-items .makoto-item#sushi-sashimi .makoto-item-header .makoto-item-header-text {
  background-color: #1a4f73;
}

.makoto-items .makoto-item#yakiniku .makoto-item-header .makoto-item-header-text {
  background-color: #70443a;
}

.makoto-items .makoto-item#yakitori .makoto-item-header .makoto-item-header-text {
  background-color: #e57743;
}

.makoto-items .makoto-item#poke .makoto-item-header .makoto-item-header-text {
  background-color: #158fbd;
}

.makoto-items .makoto-item#ponzu .makoto-item-header .makoto-item-header-text {
  background-color: #9fb848;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/top/recipe-item-bg.png") center center / cover no-repeat;
  mix-blend-mode: color-burn;
  content: "";
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text h3 {
  font-size: 3.5em;
  letter-spacing: -0.005em;
  color: #fff;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin: 16px 0 0;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul li {
  position: relative;
  padding-left: 6px;
  font-size: 1.125em;
  line-height: 1.5;
  color: #fff;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul li::before {
  position: absolute;
  left: -2px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text a {
  width: fit-content;
  margin: 31px 0 0;
  padding-right: 12px;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text a:hover span::before {
  left: 0;
}

.makoto-items .makoto-item .makoto-item-header .makoto-item-header-text a:hover span::after {
  left: 21px;
}

.makoto-items .makoto-item .makoto-item-header picture {
  width: 50%;
  border-radius: 0 32px 0 0;
  overflow: hidden;
}

.makoto-items .makoto-item .makoto-item-header picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.makoto-items .makoto-item .makoto-item-main {
  padding: 64px 56px 92px;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}

.makoto-items .makoto-item#teriyaki .makoto-item-main {
  background-color: rgb(181, 20, 128, 0.08);
}

.makoto-items .makoto-item#vegetarian-oyster .makoto-item-main {
  background-color: rgb(32, 132, 59, 0.08);
}

.makoto-items .makoto-item#stirfry .makoto-item-main {
  background-color: rgb(132, 32, 129, 0.08);
}

.makoto-items .makoto-item#tonkatsu .makoto-item-main {
  background-color: rgb(150, 77, 17, 0.08);
}

.makoto-items .makoto-item#sweet-chilli .makoto-item-main {
  background-color: rgb(214, 26, 38, 0.08);
}

.makoto-items .makoto-item#sweet-chilli-ginger .makoto-item-main {
  background-color: rgb(163, 110, 26, 0.08);
}

.makoto-items .makoto-item#gyoza .makoto-item-main {
  background-color: rgb(13, 122, 79, 0.08);
}

.makoto-items .makoto-item#dashi-tsuyu .makoto-item-main {
  background-color: rgb(135, 57, 120, 0.08);
}

.makoto-items .makoto-item#sushi-sashimi .makoto-item-main {
  background-color: rgb(26, 79, 115, 0.08);
}

.makoto-items .makoto-item#yakiniku .makoto-item-main {
  background-color: rgb(112, 68, 58, 0.08);
}

.makoto-items .makoto-item#yakitori .makoto-item-main {
  background-color: rgb(229, 119, 67, 0.08);
}

.makoto-items .makoto-item#poke .makoto-item-main {
  background-color: rgb(21, 143, 189, 0.08);
}

.makoto-items .makoto-item#ponzu .makoto-item-main {
  background-color: rgb(159, 184, 72, 0.08);
}

.makoto-item-main-header {
  display: flex;
  justify-content: space-between;
}

.makoto-item-main-header h4 {
  position: relative;
  font-size: 1.75em;
  padding-left: 49px;
}

.makoto-item-main-header h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  background: url("../images/icon_book.png") center center / cover no-repeat;
  transform: translateY(-50%);
  content: "";
}

.makoto-item-main-header .common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 42px;
  padding-right: 19px;
  font-size: 0.875em;
}

.makoto-item-main-header .common-btn span {
  width: 18px;
  height: 18px;
  right: 16px;
}

.makoto-item-main-header .common-btn span::before,
.makoto-item-main-header .common-btn span::after {
  width: 18px;
  height: 18px;
}

.makoto-item-recipe {
  position: relative;
  margin: 28px 0 0;
}

.makoto-item-recipe-swiper {
  overflow: hidden;
}

.makoto-item-recipe .swiper-slide {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  height: auto;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-image {
  width: 41.5%;
  height: 100%;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-image figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail {
  flex: 1;
  height: 100%;
  padding: 31px 53px;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-title {
  color: var(--main-color-black);
  text-decoration: none;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-title h5 {
  font-size: 2.25em;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-data {
  margin: 40px 0 0;
  display: flex;
  column-gap: 6px;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time {
  width: calc(100% / 3);
  border-radius: 16px;
  overflow: hidden;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time,
.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f2f1ef;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time figure,
.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item figure {
  width: 28px;
  height: 28px;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time figure img,
.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item figure img {
  width: 100%;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-title {
  margin: 8px 0 0;
  font-size: 0.625em;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-title + p {
  margin: 0;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-lists {
  display: flex;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-lists li:first-child {
  border-radius: 16px 0 0 16px;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-lists li:last-child {
  border-radius: 0 16px 16px 0;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item {
  width: 50%;
}

.makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item + .makoto-item-recipe-visual-item {
  border-left: 1px solid #fff;
}

.makoto-item-recipe-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin: 20px auto 0;
}

.makoto-item-recipe-tags li a {
  display: block;
  padding: 3px 11px;
  border: 1px solid var(--recipe-color);
  border-radius: 50px;
  font-size: 0.75em;
  font-weight: 500;
  color: var(--recipe-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.makoto-item-recipe-tags li a:hover {
  background-color: var(--recipe-color);
  color: #fff;
}

.makoto-item-recipe .swiper-button-prev,
.makoto-item-recipe .swiper-button-next {
  top: 50%;
}

.makoto-item-recipe .swiper-button-prev.is-inactive,
.makoto-item-recipe .swiper-button-next.is-inactive {
  display: none;
}

.makoto-item-recipe .swiper-button-prev {
  left: -24px;
}

.makoto-item-recipe .swiper-button-next {
  right: -24px;
}

.makoto-item-recipe .swiper-pagination {
  bottom: -45px;
}

.makoto-item-recipe .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}

.makoto-item-recipe .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color-black);
}

.makoto-item .error-message {
  margin: 50px 0 0;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .makoto-items .makoto-item .makoto-item-header {
    height: 550px;
  }
}

@media screen and (max-width: 1150px) {
  .makoto-items .makoto-item .makoto-item-header {
    height: 650px;
  }
}

@media screen and (min-width: 1001px) {
  .makoto-item .for-pc {
    display: flex !important;
  }

  .makoto-item .for-sp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .makoto-item .for-pc {
    display: none;
  }

  .makoto-item .for-sp {
    display: flex !important;
  }

  .makoto-items {
    margin: 42px 0 0;
    padding: 0;
  }

  .makoto-items .makoto-item + .makoto-item {
    margin: 40px auto 0;
  }

  .makoto-items .makoto-item .makoto-item-header {
    height: auto;
    flex-direction: column-reverse;
  }

  .makoto-items .makoto-item .makoto-item-header::before {
    top: -25px;
    width: 35%;
    height: auto;
    aspect-ratio: 147 / 238;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text {
    width: 100%;
    padding: 40px 24px 27px;
    border-radius: 0;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text h3 {
    font-size: 1.875em;
    text-align: center;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul {
    row-gap: 7px;
    margin: 16px 0 0;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul li {
    padding-left: 10px;
    font-size: 0.875em;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text ul li::before {
    top: 7px;
    left: 3px;
  }

  .makoto-items .makoto-item .makoto-item-header .makoto-item-header-text a {
    margin: 19px 0 0;
    padding-right: 12px;
    font-size: 1em;
  }

  .makoto-items .makoto-item .makoto-item-header picture {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 186;
    border-radius: 0;
  }

  .makoto-items .makoto-item .makoto-item-header picture img {
    width: 100%;
    height: auto;
  }

  .makoto-items .makoto-item .makoto-item-main {
    padding: 85px 20px 45px;
  }

  .makoto-item-main-header {
    justify-content: center;
  }

  .makoto-item-main-header h4 {
    font-size: 1.375em;
    padding-left: 0;
  }

  .makoto-item-main-header h4::before {
    top: -53px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
  }

  .makoto-item-recipe {
    margin: 32px 0 0;
  }

  .makoto-item-recipe-swiper {
    overflow: visible;
  }

  .makoto-item-recipe .swiper-slide {
    flex-direction: column;
  }

  .makoto-item-recipe .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-image {
    width: 100%;
    height: auto;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-image figure {
    height: auto;
    aspect-ratio: 30 / 18;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail {
    padding: 18px 22px 23px;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-title h5 {
    font-size: 1.375em;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-data {
    margin: 24px 0 0;
    display: flex;
    column-gap: 6px;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time {
    width: 32%;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time,
  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 8px;
    background-color: #f2f1ef;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-time figure,
  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item figure {
    width: 24px;
    height: 24px;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-title {
    margin: 8px 0 0;
    font-size: 0.5em;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-title + p {
    font-size: 0.875em;
  }

  .makoto-item-recipe .swiper-slide .makoto-item-recipe-detail .makoto-item-recipe-visual-item {
    width: calc(100% / 2);
  }

  .makoto-item-recipe-tags {
    gap: 8px 6px;
    margin: 18px auto 0;
  }

  .makoto-item-recipe-tags li a {
    padding: 2px 11px;
    font-size: 0.625em;
  }

  .makoto-item-recipe .swiper-button-prev,
  .makoto-item-recipe .swiper-button-next {
    display: none;
  }

  .makoto-item-recipe .swiper-pagination {
    bottom: -33px;
  }

  .makoto-item-recipe .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .makoto-item-bottom {
    margin: 52px 0 0;
  }

  .makoto-item-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 56px;
    margin: 0 auto;
    font-size: 1em;
  }

  .makoto-item-bottom a span {
    right: 24px;
  }

  .makoto-item .error-message {
    margin: 30px 0 20px;
  }
}

@media screen and (max-width: 550px) {
  .makoto-items .makoto-item .makoto-item-header::before {
    width: 39.2%;
  }
}

/* loop-text */
.loop-text {
  position: relative;
  background-color: var(--main-color-red);
  margin: 80px 0 0;
  padding: 88px 0;
}

.loop-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/recipe-item-bg.png") center center / cover no-repeat;
  mix-blend-mode: color-burn;
  content: "";
}

.loop-text .loop-block p:first-child:before {
  background: url("../images/recipe/icon_soysauce.png") center center / cover no-repeat;
}

.loop-text .loop-block p:nth-child(2):before {
  background: url("../images/recipe/icon_sauce.png") center center / cover no-repeat;
}

.loop-text .loop-block p:nth-child(3):before {
  background: url("../images/recipe/icon_makoto.png") center center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .loop-text {
    padding: 60px 0;
  }

  .loop-text .loop-block p {
    margin: 9px 0 0;
  }

  .loop-text .loop-block p img {
    height: 27px;
  }
}

.breadcrumb {
  margin: 0;
}

/* .modal-open-btn */
.modal-open-btn {
  position: fixed;
  bottom: 64px;
  right: 32px;
  width: 201px;
  height: 176px;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease;
}

.modal-open-btn.is-active {
  opacity: 1;
}

.modal-open-btn a {
  display: block;
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-open-btn a:hover {
  transform: scale(1.05);
}

.modal-open-btn a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal-open-btn {
    bottom: -16px;
    right: 0;
    width: 159px;
    height: 173px;
  }
}

/* .modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: none;
  scrollbar-width: none;
  z-index: 1000;
  display: none;
}

.modal .modal-wrap {
  position: relative;
  width: calc(100% - 400px);
  height: 100%;
  max-height: 90vh;
  margin: 5vh 0;
  /* margin: 120px 0; */
  left: 50%;
  padding: 44px 48px 20px;
  transform: translateX(-50%);
  border-radius: 32px;
  background-color: #f2f1ef;
  opacity: 0;
  transition: all 0.3s ease;
}

.modal.modal-open .modal-wrap {
  opacity: 1;
  transition: all 0.3s ease 0.3s;
}

.modal .modal-links {
  max-height: 80vh;
  overflow: hidden;
}

.modal h3 {
  font-size: 1.75em;
  letter-spacing: -0.005em;
}

.modal ul {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(80vh - 35px - 28px);
  gap: 10px 11px;
  margin: 28px 0 0;
  overflow-y: scroll;
}

.modal ul li {
  width: calc(100% / 4 - 9px);
}

.modal ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 13px;
  width: 100%;
  height: 100%;
  padding: 18px 40px 22px;
  border: 2px solid #e4e3e0;
  border-radius: 16px;
  color: #290d0a;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modal ul li a:hover {
  color: var(--main-color-orange);
  border: 2px solid var(--main-color-orange);
}

.modal ul li a figure {
  width: 58px;
  height: 94px;
}

.modal ul li a figure img {
  width: 100%;
}

.modal ul li a p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* modal背景 */
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background-color: rgba(0, 0, 0, 0.75);

  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

.modal.modal-open .overlay {
  opacity: 1;
}

/* 閉じるボタン */
.modal .modal-close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  padding: 0;
  z-index: 10;
  transition: right 0.3s cubic-bezier(0, 0, 0, 0.75);
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

.modal .modal-close-icon span {
  display: none;
}

.modal .modal-close-icon::before,
.modal .modal-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 36px;
  border-radius: 1px;
  background: var(--main-color-black);
}

.modal .modal-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1300px) {
  .modal .modal-wrap {
    width: calc(100% - 200px);
  }

  .modal ul li {
    width: calc(100% / 3 - 8px);
  }
}

@media screen and (max-width: 1000px) {
  .modal ul li {
    width: calc(100% / 2 - 8px);
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 20px);
    max-height: none;
    margin: 20px 0 0;
    padding: 26px 8px 0;
    border-radius: 32px 32px 0 0;
  }

  .modal .filter-title {
    padding-left: 42px;
    font-size: 1.375em;
  }

  .modal .filter-title::before {
    width: 28px;
    height: 28px;
    top: 13px;
    left: 3px;
  }

  .modal .modal-close-icon::before,
  .modal .modal-close-icon::after {
    height: 28px;
  }

  .modal .modal-links {
    max-height: none;
    overflow: unset;
    padding: 0 14px;
  }

  .modal h3 {
    font-size: 1.375em;
  }

  .modal ul {
    max-height: calc(100vh - 20px - 27.5px - 48px);
    gap: 5px 8px;
    margin: 21px 0 0;
    padding: 0 0 20px;
  }

  .modal ul li {
    width: calc(100% / 3 - 6px);
  }

  .modal ul li a {
    row-gap: 16px;
    padding: 19px 20px 12px;
  }

  .modal ul li a figure {
    width: 48px;
    height: 77px;
  }

  .modal ul li a p {
    font-size: 0.75em;
  }

  .modal .modal-close-icon {
    top: 18px;
    right: 13px;
  }
}

@media screen and (max-width: 600px) {
  .modal ul li {
    width: calc(100% / 2 - 4px);
  }
}
