@charset "UTF-8";
/* TOP用 mv */
.mv {
  background-color: var(--color-rd);
  padding: 20px;
}

.mv__inner {
  margin-inline: auto;
  max-width: 1280px;
}

.mv__item {
  position: relative;
}

.mv__img {
  margin-inline: auto;
  max-width: 480px;
}
@media screen and (min-width: 640px) {
  .mv__img {
    max-width: 100%;
  }
}

.mv__link {
  background-color: rgba(var(--color-bk-rgb), 0.9);
  border-radius: 4px;
  color: var(--color-wh);
  display: inline-block;
  padding: 20px;
  text-align: center;
  transition: color 0.25s;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .mv__link {
    padding: clamp(20px, 12px + 1.25vw, 30px) clamp(20px, 12px + 1.25vw, 30px);
    position: absolute;
    right: clamp(20px, 4px + 2.5vw, 40px);
    text-align: left;
    top: clamp(30px, 6px + 3.75vw, 60px);
    width: fit-content;
  }
}

.mv__copy {
  font-size: clamp(20px, -5.714px + 7.14vw, 40px);
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .mv__copy {
    font-size: clamp(16px, 0px + 2.22vw, 32px);
  }
}

.mv__cta {
  display: inline-block;
  font-size: clamp(14px, 1.143px + 3.57vw, 24px);
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-block-start: 20px;
  padding-right: 2em;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 744px) {
  .mv__cta {
    font-size: clamp(12px, 0px + 1.67vw, 24px);
  }
}

.mv__cta svg {
  height: clamp(20px, 7.143px + 3.57vw, 30px);
  width: clamp(20px, 7.143px + 3.57vw, 30px);
  top: 50%;
  right: 0;
  transform: translateY(-45%);
  position: absolute;
}
@media screen and (min-width: 744px) {
  .mv__cta svg {
    height: clamp(18px, 9px + 1.25vw, 27px);
    width: clamp(18px, 9px + 1.25vw, 27px);
  }
}

.mv__cta ._arrow {
  transform: translate(1px, -45%);
}

.mv__cta ._circle {
  transform: translateY(-45%) rotate(135deg) scale(1, -1);
}

.mv__link:focus-visible {
  color: var(--color-yl);
}
.mv__link:focus-visible .svg-arrow {
  animation: arrow ease-out 1s;
  animation-delay: 0.5s;
  stroke: var(--color-yl);
}
.mv__link:focus-visible .svg-circle {
  animation: circle ease-in-out 0.5s;
  stroke: var(--color-yl);
}
@media (any-hover: hover) {
  .mv__link:hover {
    color: var(--color-yl);
  }
  .mv__link:hover .svg-arrow {
    animation: arrow ease-out 1s;
    animation-delay: 0.5s;
    stroke: var(--color-yl);
  }
  .mv__link:hover .svg-circle {
    animation: circle ease-in-out 0.5s;
    stroke: var(--color-yl);
  }
}

/* TOP用 order */
.order {
  background-color: var(--color-rd);
  color: var(--color-wh);
  margin-block-start: -1px;
  padding-block-start: 30px;
}

.order__inner {
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
  margin-inline: auto;
  max-width: 1440px;
}

.order__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  margin-block-start: 40px;
}
@media screen and (min-width: 744px) {
  .order__cta {
    flex-direction: row;
    gap: clamp(20px, 10px + 2.78vw, 50px);
    margin-block-start: 50px;
  }
}

.order__btnWrapper {
  text-align: center;
}

/* TOP用 news */
.news {
  background-color: var(--color-rd);
  color: var(--color-wh);
  margin-block-start: -1px;
  padding: 40px 0 60px;
}
@media screen and (min-width: 744px) {
  .news {
    padding: 50px 0 80px;
  }
}

.news__inner {
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
  position: relative;
  margin-inline: auto;
  max-width: 845px;
}
@media screen and (min-width: 1280px) {
  .news__inner {
    max-width: 1280px;
  }
}

