* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Shippori Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1919px) and (min-width: 769px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-size: 1rem;
  color: #333333;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-top {
  background: #e72c14;
}

.footer-top__link a {
  display: block;
  width: 100%;
  margin-inline: auto;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .footer-top__link a {
    padding: 12px 0;
  }
}

.footer-top__link a img {
  display: block;
  width: 50rem;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-top__link a img {
    width: 80%;
  }
}

@media (any-hover: hover) {
  .footer-top__link a:hover img {
    opacity: 0.7;
  }
}
.footer {
  background: #fff;
  padding: 1.25rem 4.375rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4px 10px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .footer__list {
    gap: 12px;
  }
}

.footer__item a {
  display: block;
  color: #000;
  font-size: 1.875rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .footer__item a {
    font-size: 9px;
    line-height: 2.3333333333;
  }
}

.footer__logo a {
  display: block;
  margin-top: 1.25rem;
  width: 35.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    margin-top: 4px;
    width: 8rem;
    max-width: 170px;
  }
}
.footer__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__small {
  display: block;
  margin-top: 1.75rem;
  color: #000;
  font-size: 1.875rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .footer__small {
    margin-top: 6px;
    font-size: 9px;
    line-height: 2.3333333333;
  }
}

.fv__block {
  position: relative;
  aspect-ratio: 5000/2870;
  max-height: 1102px;
  margin-inline: auto;
}

.fv__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.fv__contents {
  position: relative;
  width: 100%;
}

.fv__contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  aspect-ratio: 5000/2870;
  scale: 1.2;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .fv__contents::before {
    background: url(../img/fv-bg_sp.webp) no-repeat center center/cover;
    scale: 1.1;
    aspect-ratio: 1/1;
  }
}

.fv__item {
  width: 27.75rem;
}
@media screen and (max-width: 768px) {
  .fv__item {
    width: 7.75rem;
  }
}

.fv__item:nth-child(1) {
  position: absolute;
  top: 18.75rem;
  right: 59%;
  -webkit-animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@media screen and (max-width: 768px) {
  .fv__item:nth-child(1) {
    top: 6.75rem;
    right: 58%;
  }
}

.fv__item:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 18.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .fv__item:nth-child(2) {
    top: 6.75rem;
  }
}

.fv__item:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 18.75rem;
  left: 59%;
  -webkit-animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: blurIn 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .fv__item:nth-child(3) {
    left: 58%;
    top: 6.75rem;
  }
}

.fv__top-text {
  opacity: 0;
  width: 51rem;
  position: absolute;
  top: 9.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: blurIn 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: blurIn 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .fv__top-text {
    width: 15rem;
    top: 3.125rem;
  }
}

@-webkit-keyframes blurIn {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes blurIn {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.fv__title {
  width: 54rem;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: blurIn 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: blurIn 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 18.75rem;
    top: auto;
    bottom: 2.5rem;
  }
}

.movie__block {
  padding: 4.375rem 0 7.8125rem;
}
@media screen and (max-width: 768px) {
  .movie__block {
    padding: 18px 0;
  }
}

.movie__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movie__title {
    font-size: 18px;
  }
}

.movie__video {
  width: 100%;
  margin: 2.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .movie__video {
    margin-top: 16px;
  }
}

.movie__video iframe {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lineup__block {
  padding: 7.8125rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .lineup__block {
    padding: 18px 0 22px;
  }
}

.lineup__contents {
  padding: 3.125rem 3.75rem;
  border-radius: 44px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lineup__contents {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    padding: 40px 16px;
    border-radius: 25px;
  }
}

.lineup__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 1.7435897436;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup__title {
    font-size: 34px;
    line-height: 1.1764705882;
  }
}

.lineup__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .lineup__list {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.lineup-item__img {
  width: 15.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lineup-item__img {
    width: 5.625rem;
    max-width: 120px;
  }
}

.lineup-item__text {
  font-family: "Shippori Mincho", serif;
  color: #000;
  margin-top: 1.875rem;
  font-size: 2rem;
  line-height: 1.775;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-item__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.2;
  }
}
.lineup-item__text span {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__text span {
    font-size: 9px;
  }
}

.lineup-bottom__list {
  margin-top: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .lineup-bottom__list {
    margin-top: 30px;
    gap: 20px;
  }
}

.lineup-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  .lineup-bottom__item {
    width: 6.875rem;
    max-width: 146px;
  }
}

.lineup-bottom__item-small {
  margin-left: 1.5rem;
  width: 11.875rem;
}
@media screen and (max-width: 768px) {
  .lineup-bottom__item-small {
    width: 3rem;
    max-width: 64px;
    margin-left: 8px;
  }
}

