*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 749px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  color: #2e3a5c;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.container {
  max-width: 46.875rem;
  margin-inline: auto;
}
@media (min-width: 750px) {
  .container {
    max-width: 46.875rem;
  }
}

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

@media (min-width: 750px) {
  .sp-br {
    display: none;
  }
}

.kv {
  position: relative;
  height: 80.8125rem;
  overflow: hidden;
  width: 100%;
}

.kv__inner {
  position: relative;
  height: 100%;
}

.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.kv__bg::before {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 3.875rem;
  width: 15.808125rem;
  height: 22.19375rem;
  background-image: url("../assets/img/section/kv/kv-cherry.png");
  background-size: 15.808125rem 22.19375rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.kv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv__main-img {
  position: absolute;
  left: -1.3125rem;
  top: 14.125rem;
  width: 44.9375rem;
  height: 54.5rem;
}

.kv__title {
  position: absolute;
  left: 29.875rem;
  top: 3.875rem;
  width: 15.808125rem;
  height: 22.19375rem;
}

.kv__catchcopy {
  position: absolute;
  left: 12.25rem;
  top: 4.9375rem;
  width: 30.3125rem;
  height: 15.6875rem;
  filter: drop-shadow(0 0 1.25rem #ffffff);
  margin-top: 0;
}

.kv__catchcopy-sub {
  position: absolute;
  right: 4.0625rem;
  top: 20.625rem;
  width: 17.9375rem;
  height: 27.25rem;
}

.kv__logo {
  position: absolute;
  left: 1.5625rem;
  top: 41.375rem;
  width: 11.25rem;
  height: 20.1875rem;
}

.kv__features {
  position: absolute;
  left: 4.875rem;
  top: 67rem;
  display: flex;
  justify-content: space-between;
  width: 37.125rem;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

.kv__feature-item {
  position: relative;
  width: 12.0625rem;
  height: 12.0625rem;
}

.kv__feature-bg {
  position: absolute;
  left: 0.1875rem;
  top: 0.4375rem;
  width: 11.625rem;
  height: 11.625rem;
}

.kv__feature-icon {
  position: absolute;
  left: 0.4375rem;
  top: -1.0625rem;
  width: 6.1875rem;
  height: 5.6875rem;
}

.kv__feature-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1923076923;
  letter-spacing: -0.08125rem;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  margin-top: 0;
}

.kv__feature-note {
  font-size: 0.9375rem;
}

.kv__note {
  position: absolute;
  right: 4.875rem;
  top: 79.6875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #2e3a5c;
  white-space: pre;
  margin-top: 0;
}

.product {
  position: relative;
  padding-top: 2.5625rem;
  padding-bottom: 2.5rem;
  z-index: 2;
}

.product__bg {
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.product__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__inner {
  padding-inline: 2.3125rem;
  position: relative;
}

.product__list {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}

.product__card {
  position: relative;
  width: calc((100% - 2.5rem) / 3);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 0;
  overflow: visible;
}
.product__card:nth-child(2), .product__card:nth-child(3) {
  margin-top: 0;
}

.product__img {
  position: relative;
  width: 100%;
  height: 11.5625rem;
  text-align: center;
  z-index: 2;
}
.product__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.product__icon {
  position: absolute;
  left: -1.25rem;
  bottom: 16.25rem;
  width: 6.25rem;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.product__icon img {
  width: 100%;
  height: auto;
}

.product__content {
  position: relative;
  width: 100%;
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
  left: auto;
  top: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3a5c;
  margin-top: 0;
  position: relative;
  padding-bottom: 0.9375rem;
  flex-grow: 1;
}
.product__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D8C799;
}

.product__name-top {
  display: block;
  margin-bottom: 0.3125rem;
}

.product__special {
  display: inline-block;
  background-color: #a67526;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.125rem 0.5rem;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.product__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.product__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  color: #da4e64;
}

.product__price-tax {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  color: #da4e64;
}

.product__cta {
  width: 100%;
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.product__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  height: 3.25rem;
  background: linear-gradient(to bottom, #617bc2, #2e3a5c);
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.225rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.product__btn-icon {
  position: absolute;
  left: 3.75rem;
  top: 0.25rem;
  width: 1.35625rem;
  height: 1.35625rem;
}

.product__btn-text {
  margin-left: 2.125rem;
}

.product__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 3.25rem;
  border: 0.03125rem solid #2e3a5c;
  border-radius: 0.15625rem;
  background-color: #ffffff;
  color: #2e3a5c;
  font-size: 1rem;
}

.contents1 {
  display: none;
  position: relative;
  height: 75.3125rem;
  margin-top: 6.875rem;
  z-index: 2;
}

.contents1__inner {
  position: relative;
  height: 100%;
  z-index: 5;
}

.contents1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.contents1__bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contents1__bg::before {
  content: "";
  position: absolute;
  left: 8.75rem;
  top: -10.625rem;
  width: 35.831875rem;
  height: 63.87125rem;
  background-image: url("../assets/img/section/contents1/contents1-cherry.png");
  background-size: 35.831875rem 63.87125rem;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-2.72deg);
  z-index: 0;
}

.contents1__title {
  position: absolute;
  left: 7.3125rem;
  top: 5.25rem;
  width: 32.25rem;
}
.contents1__title::before, .contents1__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.75rem;
  height: 2px;
  background-color: #D8C799;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.contents1__title::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contents1__title-main {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 5.3125rem;
  letter-spacing: -0.1875rem;
  text-align: center;
  color: #2e3a5c;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.contents1__title-sub {
  margin-top: 1.8125rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #2e3a5c;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.contents1__flower {
  position: absolute;
  left: -0.278125rem;
  top: -11.75rem;
  width: 35.831625rem;
  height: 63.87125rem;
  transform: rotate(14.719deg);
}

.contents1__text {
  position: absolute;
  left: 6.125rem;
  top: 23.5625rem;
  width: 34.75rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2;
  color: #2e3a5c;
  margin-top: 0;
}

.contents1__img {
  position: absolute;
  left: 0;
  top: 48.0625rem;
  width: 28.75rem;
  height: 27.25rem;
}

.instagram {
  display: none;
  background-color: #fceef4;
  height: 17.25rem;
  max-width: 46.875rem;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  z-index: -10;
}

.instagram__inner {
  position: relative;
  height: 100%;
}

.instagram__text {
  position: absolute;
  left: 50%;
  top: 6.1875rem;
  transform: translateX(-50%);
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #2e3a5c;
  white-space: nowrap;
  margin-top: 0;
}

.contents2 {
  position: relative;
  height: 99rem;
  margin-top: 0;
}

.contents2__inner {
  position: relative;
  height: 100%;
}

.contents2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.contents2__bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contents2__bg::before {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: -12.8125rem;
  width: 42.3125rem;
  height: 63.375rem;
  background-image: url("../assets/img/section/contents2/cherry.png");
  background-size: 42.3125rem 63.375rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.contents2__flower {
  position: absolute;
  left: 6.5rem;
  top: -12.375rem;
  width: 42.3125rem;
  height: 63.375rem;
}

.contents2__text-group {
  position: absolute;
  left: 50%;
  top: 6.5rem;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  color: #2e3a5c;
}

.contents2__text {
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 2.8rem;
}

.contents2__text--main {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: -0.15625rem;
  writing-mode: vertical-rl;
  width: 4.125rem;
}

.contents2__text--sub {
  font-size: 1.875rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  width: 2.6875rem;
  height: 42.75rem;
  height: auto;
  margin-top: 2.8rem;
}

.contents2__text--sub2 {
  font-size: 1.12rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  width: 2.2875rem;
  height: 42.75rem;
  height: auto;
  margin-top: 2.8rem;
}

.lineup {
  position: relative;
  height: auto;
  margin-top: 0;
  padding-bottom: 6.25rem;
}

.lineup__inner {
  position: relative;
  display: block;
  padding-top: 2.375rem;
  padding-inline: 2.3125rem;
}

.lineup__bg {
  position: absolute;
  left: 0;
  top: 12.8125rem;
  width: 100%;
  height: 61.5965rem;
  z-index: -1;
}

.lineup__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 3.75rem;
}

.lineup__title-en {
  font-family: "Beau Rivage", cursive;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ed85a7;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.lineup__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2e3a5c;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.lineup__list {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}

.lineup__card {
  position: relative;
  width: calc((100% - 2.5rem) / 3);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 0;
  overflow: visible;
}
.lineup__card:nth-child(2), .lineup__card:nth-child(3) {
  margin-top: 0;
}

.lineup__img {
  position: relative;
  width: 100%;
  height: 12.5rem;
  text-align: center;
  z-index: 2;
}
.lineup__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.lineup__icon {
  position: absolute;
  left: -1.25rem;
  bottom: 15.625rem;
  width: 6.25rem;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.lineup__icon img {
  width: 100%;
  height: auto;
}

.lineup__content {
  position: relative;
  width: 100%;
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
  left: auto;
  top: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.lineup__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3a5c;
  margin-top: 0;
  position: relative;
  padding-bottom: 0.9375rem;
  flex-grow: 1;
}
.lineup__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D8C799;
}

.lineup__special {
  display: inline-block;
  background-color: #a67526;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  padding: 0.125rem 0.5rem;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.lineup__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.lineup__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  color: #da4e64;
}

.lineup__price-tax {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  color: #da4e64;
}

.lineup__cta {
  width: 100%;
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.lineup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4375rem;
  height: 3.25rem;
  background: linear-gradient(to bottom, #617bc2, #2e3a5c);
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.225rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.lineup__btn-icon {
  position: absolute;
  left: 3.875rem;
  top: 0.25rem;
  width: 1.35625rem;
  height: 1.35625rem;
}

.lineup__btn-text {
  margin-left: 2.125rem;
}

.lineup__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 3.25rem;
  border: 0.03125rem solid #2e3a5c;
  border-radius: 0.15625rem;
  background-color: #ffffff;
  color: #2e3a5c;
  font-size: 1rem;
}

.story {
  position: relative;
  height: 113.375rem;
  margin-top: 0;
}

.story__inner {
  position: relative;
  height: 100%;
}

.story__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 113.375rem;
  z-index: -1;
}

.story__patent {
  position: absolute;
  left: 15.75rem;
  top: 3.52875rem;
  width: 16.25rem;
  height: 5.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story__patent-icon {
  width: 2.1875rem;
  height: 5.5625rem;
}

.story__patent-icon--right {
  transform: scaleY(-1);
}

.story__patent-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #a67526;
  margin-top: 0;
}

.story__text-group {
  position: absolute;
  left: 12.1875rem;
  top: 12.75rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  color: #2e3a5c;
}

.story__text {
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.story__text--vertical {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: -0.15625rem;
  writing-mode: vertical-rl;
  width: 4.125rem;
}

.story__text--small {
  font-size: 2rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  width: 2.5625rem;
}

.story__description {
  position: absolute;
  left: 6.5rem;
  top: 63.5625rem;
  width: 33.875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2;
  color: #2e3a5c;
  margin-top: 0;
}

.story2 {
  position: relative;
  height: 73.4375rem;
  margin-top: 0;
  z-index: 2;
}

.story2__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding-top: 3.8125rem;
}

.story2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73.4375rem;
  z-index: -1;
}
.story2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story2__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-top: 0;
}

.story2__title-en {
  font-family: "Beau Rivage", cursive;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ed85a7;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.story2__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2e3a5c;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.story2__description {
  width: 33.875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #2e3a5c;
  margin-top: 0;
}

.recipe {
  position: relative;
  height: 322.1875rem;
  height: auto;
  margin-top: -12.5rem;
  padding-top: 12.5rem;
  padding-bottom: 2.8125rem;
  z-index: 10;
  overflow: hidden;
}

.recipe__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}

.recipe__bg {
  position: absolute;
  left: -4.0625rem;
  top: -6.25rem;
  width: 56.25rem;
  height: 327.1875rem;
  z-index: -1;
}
.recipe__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe__header {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  color: #2e3a5c;
  position: relative;
  z-index: 5;
}

.recipe__title-en {
  font-family: "Beau Rivage", cursive;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.recipe__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.recipe__content {
  margin-top: 2.8125rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  width: 43.125rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.recipe__card {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d8c799;
  margin-top: 0;
}

.recipe__card-img {
  width: 21.5rem;
  height: 21.5rem;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.recipe__card-header {
  margin-top: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.recipe__card-icon {
  width: 3.3125rem;
  height: 3.1875rem;
}

.recipe__card-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #da4e64;
  white-space: nowrap;
  margin-top: 0;
}

.recipe__card-list {
  margin-top: 0.875rem;
  padding-left: 2.1875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2e3a5c;
  list-style-type: decimal;
  list-style-position: outside;
}

.recipe__card-item {
  line-height: 1.6;
  margin-top: 0;
  padding-left: 0.625rem;
}

.recipe__howto {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.recipe__howto-card {
  position: relative;
  width: 43.125rem;
  height: 35.3125rem;
  margin-top: 0;
  overflow: hidden;
}
.recipe__howto-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.recipe__howto-card:nth-child(1) {
  transform: rotate(-3deg);
  margin-top: 0.625rem;
  margin-right: auto;
  margin-left: -2.9375rem;
  z-index: 100;
}
.recipe__howto-card:nth-child(2) {
  transform: rotate(3deg);
  margin-top: -4.375rem;
  margin-left: auto;
  margin-right: -3.75rem;
  z-index: 101;
}

.recipe__howto-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.recipe__howto-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe__howto-title {
  position: absolute;
  left: 50%;
  top: 3.1875rem;
  transform: translateX(-50%);
  width: 36.625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #da4e64;
  margin-top: 0;
}

.recipe__howto-text {
  position: absolute;
  left: 3.25rem;
  top: 8.875rem;
  width: 36.625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
  margin-top: 0;
}

.info {
  position: relative;
  height: 75.25rem;
}

.info__inner {
  position: relative;
  padding-top: 4.0625rem;
  padding-left: 5.125rem;
  padding-right: 5.125rem;
}

.info__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
  border-bottom: 0.0625rem solid #2e3a5c;
  padding-bottom: 0rem;
  margin-top: 0;
}

.info__list {
  margin-top: 1.125rem;
  padding-left: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
  list-style: disc;
}

.info__item {
  margin-top: 0;
}

.info__seller {
  margin-top: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
}

.info__subtitle {
  margin-top: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
  border-bottom: 0.0625rem solid #2e3a5c;
  padding-bottom: 0.625rem;
}

.info__how {
  margin-top: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
}

.info__nutrition {
  margin-top: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3a5c;
}

.info__tel {
  position: relative;
  padding-left: 22px;
}
.info__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../assets/img/section/info/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  position: relative;
  height: 9.625rem;
  overflow: hidden;
  margin-top: 1.875rem;
}

.footer__inner {
  position: relative;
  height: 100%;
}

.footer__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer__text {
  position: absolute;
  left: 50%;
  top: 5.6875rem;
  transform: translateX(-50%);
  width: 36.625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #2e3a5c;
  margin-top: 0;
}/*# sourceMappingURL=bundle.css.map */