.news__inner::before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .news__inner::before {
    background-image: url(../img/top/news_title_dt.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: clamp(20px, 0px + 5.56vw, 80px);
    position: absolute;
    top: 0;
    width: clamp(160px, 61.538px + 9.62vw, 200px);
  }
}

.news__titleWrapper {
  display: flex;
  justify-content: space-between;
  padding-block-end: 40px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .news__titleWrapper {
    padding-block-end: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .news__titleWrapper {
    padding-left: clamp(180px, 81.538px + 9.62vw, 220px);
  }
}

.news__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .news__title {
    align-self: flex-start;
    line-height: 1;
  }
}

.news__title > span {
  display: block;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  margin-block-end: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .news__title > span {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .news__btn {
    align-self: flex-start;
  }
}

.news__list {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 1280px) {
  .news__list {
    padding-left: clamp(180px, 81.538px + 9.62vw, 220px);
  }
}

.news__item {
  display: grid;
  align-items: center;
  row-gap: 0.5em;
  column-gap: 1em;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-areas: "date tag" "text text";
}

.news__date {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  grid-area: date;
  margin-block-end: var(--leading-trim);
}

.news__tag {
  background-color: var(--color-wh);
  border-radius: 4px;
  color: var(--color-rd);
  font-size: 0.875rem;
  font-weight: 700;
  grid-area: tag;
  justify-self: start;
  min-width: 10em;
  padding: 0.25em 2em;
  text-align: center;
}

.news__text {
  display: block;
  font-size: 1rem;
  grid-area: text;
  line-height: 2;
}

a.news__text {
  color: var(--color-wh);
  text-decoration: underline;
  transition: color 0.25s;
}
a.news__text:focus-visible {
  color: var(--color-yl);
}
@media (any-hover: hover) {
  a.news__text:hover {
    color: var(--color-yl);
  }
}

/* TOP用 about */
.about {
  background-color: var(--color-wh);
  color: var(--color-rd);
  padding-block-start: 40px;
}
@media screen and (min-width: 744px) {
  .about {
    padding-block-start: 60px;
  }
}

.about__inner {
  margin-inline: auto;
  max-width: 850px;
  padding-inline: 30px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .about__inner {
    display: flex;
    gap: clamp(20px, 0px + 2.78vw, 40px);
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .about__inner {
    padding-inline: 0;
  }
}

.about__imgWrapper {
  position: absolute;
  right: 30px;
  top: 0;
  width: clamp(190px, 67.857px + 33.93vw, 285px);
}
@media screen and (min-width: 744px) {
  .about__imgWrapper {
    flex-shrink: 0;
    position: static;
    width: clamp(260px, 180px + 11.11vw, 340px);
  }
}

.about__body {
  padding-block-start: clamp(230px, 107.857px + 33.93vw, 325px);
}
@media screen and (min-width: 744px) {
  .about__body {
    padding-block-start: 0;
  }
}

.about__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-block-start: 30px;
}

.about__feature {
  display: flex;
  justify-content: space-between;
}

.about__featureItem {
  align-items: center;
  background-color: var(--color-rd);
  border-radius: 50%;
  color: var(--color-wh);
  display: flex;
  font-size: clamp(12px, 10.667px + 0.37vw, 16px);
  font-weight: 700;
  height: clamp(100px, 86.667px + 3.7vw, 140px);
  justify-content: center;
  line-height: 1.25;
  margin-block-start: 30px;
  text-align: center;
  width: clamp(100px, 86.667px + 3.7vw, 140px);
}

.about__cta {
  margin-block-start: 50px;
  text-align: right;
}
@media screen and (min-width: 744px) {
  .about__cta {
    margin-block-start: 60px;
  }
}

.about__peppers {
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  height: clamp(60px, 54px + 1.67vw, 78px);
  left: -135px;
  position: absolute;
  width: clamp(115px, 103.333px + 3.24vw, 150px);
}
@media screen and (min-width: 744px) {
  .about__peppers {
    left: -160px;
  }
}

.about__peppers img {
  display: inline-block;
}

.about__btn:focus-visible .about__peppers img:nth-child(1) {
  animation: pepperBound 0.25s ease-in-out;
}
.about__btn:focus-visible .about__peppers img:nth-child(2) {
  animation: pepperBound 0.25s ease-in-out;
  animation-delay: 0.1s;
}
.about__btn:focus-visible .about__peppers img:nth-child(3) {
  animation: pepperBound 0.25s ease-in-out;
  animation-delay: 0.2s;
}
@media (any-hover: hover) {
  .about__btn:hover .about__peppers img:nth-child(1) {
    animation: pepperBound 0.25s ease-in-out;
  }
  .about__btn:hover .about__peppers img:nth-child(2) {
    animation: pepperBound 0.25s ease-in-out;
    animation-delay: 0.1s;
  }
  .about__btn:hover .about__peppers img:nth-child(3) {
    animation: pepperBound 0.25s ease-in-out;
    animation-delay: 0.2s;
  }
}

@keyframes pepperBound {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
/* TOP用 pepper */
.pepper {
  background-image: url(../img/top/pepper_base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-wh);
  overflow: hidden;
  padding-block-end: clamp(80px, 73.333px + 1.85vw, 100px);
  padding-block-start: clamp(100px, 93.333px + 1.85vw, 120px);
  position: relative;
  z-index: var(--z-index-main-lv3);
}
@media screen and (min-width: 1440px) {
  .pepper {
    background-size: 100% 100%;
  }
}

.pepper__mask1,
.pepper__mask2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: var(--z-index-main-lv3-1);
}

.pepper__mask1 {
  background-image: url(../img/top/pepper_illust_top.png);
  mix-blend-mode: multiply;
  top: 0;
}

.pepper__mask2 {
  background-image: url(../img/top/pepper_illust_bottom.png);
  bottom: 0;
}

.pepper__inner {
  margin-inline: auto;
  padding-block-start: 60px;
  position: relative;
  z-index: var(--z-index-main-lv3-2);
}

.pepper .swiper {
  overflow: visible;
}

.pepper .swiper-wrapper {
  margin-block-start: -50px;
  padding-block-end: clamp(120px, 106.667px + 3.7vw, 160px);
}

.pepper__item {
  color: var(--color-wh);
  transition: transform 0.4s ease-in-out;
  width: 290px;
}

.pepper__item.swiper-slide-active {
  transform: translateY(100px);
}

.pepper__item.swiper-slide-prev,
.pepper__item.swiper-slide-next {
  transform: translateY(50px);
}

.pepper__thumbnail {
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(var(--color-bk-shadow-rgb), 0.15);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: clamp(200px, 175px + 6.94vw, 275px);
}

.pepper__thumbnail img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter 0.25s, transform 0.25s ease-in-out;
}