.lineup-bottom__text {
  width: 62.5rem;
  margin: 2.5rem auto 0;
  border-radius: 37px;
  background: #fff;
  border: 1px solid #e72c14;
  padding: 0 48px;
  font-family: "Shippori Mincho", serif;
  color: #e72c14;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-bottom__text {
    width: 15.25rem;
    max-width: 325px;
    margin-top: 16px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.history__block {
  padding: 6.25rem 0 7.1875rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history__block {
    padding: 22px 0 18px;
  }
}

.history__block::before {
  content: "";
  width: calc(50% + 34.375rem);
  height: 0.9375rem;
  background: #f3e57a;
  position: absolute;
  top: 32.625rem;
  left: calc(50% - 34.375rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history__block::before {
    width: calc(50% + 158px);
    height: 3px;
    top: 101px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .history__block::before {
    width: calc(50% + 7.8125rem);
  }
}

.history__block::after {
  content: "";
  width: 100%;
  height: 0.9375rem;
  background: #f3e57a;
  position: absolute;
  top: 75.625rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history__block::after {
    height: 3px;
    top: 291px;
  }
}

.history__list {
  margin-top: 8.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12.5rem;
     -moz-column-gap: 12.5rem;
          column-gap: 12.5rem;
  row-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .history__list {
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 22px;
  }
}

.history__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.history__item:nth-child(1) .history-item__img {
  width: 9.8125rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(1) .history-item__img {
    width: 49px;
  }
}

.history__item:nth-child(2) .history-item__img {
  width: 11.875rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(2) .history-item__img {
    width: 59px;
  }
}

.history__item:nth-child(3) .history-item__img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(3) .history-item__img {
    width: 40px;
  }
}

.history__item:nth-child(4) .history-item__img {
  width: 16.25rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(4) .history-item__img {
    width: 90px;
  }
}

.history__item:nth-child(5) .history-item__img {
  width: 11.4375rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(5) .history-item__img {
    width: 52px;
  }
}

.history__item:nth-child(6) .history-item__img {
  width: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(6) .history-item__img {
    width: 41px;
  }
}

.history-item__year {
  color: #e72c14;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.15;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history-item__year {
    font-size: 15px;
    line-height: 1.2;
  }
}

.history-item__year.--pink {
  color: #ef94bc;
}

.history-item__year.--orange {
  color: #f18825;
}

.history-item__icon {
  margin: 1rem auto 0;
  width: 4.75rem;
}
@media screen and (max-width: 768px) {
  .history-item__icon {
    margin: 4px auto 0;
    width: 15px;
  }
}

.history-item__icon.--red {
  background: url(../img/flower-icon.webp) no-repeat center center/contain;
}

.history-item__icon.--pink {
  background: url(../img/flower-icon-pink.webp) no-repeat center center/contain;
}

.history-item__icon.--orange {
  background: url(../img/flower-icon-orange.webp) no-repeat center center/contain;
}

.history-item__img {
  margin-inline: auto;
}

.history-item__text {
  margin-top: 1.875rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.7419354839;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history-item__text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.2;
  }
}

.feature__block {
  padding: 7.1875rem 0 7.8125rem;
}
@media screen and (max-width: 768px) {
  .feature__block {
    padding: 18px 0 22px;
  }
}

.feature__list {
  margin-top: 5.625rem;
  padding: 0 1.25rem;
  display: grid;
  gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .feature__list {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 0;
    gap: 48px;
  }
}

.feature__item:nth-child(1) .feature__badge {
  background-color: #e72c14;
}

.feature__item:nth-child(2) .feature__badge {
  background-color: #ef94bc;
}

.feature__item:nth-child(2) .feature__point-item::before {
  background-color: #ef94bc;
}

.feature__item:nth-child(3) .feature__badge {
  background-color: #f18825;
}

.feature__item:nth-child(3) .feature__point-item::before {
  background-color: #f18825;
}

.feature__item:nth-child(4) .feature__badge {
  background-color: #e72c14;
}

.feature__item:nth-child(1) .feature-item__img {
  width: 36.75rem;
}
@media screen and (max-width: 768px) {
  .feature__item:nth-child(1) .feature-item__img {
    width: 18.5625rem;
    max-width: 396px;
  }
}

.feature__item:nth-child(2) .feature-item__img {
  width: 36.625rem;
}
@media screen and (max-width: 768px) {
  .feature__item:nth-child(2) .feature-item__img {
    width: 18.5625rem;
    max-width: 396px;
  }
}

.feature__item:nth-child(3) .feature-item__img {
  width: 13.4375rem;
}
@media screen and (max-width: 768px) {
  .feature__item:nth-child(3) .feature-item__img {
    width: 8rem;
    max-width: 170px;
  }
}