.pepper__name {
  font-weight: 700;
  margin-inline: auto;
  margin-block-start: 20px;
  text-align: justify;
  transition: color 0.25s;
  width: fit-content;
}

.pepper__season {
  font-size: 0.875rem;
  margin-block-start: 10px;
  text-align: center;
}

.pepper__level {
  font-size: 0.875rem;
  margin-block-start: 10px;
  text-align: center;
}
.pepper__level > span {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.pepper__level > ._icons {
  display: inline-block;
  height: 20px;
}

.pepper__item:focus-visible .pepper__thumbnail img {
  filter: brightness(1.1);
  transform: scale(1.1);
}
.pepper__item:focus-visible .pepper__name {
  color: var(--color-rd);
}
@media (any-hover: hover) {
  .pepper__item:hover .pepper__thumbnail img {
    filter: brightness(1.1);
    transform: scale(1.1);
  }
  .pepper__item:hover .pepper__name {
    color: var(--color-rd);
  }
}

/* swiper-pagination */
.pepper .swiper-pagination-bullets {
  bottom: unset;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 300px;
  z-index: 1;
}

.pepper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-wh);
  border-radius: 0;
  height: 3px;
  margin: 0;
  opacity: 1;
  transition: background-color 0.25s;
  width: calc(300px / var(--num-pepper));
}

.pepper .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  border-radius: 3px 0 0 3px;
}

.pepper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  border-radius: 0 3px 3px 0;
}

.pepper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-rd);
}

/* swiper-button */
.pepper__btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 720px;
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
}

.pepper .swiper-button-prev,
.pepper .swiper-button-next {
  color: var(--color-wh);
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.875rem;
  left: unset;
  letter-spacing: 0.2em;
  margin-block-start: 20px;
  min-width: 108px;
  padding: 1em 0;
  position: relative;
  right: unset;
  text-transform: uppercase;
  top: unset;
}
@media screen and (min-width: 640px) {
  .pepper .swiper-button-prev,
  .pepper .swiper-button-next {
    margin-block-start: -28px;
  }
}

.pepper .swiper-button-prev > span,
.pepper .swiper-button-next > span {
  display: inline-block;
}

.pepper .swiper-button-prev > span {
  padding-left: 60px;
}

.pepper .swiper-button-next > span {
  padding-right: 60px;
}

.pepper .swiper-button-prev > svg,
.pepper .swiper-button-next > svg {
  position: absolute;
  height: 40px;
  top: 50%;
  width: 40px;
}

.pepper .swiper-button-prev > svg {
  left: 0;
}

.pepper .swiper-button-next > svg {
  right: 0;
}

.pepper .swiper-button-next ._arrow {
  transform: translate(1px, -50%);
}

.pepper .swiper-button-next ._circle {
  transform: translateY(-50%) rotate(135deg) scale(1, -1);
}

.pepper .swiper-button-prev ._arrow {
  transform: translate(-2px, -50%) rotateY(-180deg);
}

.pepper .swiper-button-prev ._circle {
  transform: translateY(-55%) rotate(360deg) scale(1, -1);
}

.pepper .swiper-button-prev::after,
.pepper .swiper-button-next::after {
  display: none;
}

.pepper .swiper-button-next:focus-visible {
  color: var(--color-rd);
}
.pepper .swiper-button-next:focus-visible .svg-arrow {
  animation: arrow ease-out 1s;
  animation-delay: 0.5s;
  stroke: var(--color-rd);
}
.pepper .swiper-button-next:focus-visible .svg-circle {
  animation: circle ease-in-out 0.5s;
  stroke: var(--color-rd);
}
@media (any-hover: hover) {
  .pepper .swiper-button-next:hover {
    color: var(--color-rd);
  }
  .pepper .swiper-button-next:hover .svg-arrow {
    animation: arrow ease-out 1s;
    animation-delay: 0.5s;
    stroke: var(--color-rd);
  }
  .pepper .swiper-button-next:hover .svg-circle {
    animation: circle ease-in-out 0.5s;
    stroke: var(--color-rd);
  }
}

.pepper .swiper-button-prev:focus-visible {
  color: var(--color-rd);
}
.pepper .swiper-button-prev:focus-visible .svg-arrow {
  animation: arrow ease-out 1s;
  animation-delay: 0.5s;
  stroke: var(--color-rd);
}
.pepper .swiper-button-prev:focus-visible .svg-circle {
  animation: circle ease-in-out 0.5s;
  animation-direction: reverse;
  stroke: var(--color-rd);
}
@media (any-hover: hover) {
  .pepper .swiper-button-prev:hover {
    color: var(--color-rd);
  }
  .pepper .swiper-button-prev:hover .svg-arrow {
    animation: arrow ease-out 1s;
    animation-delay: 0.5s;
    stroke: var(--color-rd);
  }
  .pepper .swiper-button-prev:hover .svg-circle {
    animation: circle ease-in-out 0.5s;
    animation-direction: reverse;
    stroke: var(--color-rd);
  }
}