.feature__item:nth-child(4) .feature-item__img {
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .feature__item:nth-child(4) .feature-item__img {
    width: 9.75rem;
    max-width: 208px;
  }
}

.feature__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .feature__label {
    gap: 8px;
  }
}

.feature__badge {
  display: grid;
  place-content: center;
  width: 12.0625rem;
  height: 12.0625rem;
  border-radius: 50%;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 3.875rem;
  font-weight: bold;
  line-height: 1.1451612903;
}
@media screen and (max-width: 768px) {
  .feature__badge {
    width: 51px;
    height: 51px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.feature__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1.7469879518;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 21px;
    line-height: 1.1818181818;
  }
}

.feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .feature__contents {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature__point-list {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .feature__point-list {
    padding-left: 18px;
  }
}

.feature__point-item {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 2.64;
}
@media screen and (max-width: 768px) {
  .feature__point-item {
    padding-left: 12px;
    font-size: 14px;
    line-height: 2.4285714286;
  }
}
.feature__point-item::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #e72c14;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .feature__point-item::before {
    width: 7px;
    height: 7px;
  }
}

.feature-item__img {
  margin-inline: auto;
}

.anytime__block {
  padding: 7.8125rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .anytime__block {
    padding: 22px 0 30px;
  }
}

.anytime__list {
  margin-top: 8.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .anytime__list {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 34px;
  }
}

.anytime-item__img {
  width: 26.5rem;
}
@media screen and (max-width: 768px) {
  .anytime-item__img {
    width: 8.5625rem;
    max-width: 182px;
  }
}

.anytime-item__text {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.7428571429;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anytime-item__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
}

.anytime-item__text .red {
  color: #e72c14;
}

.recipe__block {
  padding: 8.75rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .recipe__block {
    padding: 30px 0 26px;
  }
}

.recipe__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recipe__list {
    margin-top: 22px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.recipe__item a {
  color: #333333;
}

@media (any-hover: hover) {
  .recipe__item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.recipe-item__img {
  width: 38.0625rem;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recipe-item__img {
    width: 100%;
    max-width: 446px;
    margin-inline: auto;
  }
}
.recipe-item__img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.recipe-item__text {
  margin-top: 1.25rem;
  font-weight: 600;
  font-size: 2.375rem;
  line-height: 1.7368421053;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recipe-item__text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.125;
  }
}

.recipe__text {
  margin-top: 7.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.203125;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recipe__text {
    margin-top: 36px;
    font-size: 19px;
    line-height: 1.1578947368;
  }
}

.recipe__link a {
  display: block;
  margin-top: 1.25rem;
  width: 55.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .recipe__link a {
    margin: 6px auto 0;
    width: 15.9375rem;
    max-width: 340px;
  }
}
.recipe__link a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .recipe__link a:hover img {
    opacity: 0.7;
  }
}
.cta__block {
  padding: 5.625rem 0 12.5rem;
  background: #f4f5f0;
}
@media screen and (max-width: 768px) {
  .cta__block {
    padding: 20px 0 35px;
  }
}

.cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  line-height: 1.7361111111;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 23px;
    line-height: 1.2173913043;
  }
}

.cta__list {
  width: 96.25rem;
  margin: 5.375rem auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .cta__list {
    width: calc(100% - 1.25rem);
    max-width: 500px;
    margin: 16px auto 0;
    grid-template-columns: 205px 205px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cta__list {
    grid-template-columns: 9.625rem 9.625rem;
  }
}

.cta__item a {
  display: block;
  width: 15.4375rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cta__item a {
    width: 9.625rem;
    max-width: 205px;
  }
}

@media (any-hover: hover) {
  .cta__item a:hover {
    opacity: 0.7;
  }
}
.inner {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 500px;
    padding-inline: 1.25rem;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.section-title {
  padding-bottom: 1.25rem;
  border-bottom: 0.4375rem solid #e72c14;
  font-family: "Shippori Mincho", serif;
  color: #e72c14;
  font-size: 5.375rem;
  line-height: 1.7558139535;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-bottom: 6px;
    border-bottom: 1.5px solid #e72c14;
    font-size: 23px;
    line-height: 1.1666666667;
  }
}

.section-title::before,
.section-title::after {
  content: "";
  background: url(../img/flower-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  width: 7rem;
  aspect-ratio: 224/215;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section-title::before,
  .section-title::after {
    width: 23px;
  }
}

.section-title::before {
  left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    left: 2px;
  }
}

.section-title::after {
  right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    right: 2px;
  }
}

.bg {
  background: #f7edd5;
  overflow: hidden;
}