/* TOP用 recipe */
.recipe {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-bk);
  margin-block-start: 0;
  overflow: hidden;
  padding-block-end: clamp(80px, 73.333px + 1.85vw, 100px);
  padding-block-start: clamp(100px, 93.333px + 1.85vw, 120px);
  position: relative;
  z-index: var(--z-index-main-lv3);
}
@media screen and (min-width: 1440px) {
  .recipe {
    background-size: 100% 100%;
  }
}

.recipe__mask1 {
  background-image: url(../img/top/recipe_illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 18%;
  left: 0;
  position: absolute;
  top: clamp(20px, 10px + 2.78vw, 50px);
  width: 100%;
  z-index: var(--z-index-main-lv3-1);
}

.recipe__inner {
  margin-inline: auto;
  position: relative;
  z-index: var(--z-index-main-lv3-2);
}
@media screen and (min-width: 1440px) {
  .recipe__inner {
    max-width: 1440px;
    padding-inline: 80px;
  }
}

.recipe .swiper {
  overflow: visible;
}

.recipe__list {
  margin-block-start: 40px;
  padding-block-end: clamp(40px, 26.667px + 3.7vw, 80px);
}
@media screen and (min-width: 1440px) {
  .recipe__list {
    gap: 60px 40px;
    justify-content: center;
    margin-inline: auto;
    max-width: 1280px;
  }
}

.recipe__item {
  color: var(--color-bk);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  height: unset;
  transition: transform 0.4s ease-in-out;
  width: 290px;
}

.recipe__thumbnail {
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(var(--color-bk-shadow-rgb), 0.15);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: clamp(200px, 175px + 6.94vw, 275px);
}

.recipe__thumbnail img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter 0.25s, transform 0.25s ease-in-out;
}

.recipe__name {
  flex-shrink: 1;
  font-weight: 700;
  margin-inline: auto;
  text-align: justify;
  transition: color 0.25s;
  width: fit-content;
}

.recipe__level {
  font-size: 0.875rem;
  text-align: right;
  margin-block-start: auto;
}
.recipe__level > span {
  color: var(--color-rd);
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.recipe__level > ._icons {
  display: inline-block;
  height: 20px;
}

.recipe__item:focus-visible .recipe__thumbnail img {
  filter: brightness(1.1);
  transform: scale(1.1);
}
.recipe__item:focus-visible .recipe__name {
  color: var(--color-rd);
}
@media (any-hover: hover) {
  .recipe__item:hover .recipe__thumbnail img {
    filter: brightness(1.1);
    transform: scale(1.1);
  }
  .recipe__item:hover .recipe__name {
    color: var(--color-rd);
  }
}

/* swiper-pagination */
.recipe .swiper-pagination-bullets {
  bottom: unset;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 300px;
  z-index: 1;
}

.recipe .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-bk);
  border-radius: 0;
  height: 3px;
  margin: 0;
  opacity: 1;
  transition: background-color 0.25s;
  width: calc(300px / var(--num-recipe));
}

.recipe .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  border-radius: 3px 0 0 3px;
}

.recipe .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  border-radius: 0 3px 3px 0;
}

.recipe .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-rd);
}

/* swiper-button */
.recipe__btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 720px;
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
}

.recipe .swiper-button-prev,
.recipe .swiper-button-next {
  color: var(--color-bk);
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.875rem;
  left: unset;
  letter-spacing: 0.2em;
  margin-block-start: 20px;
  min-width: 108px;
  padding: 1em 0;
  position: relative;
  right: unset;
  text-transform: uppercase;
  top: unset;
}
@media screen and (min-width: 640px) {
  .recipe .swiper-button-prev,
  .recipe .swiper-button-next {
    margin-block-start: -28px;
  }
}

.recipe .swiper-button-prev > span,
.recipe .swiper-button-next > span {
  display: inline-block;
}

.recipe .swiper-button-prev > span {
  padding-left: 60px;
}

.recipe .swiper-button-next > span {
  padding-right: 60px;
}

.recipe .swiper-button-prev > svg,
.recipe .swiper-button-next > svg {
  position: absolute;
  height: 40px;
  top: 50%;
  width: 40px;
}

.recipe .swiper-button-prev > svg {
  left: 0;
}

.recipe .swiper-button-next > svg {
  right: 0;
}

.recipe .swiper-button-next ._arrow {
  transform: translate(1px, -50%);
}

.recipe .swiper-button-next ._circle {
  transform: translateY(-50%) rotate(135deg) scale(1, -1);
}

.recipe .swiper-button-prev ._arrow {
  transform: translate(-2px, -50%) rotateY(-180deg);
}

.recipe .swiper-button-prev ._circle {
  transform: translateY(-55%) rotate(360deg) scale(1, -1);
}

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

.recipe .swiper-button-next:focus-visible {
  color: var(--color-rd);
}
.recipe .swiper-button-next:focus-visible .svg-arrow {
  animation: arrow ease-out 1s;
  animation-delay: 0.5s;
  stroke: var(--color-rd);
}
.recipe .swiper-button-next:focus-visible .svg-circle {
  animation: circle ease-in-out 0.5s;
  stroke: var(--color-rd);
}
@media (any-hover: hover) {
  .recipe .swiper-button-next:hover {
    color: var(--color-rd);
  }
  .recipe .swiper-button-next:hover .svg-arrow {
    animation: arrow ease-out 1s;
    animation-delay: 0.5s;
    stroke: var(--color-rd);
  }
  .recipe .swiper-button-next:hover .svg-circle {
    animation: circle ease-in-out 0.5s;
    stroke: var(--color-rd);
  }
}

.recipe .swiper-button-prev:focus-visible {
  color: var(--color-rd);
}
.recipe .swiper-button-prev:focus-visible .svg-arrow {
  animation: arrow ease-out 1s;
  animation-delay: 0.5s;
  stroke: var(--color-rd);
}
.recipe .swiper-button-prev:focus-visible .svg-circle {
  animation: circle ease-in-out 0.5s;
  animation-direction: reverse;
  stroke: var(--color-rd);
}
@media (any-hover: hover) {
  .recipe .swiper-button-prev:hover {
    color: var(--color-rd);
  }
  .recipe .swiper-button-prev:hover .svg-arrow {
    animation: arrow ease-out 1s;
    animation-delay: 0.5s;
    stroke: var(--color-rd);
  }
  .recipe .swiper-button-prev:hover .svg-circle {
    animation: circle ease-in-out 0.5s;
    animation-direction: reverse;
    stroke: var(--color-rd);
  }
}

@media screen and (min-width: 1440px) {
  .recipe__btnWrapper,
  .recipe .swiper-pagination {
    display: none;
  }
}
/* TOP用 company */
.company {
  background-image: url(../img/top/company_base.png);
  background-size: 100% clamp(180px, 160px + 5.56vw, 240px);
  background-repeat: no-repeat;
  color: var(--color-bl);
  padding-block-start: clamp(40px, 33.333px + 1.85vw, 60px);
  padding-block-end: clamp(120px, 113.333px + 1.85vw, 140px);
  z-index: var(--z-index-main-lv3);
}
@media screen and (min-width: 744px) {
  .company {
    background-size: cover;
    background-position: center;
    color: var(--color-wh);
  }
}

.company__inner {
  display: flex;
  flex-direction: column-reverse;
  margin-inline: auto;
  max-width: 845px;
  padding-inline: 30px;
}
@media screen and (min-width: 744px) {
  .company__inner {
    flex-direction: row;
    gap: clamp(20px, 0px + 2.78vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .company__inner {
    padding-inline: 0;
  }
}

.company__body {
  margin-block-start: 40px;
}
@media screen and (min-width: 744px) {
  .company__body {
    flex-grow: 1;
    margin-block-start: 0;
  }
}

.company__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-block-start: 40px;
  text-align: justify;
}

.company__cta {
  margin-block-start: 40px;
  text-align: right;
}
@media screen and (min-width: 744px) {
  .company__cta {
    text-align: left;
  }
}

.company__imgWrapper {
  border-radius: 4px;
  margin-inline: -10px;
  overflow: hidden;
  width: clamp(320px, 263.333px + 15.74vw, 490px);
  flex-shrink: 0;
}
@media screen and (min-width: 744px) {
  .company__imgWrapper {
    margin-inline: 0;
  }
}

.company__imgWrapper > img {
  aspect-ratio: 245/188;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* TOP用 press */
.press {
  background-image: url(../img/top/press_base.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-wh);
  margin-block-start: -100px;
  padding-block-end: clamp(60px, 53.333px + 1.85vw, 80px);
  padding-block-start: clamp(60px, 53.333px + 1.85vw, 80px);
  z-index: var(--z-index-main-lv3);
}
@media screen and (min-width: 1440px) {
  .press {
    background-size: 100% 100%;
  }
}

.press__inner {
  margin-inline: auto;
  max-width: 1440px;
  margin-block-start: clamp(30px, 23.333px + 1.85vw, 50px);
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
}

.press__list {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  margin-inline: auto;
  width: fit-content;
}

.press__item {
  align-items: center;
  display: grid;
  row-gap: 0.5em;
  column-gap: 1em;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-areas: "date tag" "text text";
}

.press__item:first-child {
  margin-block-start: 0;
}

.press__date {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  grid-area: date;
  margin-block-end: var(--leading-trim);
}

.press__tag {
  background-color: var(--color-wh);
  border-radius: 4px;
  color: var(--color-rd);
  font-size: 1rem;
  font-weight: 700;
  grid-area: tag;
  justify-self: start;
  min-width: 10em;
  padding: 0.25em 2em;
  text-align: center;
}

.press__text {
  font-size: 0.875rem;
  font-weight: 700;
  grid-area: text;
  line-height: 2;
}

a.press__text {
  color: var(--color-wh);
  text-decoration: underline;
  transition: color 0.25s;
}
a.press__text:focus-visible {
  color: var(--color-rd);
}
@media (any-hover: hover) {
  a.press__text:hover {
    color: var(--color-rd);
  }
}

/* TOP用 store */
.store {
  background-color: var(--color-wh);
  color: var(--color-bk);
  padding-block-end: clamp(60px, 53.333px + 1.85vw, 80px);
  padding-block-start: 60px;
}

.store__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
}

.store__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block-start: clamp(40px, 36.667px + 0.93vw, 50px);
}
@media screen and (min-width: 744px) {
  .store__wrapper {
    flex-direction: row;
  }
}

.store__pri {
  border-top: 2px solid var(--color-bk);
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .store__pri {
    border-top: none;
    border-left: 2px solid var(--color-bk);
    padding: 30px clamp(20px, 0px + 2.78vw, 40px);
  }
}

.store__sec {
  border-bottom: 2px solid var(--color-bk);
  border-top: 2px solid var(--color-bk);
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .store__sec {
    border-bottom: none;
    border-top: none;
    border-left: 2px solid var(--color-bk);
    border-right: 2px solid var(--color-bk);
    padding: 30px clamp(20px, 0px + 2.78vw, 40px);
  }
}

.store__category {
  border: 1px solid var(--color-bk);
  border-radius: 4px;
  display: inline-block;
  font-size: clamp(14px, 13.333px + 0.19vw, 16px);
  font-weight: 700;
  padding: 0.4em 1.5em;
}

.store__list {
  display: flex;
  gap: clamp(15px, 3.333px + 3.24vw, 50px);
  justify-content: space-between;
  margin-block-start: 30px;
}

.store__item {
  flex-shrink: 0;
  width: 153px;
}

.store__btnWrapper {
  margin-block-start: 30px;
}

.store__btnWrapper {
  margin-block-start: 30px;
}
@media screen and (min-width: 744px) {
  .store__btnWrapper {
    padding-inline: clamp(26px, 15px + 1.53vw, 37px);
  }
}