@charset "UTF-8";
/*=============================================

c-recipeCard

==============================================*/
/*=============================================

c-spiceherbTitle

==============================================*/
/*=============================================

c-clear

==============================================*/
/*=============================================

c-clear

==============================================*/
/*=============================================

c-noMatch

==============================================*/
/*=============================================

c-section

==============================================*/
/*=============================================

c-cardArrow

==============================================*/
/*=============================================

c-modal

==============================================*/
/*=============================================

c-bg-black

==============================================*/
/*
	.seasoningHeader
------------------------------------*/
.seasoningHeader {
  position: fixed;
  z-index: 1000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningHeader {
      top: 12px;
      right: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningHeader {
      top: 20px;
      right: 20px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .seasoningHeader.is-hide {
        opacity: 0;
        pointer-events: none; } }

.seasoningHeader_pc {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px 15px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .is-white-section .seasoningHeader_pc {
      background-color: #F8F7F0; } }

.seasoningHeader_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }

.seasoningHeader_listItem {
  cursor: pointer; }

@media (hover: hover) {
  .seasoningHeader_listItem_link:hover .seasoningHeader_listItem_link_textEn {
    translate: 0 4px; } }

.seasoningHeader_listItem_link_textJa {
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningHeader_listItem_link_textJa {
      font-size: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningHeader_listItem_link_textJa {
      font-size: 16px; } }

.seasoningHeader_listItem_link_textEn {
  text-align: center;
  -webkit-transition: translate .3s ease;
  transition: translate .3s ease;
  font-weight: bold;
  color: #008147; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningHeader_listItem_link_textEn {
      font-size: 12px;
      letter-spacing: 0.05em;
      margin-top: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningHeader_listItem_link_textEn {
      font-size: 10px;
      letter-spacing: 0.03em;
      font-family: "Montserrat", sans-serif;
      padding-top: 6px; } }

.seasoningHeader_sp_button {
  z-index: 1000;
  position: relative; }

.seasoningHeader_sp_button_inner {
  padding: 18px 11px 16px;
  background-color: #F8F7F0;
  border-radius: 10px;
  border: 1px solid #D8D1B4; }
  .is-open .seasoningHeader_sp_button_inner {
    border-color: transparent; }

.seasoningHeader_sp_button_hamburgerIcon {
  position: relative;
  width: 20px;
  height: 13px;
  margin: 0 auto; }

.seasoningHeader_sp_button_hamburgerIcon_bar {
  background-color: #008147;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%; }
  .seasoningHeader_sp_button_hamburgerIcon_bar:nth-child(1) {
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    top: 0; }
    .is-open .seasoningHeader_sp_button_hamburgerIcon_bar:nth-child(1) {
      top: 7px; }
  .seasoningHeader_sp_button_hamburgerIcon_bar:nth-child(2) {
    bottom: 0; }

.seasoningHeader_sp_button_text {
  color: #008147;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 4px;
  position: relative; }

.seasoningHeader_menu {
  background-color: #F8F7F0;
  border-radius: 10px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  width: 0;
  height: 0;
  -webkit-transition: opacity .3s ease, width .3s ease, height .3s ease, padding .3s ease;
  transition: opacity .3s ease, width .3s ease, height .3s ease, padding .3s ease;
  overflow: hidden;
  pointer-events: none; }
  .is-open .seasoningHeader_menu {
    padding: 64px 20px;
    width: calc(100% - 24px);
    height: 434px;
    pointer-events: auto; }

.seasoningHeader_menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99; }

.seasoningHeader_menu_inner {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .is-open .seasoningHeader_menu_inner {
    opacity: 1; }

.seasoningHeader_menu_list {
  margin-top: 48px; }

.seasoningHeader_menu_listItem {
  white-space: nowrap; }
  .seasoningHeader_menu_listItem + .seasoningHeader_menu_listItem {
    margin-top: 32px; }

.seasoningHeader_menu_logo {
  text-align: center;
  display: block;
  margin-inline: auto; }

.seasoningHeader_menu_logo_image {
  fill: #FF0000;
  width: 76px;
  height: 23px; }

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.footer {
  position: relative; }
  .top .footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 4px;
    background-color: #008147; }
  .spice_herb .footer::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 100; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spice_herb .footer::after {
        background-image: url(../images/nami_bottom_sp.png);
        height: 64px;
        top: -32px;
        background-size: 120px 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spice_herb .footer::after {
        height: 19px;
        top: -17px;
        background-size: 259px 74px;
        background-image: url(../images/nami_bottom_pc.png); } }

.footer_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_introduce {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 23px;
      border-radius: 20px 20px 0 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer_introduce {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px;
      padding: 80px 0;
      border-radius: 40px 40px 0 0; } }
  .top .footer_introduce {
    background-color: #F4F0DF; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .top .footer_introduce {
        padding: 48px calc(48 / 375 * 100vw); } }
  .spice_herb .footer_introduce {
    background-color: #FEFFF5; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spice_herb .footer_introduce {
        padding: 28px calc(48 / 375 * 100vw) 48px; } }

.footer_introduce_image {
  aspect-ratio: 2.75862;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EAEAEA; }
  .footer_introduce_image img,
  .footer_introduce_image svg,
  .footer_introduce_image iframe,
  .footer_introduce_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (hover: hover) {
    .footer_introduce_image:hover {
      opacity: .5; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_introduce_image {
      width: 100%;
      max-width: 570px;
      margin-inline: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer_introduce_image {
      width: 400px; } }
  @media (hover: hover) {
    .footer_introduce_image:hover .c-cardArrow_icon {
      translate: 5px 0; } }

.footer_copyright {
  padding: 40px 0;
  text-align: center; }
  .spice_herb .footer_copyright {
    background-color: #FFDB64; }

.footer_copyright_text {
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: 500; }
  .top .footer_copyright_text {
    color: #727272; }
  .spice_herb .footer_copyright_text {
    color: #2B2B2B; }

.footer_copyright_logo {
  max-width: 172px;
  margin: 13px auto 0; }
  .footer_copyright_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-recipeCard_list_wrap {
    margin: 0 auto; } }

.c-recipeCard_list {
  gap: 24px 20px; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 32px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 24px 20px;
      padding-top: 40px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1000px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      margin: 48px auto 0; } }
  @media print, screen and (min-width: 1250px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.c-recipeCard {
  background-color: #F8F7F0;
  overflow: hidden;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard {
      border-radius: 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard {
      border-radius: 10px;
      display: -ms-grid;
      display: grid; } }
  @media print, screen and (min-width: 1025px) {
    .c-recipeCard {
      border-radius: 10px;
      width: 100%; } }
  .c-recipeCard.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeCard_topImage {
    aspect-ratio: 1.47727;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%; }
    .c-recipeCard_topImage img,
    .c-recipeCard_topImage svg,
    .c-recipeCard_topImage iframe,
    .c-recipeCard_topImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeCard_topImage {
    aspect-ratio: 1.47222;
    overflow: hidden;
    width: 100%; }
    .c-recipeCard_topImage img,
    .c-recipeCard_topImage svg,
    .c-recipeCard_topImage iframe,
    .c-recipeCard_topImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.c-recipeCard_topText_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 7px 5px 7px;
  border-radius: 10px 2px 2px 2px; }
  [data-card-series="fauchon"] .c-recipeCard_topText_timer {
    background-color: #E5007F; }
  [data-card-series="sb"] .c-recipeCard_topText_timer {
    background-color: #008147; }
  [data-card-series="saikan"] .c-recipeCard_topText_timer {
    background-color: #DE3214; }
  [data-card-series="organic"] .c-recipeCard_topText_timer {
    background-color: #141411; }
  [data-card-series="takumi"] .c-recipeCard_topText_timer {
    background-color: #B47600; }
  [data-card-series="machichuka"] .c-recipeCard_topText_timer {
    background-color: #FF8100; }

.c-recipeCard_topText_timerIcon {
  width: 13px;
  height: 13px; }

.c-recipeCard_topText_time,
.c-recipeCard_topText_way {
  font-weight: 600;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_topText_time,
    .c-recipeCard_topText_way {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_topText_time,
    .c-recipeCard_topText_way {
      font-size: 11px; } }

.c-recipeCard_topText_time_slash {
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_topText_time_slash {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_topText_time_slash {
      font-size: 10px; } }

.c-recipeCard_Bottom {
  padding: 16px 16px 24px; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard_Bottom {
      min-height: calc(179 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard_Bottom {
      padding: 16px 16px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.c-recipeCard_Bottom_item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_item {
      -ms-grid-columns: 1fr 58px;
      grid-template-columns: 1fr 58px;
      gap: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_item {
      gap: 12px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-grid-columns: 1fr 55px;
      grid-template-columns: 1fr 55px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeCard_Bottom_itemName {
    min-height: 66px; } }

.c-recipeCard_Bottom_itemName_brand {
  color: #727272;
  letter-spacing: 0.04em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemName_brand {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemName_brand {
      font-size: 12px; } }

.c-recipeCard_Bottom_itemName_title {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemName_title {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemName_title {
      margin-top: 12px; } }

.c-recipeCard_Bottom_itemImage {
  -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
  .c-recipeCard_Bottom_itemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemImage {
      aspect-ratio: 58/98;
      width: 58px;
      margin-top: -35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemImage {
      aspect-ratio: 55/94;
      width: 55px;
      margin-top: -35px; } }

.c-recipeCard_Bottom_links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px; }
  .c-recipeCard_Bottom_links .c-recipeCard_Bottom_linkNode:nth-child(2) {
    min-width: 123px; }

.c-recipeCard_Bottom_linkNode {
  padding-bottom: 10px;
  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;
  width: 100%;
  position: relative;
  cursor: pointer; }
  .c-recipeCard_Bottom_linkNode::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  @media (hover: hover) {
    .c-recipeCard_Bottom_linkNode:hover::after {
      width: calc(100% + 5px); }
    .c-recipeCard_Bottom_linkNode:hover .c-recipeCard_Bottom_linkArrow {
      translate: 5px 0; } }

.c-recipeCard_Bottom_linkNode_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500; }

.c-recipeCard_Bottom_linkArrow {
  width: 7px;
  height: 6px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  rotate: -90deg; }

.c-clear {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 5px;
  cursor: pointer; }

.c-clear_first {
  text-decoration: underline;
  text-underline-offset: 5px; }

.c-clear_second {
  background-color: #D5D5B9;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px 7px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }

.c-clear_icon {
  aspect-ratio: 1;
  overflow: hidden;
  width: 19px; }
  .c-clear_icon img,
  .c-clear_icon svg,
  .c-clear_icon iframe,
  .c-clear_icon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-noMatch {
  display: none; }

.c-noMatch_text {
  font-weight: bold;
  text-align: center;
  margin-top: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-noMatch_text {
      font-size: 13px;
      letter-spacing: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-noMatch_text {
      font-size: 18px;
      letter-spacing: 0.08em; } }

.c-section {
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease; }
  .c-section.is-view {
    opacity: 1;
    translate: 0 0; }

.c-bg-black {
  position: relative; }
  .c-bg-black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none; }
  .c-bg-black.is-open::before {
    opacity: 1;
    pointer-events: auto; }

/*
MV
------------------------------------*/
.seasoningMv {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningMv {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningMv {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .seasoningMv::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F4F0DF; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .seasoningMv::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 87%);
        clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 87%); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .seasoningMv::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 85%);
        clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 85%); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningMv_inner {
    padding: 0 calc(25 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningMv_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

.seasoningMv_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningMv_logo {
      margin-left: -40px;
      position: absolute;
      top: 40px;
      left: 80px; } }

.seasoningMv_logo_image {
  fill: #FF0000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningMv_logo_image {
      width: 65px;
      height: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningMv_logo_image {
      width: 87px;
      height: 28px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningMv_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.47fr;
    grid-template-columns: 1fr 1.47fr;
    gap: calc(103 / 1280 * 100vw);
    margin-top: 90px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningMv_content {
    margin-top: 24px; } }

.seasoningMv_content_keyword {
  aspect-ratio: 2.85;
  overflow: hidden; }
  .seasoningMv_content_keyword img,
  .seasoningMv_content_keyword svg,
  .seasoningMv_content_keyword iframe,
  .seasoningMv_content_keyword video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningMv_content_keyword {
      width: calc(238 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningMv_content_keyword {
      max-width: 399px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningMv_content_title {
    aspect-ratio: 2.10448;
    overflow: hidden;
    margin-top: 12px;
    width: calc(280 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw); }
    .seasoningMv_content_title img,
    .seasoningMv_content_title svg,
    .seasoningMv_content_title iframe,
    .seasoningMv_content_title video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningMv_content_title {
    aspect-ratio: 1.93458;
    overflow: hidden;
    margin-top: 24px;
    max-width: 414px; }
    .seasoningMv_content_title img,
    .seasoningMv_content_title svg,
    .seasoningMv_content_title iframe,
    .seasoningMv_content_title video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.seasoningMv_content_button {
  background-color: #4D9A25;
  border-radius: 100px;
  padding: 25px 23px 24px 118px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  margin-top: 58px;
  cursor: pointer;
  max-width: 409px; }
  @media (hover: hover) {
    .seasoningMv_content_button:hover .seasoningMv_content_button_arrow {
      translate: 0 10px; } }

.seasoningMv_content_button_image {
  aspect-ratio: 1.4186;
  overflow: hidden;
  width: 122px;
  position: absolute;
  top: -24px;
  left: -20px; }
  .seasoningMv_content_button_image img,
  .seasoningMv_content_button_image svg,
  .seasoningMv_content_button_image iframe,
  .seasoningMv_content_button_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.seasoningMv_content_button_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap; }

.seasoningMv_content_button_arrow {
  fill: #fff;
  rotate: 90deg;
  width: 26px;
  height: 26px;
  -webkit-transition: translate .3s ease;
  transition: translate .3s ease; }

.seasoningMv_slider {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningMv_slider {
      aspect-ratio: 316/291;
      width: calc(316 / 375 * 100vw);
      margin-left: 25px; } }

.seasoningMv_slider_item {
  position: absolute;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.2)); }
  .seasoningMv_slider_item img {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningMv_slider_item {
      width: calc(165 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningMv_slider_item {
      max-width: 313px; } }

/*
アレンジレシピはこちら　追従ボタン
------------------------------------*/
.stickyButton {
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stickyButton {
      width: 100%;
      height: 60px;
      background-color: #4D9A25;
      border-radius: 20px 20px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 0 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .stickyButton {
      background-image: url(../images/stickey_button_bg.png);
      background-repeat: no-repeat;
      background-size: 180px 75px;
      background-position: center;
      left: 20px;
      height: 75px;
      width: 180px; } }
  .stickyButton.is-active {
    opacity: 1;
    pointer-events: auto; }
  .is-recipe-section .stickyButton {
    opacity: 0; }

.stickyButton_wrap {
  position: relative; }

.stickyButton_image {
  position: absolute;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .stickyButton_image img {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .stickyButton_image img.is-active {
      opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stickyButton_image {
      max-width: 92px; }
      .stickyButton_image img {
        left: 20px;
        bottom: 20px;
        max-width: 92px;
        bottom: -25px;
        left: 0; }
        .stickyButton_image img:nth-child(1) {
          width: 92px; }
        .stickyButton_image img:nth-child(2) {
          width: 80px; }
        .stickyButton_image img:nth-child(3) {
          width: 70px; }
        .stickyButton_image img:nth-child(4) {
          width: 83px; }
        .stickyButton_image img:nth-child(5) {
          width: 70px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .stickyButton_image {
      max-width: 99px;
      top: -35px;
      left: 50%;
      translate: -50% 0;
      width: 100px;
      height: 60px; }
      .stickyButton_image img {
        bottom: 0;
        left: 50%;
        translate: -50% 0;
        max-width: 90px; }
        .stickyButton_image img:nth-child(1) {
          width: 99px; }
        .stickyButton_image img:nth-child(2) {
          width: 88px; }
        .stickyButton_image img:nth-child(3) {
          width: 75px; }
        .stickyButton_image img:nth-child(4) {
          width: 96px; }
        .stickyButton_image img:nth-child(5) {
          width: 80px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .stickyButton_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    padding-left: 97px; } }

.stickyButton_text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stickyButton_text {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .stickyButton_text {
      font-size: 15px;
      letter-spacing: 0.03em;
      font-weight: bold;
      padding-top: 35px;
      text-align: center; } }

.stickyButton_arrowIcon_image {
  fill: #fff;
  width: 20px;
  height: 20px;
  rotate: 90deg; }

/*
ABOUT
------------------------------------*/
.seasoningAbout {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout {
      padding-top: 44px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout {
      padding-top: 110px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningAbout_inner {
    padding: 0 calc(25 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningAbout_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningAbout_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.07fr;
    grid-template-columns: 1fr 1.07fr;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.seasoningAbout_title {
  position: relative; }

.seasoningAbout_title_main {
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: bold;
  color: #008147; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_title_main {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_title_main {
      font-size: 50px; } }

.seasoningAbout_title_sub {
  color: #F8F7F0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  position: absolute;
  z-index: -1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_title_sub {
      font-size: 60px;
      margin-top: -30px;
      margin-left: -24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_title_sub {
      font-size: 153px;
      margin-top: -60px;
      margin-left: -78px; } }

.seasoningAbout_head_image {
  aspect-ratio: 1.18797;
  overflow: hidden; }
  .seasoningAbout_head_image img,
  .seasoningAbout_head_image svg,
  .seasoningAbout_head_image iframe,
  .seasoningAbout_head_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_head_image {
      width: 116px;
      margin: -78px -50px 0 252px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_head_image {
      width: 158px;
      margin-left: 282px;
      margin-top: 6px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningAbout_lead {
    margin-top: 35px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningAbout_lead {
    margin-top: 10px; } }

.seasoningAbout_lead_text {
  line-height: 2;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_lead_text {
      font-size: 14px;
      letter-spacing: 0.02em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_lead_text {
      font-size: 16px;
      letter-spacing: 0.08em; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_lead_text .seasoningAbout_lead_textStrong:nth-of-type(1) {
      margin-top: 3px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_lead_text .seasoningAbout_lead_textStrong:nth-of-type(2) {
      margin-bottom: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_lead_text .seasoningAbout_lead_textStrong:nth-of-type(2) {
      margin-bottom: 9px; } }

.seasoningAbout_lead_textStrong {
  color: #fff;
  background-color: #DE3214;
  border-radius: 50px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_lead_textStrong {
      margin-inline: -12px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_lead_textStrong {
      padding: 3px 8px 1px 10px; }
      .seasoningAbout_lead_textStrong + .seasoningAbout_lead_textStrong {
        margin-top: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_lead_textStrong {
      padding: 4px 7px 1px 12px; }
      .seasoningAbout_lead_textStrong + .seasoningAbout_lead_textStrong {
        margin-top: 9px; } }

@media print, screen and (max-width: 767px) {
  .seasoningAbout_list {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .seasoningAbout_list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 1025px) {
  .seasoningAbout_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 77px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.seasoningAbout_list_item {
  background-color: #F4F0DF;
  position: relative;
  border-radius: 200px; }
  @media print, screen and (max-width: 1024px) {
    .seasoningAbout_list_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 120px;
      gap: 10px;
      padding: 25px 0 20px;
      max-width: 320px;
      margin-inline: auto; }
      .seasoningAbout_list_item + .seasoningAbout_list_item {
        margin-top: 8px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_list_item {
      max-width: 255px;
      margin-inline: 0;
      min-width: 255px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_list_item {
      width: 216px;
      padding: 60px 20px 72px; } }

.seasoningAbout_list_itemNumber {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #008147;
  border-radius: 50%; }
  @media print, screen and (max-width: 1024px) {
    .seasoningAbout_list_itemNumber {
      top: -17px;
      left: 90px;
      width: 35px;
      height: 35px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_list_itemNumber {
      left: 64px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_list_itemNumber {
      left: 50%;
      translate: -50% 0;
      top: -13px;
      width: 41px;
      height: 41px; } }

.seasoningAbout_list_itemNumber_text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff; }

.seasoningAbout_list_item_title {
  color: #008147;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_list_item_title {
      font-size: 18px;
      min-width: 120px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_list_item_title {
      font-size: 17px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_list_item_title {
      font-size: 20px; } }

.seasoningAbout_list_item_image {
  aspect-ratio: 1;
  overflow: hidden; }
  .seasoningAbout_list_item_image img,
  .seasoningAbout_list_item_image svg,
  .seasoningAbout_list_item_image iframe,
  .seasoningAbout_list_item_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_list_item_image {
      width: 95px;
      margin-top: -15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_list_item_image {
      margin-top: -15px;
      width: 80px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_list_item_image {
      width: 150px;
      margin: 22px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningAbout_next {
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningAbout_next {
    margin-top: 24px; } }

.seasoningAbout_nextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningAbout_nextTriangle {
    width: 15px;
    height: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningAbout_nextTriangle {
    width: 20px;
    height: 16px; } }

.seasoningAbout_Triangle_first {
  fill: #008147; }

.seasoningAbout_Triangle_second {
  fill: #DE3214; }

.seasoningAbout_Triangle_third {
  fill: #FFD800; }

.seasoningAbout_bottom {
  background-color: #008147;
  position: relative;
  border-radius: 200px; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_bottom {
      padding: 28px 10px 20px;
      margin-top: 67px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_bottom {
      padding: 15px 0 7px;
      margin-top: 67px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_bottom {
      padding: 8px 0 7px;
      margin-top: 24px; } }

.seasoningAbout_bottom_imageLeft_wrap,
.seasoningAbout_bottom_imageRight_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .seasoningAbout_bottom_imageLeft_wrap img,
  .seasoningAbout_bottom_imageRight_wrap img {
    -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_bottom_imageLeft_wrap,
    .seasoningAbout_bottom_imageRight_wrap {
      gap: 5px; }
      .seasoningAbout_bottom_imageLeft_wrap img,
      .seasoningAbout_bottom_imageRight_wrap img {
        width: 39px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_bottom_imageLeft_wrap,
    .seasoningAbout_bottom_imageRight_wrap {
      gap: 7px; }
      .seasoningAbout_bottom_imageLeft_wrap img,
      .seasoningAbout_bottom_imageRight_wrap img {
        width: 49px; } }

.seasoningAbout_bottom_imageLeft {
  position: absolute;
  z-index: 50; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_bottom_imageLeft {
      right: calc(50% - 61px);
      translate: -50% 0;
      top: -51px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_bottom_imageLeft {
      top: -30px;
      left: 40px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_bottom_imageLeft {
      top: -30px;
      left: 40px; } }

.seasoningAbout_bottom_imageRight {
  position: absolute;
  z-index: 50; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_bottom_imageRight {
      left: calc(50% + 67px);
      translate: -50% 0;
      top: -51px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .seasoningAbout_bottom_imageRight {
      top: -30px;
      right: 40px; } }
  @media print, screen and (min-width: 1025px) {
    .seasoningAbout_bottom_imageRight {
      top: -30px;
      right: 40px; } }

.seasoningAbout_bottom_text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .seasoningAbout_bottom_text {
      line-height: 1.3;
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .seasoningAbout_bottom_text {
      line-height: 1.3;
      font-size: 18px; } }
  @media print, screen and (min-width: 1250px) {
    .seasoningAbout_bottom_text {
      line-height: 1.6;
      font-size: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media print, screen and (min-width: 1250px) {
  .seasoningAbout_bottom_text_br {
    display: none; } }

.seasoningAbout_bottom_textStrong {
  color: #FFD800;
  letter-spacing: 0;
  font-weight: bold;
  margin-left: 7px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningAbout_bottom_textStrong {
      font-size: 26px;
      display: inline-block;
      translate: 0 2px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningAbout_bottom_textStrong {
      font-size: 36px; } }

/*
OPTIONS
------------------------------------*/
.seasoningOptions {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions {
      padding-top: 115px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions {
      padding-top: 194px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningOptions_inner {
    padding: 0 calc(25 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningOptions_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

.seasoningOptions_bgTitle {
  position: relative; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningOptions_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.seasoningOptions_title {
  position: relative; }

.seasoningOptions_title_main {
  color: #008147;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
  word-break: keep-all; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_title_main {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_title_main {
      font-size: 50px; } }

.seasoningOptions_sub {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_sub {
      right: calc(-25 / 375 * 100vw);
      top: -30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_sub {
      right: calc(-80 / 1280 * 100vw);
      top: -34px; } }

.seasoningOptions_subTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #F8F7F0;
  letter-spacing: 0;
  position: relative;
  z-index: -1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_subTitle {
      font-size: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_subTitle {
      font-size: 153px; } }

.seasoningOptions_subImage {
  aspect-ratio: 1.14667;
  overflow: hidden;
  position: absolute; }
  .seasoningOptions_subImage img,
  .seasoningOptions_subImage svg,
  .seasoningOptions_subImage iframe,
  .seasoningOptions_subImage video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_subImage {
      width: 86px;
      top: -45px;
      right: -1px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_subImage {
      width: 169px;
      top: -76px;
      right: 70px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningOptions_lead {
    margin-top: 15px; } }

.seasoningOptions_lead_text {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_lead_text {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.8; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_lead_text {
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 2; } }

.seasoningOptions_list_wrap {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_list_wrap {
      margin-top: 75px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_list_wrap {
      margin-top: 91px; } }

.seasoningOptions_list {
  gap: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.seasoningOptions_list_deco {
  position: absolute;
  z-index: 100;
  aspect-ratio: 1.11475;
  overflow: hidden; }
  .seasoningOptions_list_deco img,
  .seasoningOptions_list_deco svg,
  .seasoningOptions_list_deco iframe,
  .seasoningOptions_list_deco video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_list_deco {
      width: 75px;
      left: -13px;
      top: -35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_list_deco {
      width: 130px;
      left: -60px;
      top: -47px; } }

.seasoningOptions_item {
  background-color: #F4F0DF;
  border-radius: 20px;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item {
      padding: 50px calc(15 / 375 * 100vw) 24px; }
      .seasoningOptions_item + .seasoningOptions_item {
        margin-top: 51px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item {
      padding: 67px calc(40 / 1280 * 100vw) 56px; } }

.seasoningOptions_item_head {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_head {
      top: -16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_head {
      top: -25px; } }

.seasoningOptions_item_headTriangle {
  position: absolute;
  left: 50%;
  translate: -50% 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_headTriangle {
      margin-top: 4px;
      width: 15px;
      height: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_headTriangle {
      margin-top: 8px;
      width: 19px;
      height: 16px; } }

.seasoningOptions_item_headTriangle_first {
  fill: #008147; }

.seasoningOptions_item_headTriangle_second {
  fill: #DE3214; }

.seasoningOptions_item_headText {
  border-radius: 100px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_headText {
      padding: 9px 33px 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_headText {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.seasoningOptions_item_headText_first {
  background-color: #008147; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_headText_first {
      width: 284px;
      height: 54px; } }

.seasoningOptions_item_headText_main {
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_headText_main {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_headText_main {
      font-size: 28px;
      margin-bottom: -3px; } }

.seasoningOptions_item_headText_second {
  background-color: #DE3214; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_headText_second {
      height: 54px;
      width: 342px; } }

.seasoningOptions_item_top {
  background-color: #fff;
  border-radius: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_top {
      padding: 19px 38px 17px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_top {
      padding: 30px 61px 23px; } }

.seasoningOptions_item_topImage {
  aspect-ratio: 1.64583;
  overflow: hidden;
  margin: 0 auto; }
  .seasoningOptions_item_topImage img,
  .seasoningOptions_item_topImage svg,
  .seasoningOptions_item_topImage iframe,
  .seasoningOptions_item_topImage video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_topImage {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_topImage {
      max-width: 305px; } }

.seasoningOptions_item_topText {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin-top: -5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_topText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_topText {
      font-size: 16px; } }

.seasoningOptions_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_bottom {
      gap: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_bottom {
      gap: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningOptions_item_bottomNode {
    margin-top: -5px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningOptions_item_bottomNode {
    margin-top: -6px; } }

.seasoningOptions_item_bottomNode_arrange {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_bottomNode_arrange {
      font-size: 14px;
      margin: 12px auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_bottomNode_arrange {
      font-size: 16px;
      margin: 10px auto 12px; } }

.seasoningOptions_item_bottomNode_arrangeFirst {
  background-color: #008147; }

.seasoningOptions_item_bottomNode_arrangeSecond {
  background-color: #DE3214; }

.seasoningOptions_item_bottomNode_triangle {
  width: 19px;
  height: 16px;
  margin: 0 auto;
  display: block; }

.seasoningOptions_item_bottomNode_triangleFirst {
  fill: #008147; }

.seasoningOptions_item_bottomNode_triangleSecond {
  fill: #DE3214; }

.seasoningOptions_item_bottomNode_image {
  aspect-ratio: 1.4;
  overflow: hidden; }
  .seasoningOptions_item_bottomNode_image img,
  .seasoningOptions_item_bottomNode_image svg,
  .seasoningOptions_item_bottomNode_image iframe,
  .seasoningOptions_item_bottomNode_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_bottomNode_image {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_bottomNode_image {
      max-width: 231px; } }

.seasoningOptions_item_bottomNode_text {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningOptions_item_bottomNode_text {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningOptions_item_bottomNode_text {
      font-size: 16px; } }

/*
LINE UP
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup {
    padding-top: 97px;
    padding-bottom: 85px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup {
    padding-top: 107px;
    padding-bottom: 61px; } }

.seasoningLineup_deco {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_deco {
      width: 126px;
      height: 134px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_deco {
      width: 261px;
      height: 166px; } }

.seasoningLineup_deco_imageFirst {
  aspect-ratio: 1.15753;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .seasoningLineup_deco_imageFirst img,
  .seasoningLineup_deco_imageFirst svg,
  .seasoningLineup_deco_imageFirst iframe,
  .seasoningLineup_deco_imageFirst video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_deco_imageFirst {
      width: 104px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_deco_imageFirst {
      width: 169px; } }

.seasoningLineup_deco_imageSecond {
  aspect-ratio: 1.41935;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0; }
  .seasoningLineup_deco_imageSecond img,
  .seasoningLineup_deco_imageSecond svg,
  .seasoningLineup_deco_imageSecond iframe,
  .seasoningLineup_deco_imageSecond video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_deco_imageSecond {
      width: 112px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_deco_imageSecond {
      width: 176px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_inner {
    padding: 0 calc(25 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

.seasoningLineup_head {
  text-align: center; }

.seasoningLineup_head_image {
  position: relative;
  z-index: 10;
  aspect-ratio: 2.05319;
  overflow: hidden; }
  .seasoningLineup_head_image img,
  .seasoningLineup_head_image svg,
  .seasoningLineup_head_image iframe,
  .seasoningLineup_head_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_head_image {
      max-width: 130px;
      margin: 0 auto -18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_head_image {
      max-width: 193px;
      margin: 0 auto -71px; } }

.seasoningLineup_head_bgText {
  color: #F8F7F0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_head_bgText {
      font-size: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_head_bgText {
      font-size: 153px; } }

.seasoningLineup_head_title {
  color: #008147;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_head_title {
      font-size: 30px;
      margin-top: -23px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_head_title {
      font-size: 50px;
      margin-top: -55px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_head_lead {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_head_lead {
    margin-top: 26px; } }

.seasoningLineup_head_leadText {
  font-weight: bold;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_head_leadText {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.8; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_head_leadText {
      font-size: 18px;
      letter-spacing: 0.08em;
      line-height: 2; } }

.seasoningLineup_tags {
  background-color: #F4F0DF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags {
      border-radius: 10px;
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags {
      border-radius: 20px;
      margin-top: 38px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_tags_inner {
    padding: 32px 15px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_inner {
    padding: 32px 90px 40px 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_tags_list + .seasoningLineup_tags_list {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_list + .seasoningLineup_tags_list {
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    min-width: 126px; } }

.seasoningLineup_tags_itemText {
  letter-spacing: 0;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_itemText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_itemText {
      font-size: 14px;
      min-width: 126px;
      margin-top: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_itemText_top {
    margin-top: 20px; } }

.seasoningLineup_tags_itemSelects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_itemSelects {
      margin-top: 12px;
      gap: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_itemSelects {
      gap: 8px 5px; } }

.seasoningLineup_tags_itemSelect,
.seasoningLineup_tags_itemSelect_second {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-transition: border-color .3s ease, background-color .3s ease, color .3s ease;
  transition: border-color .3s ease, background-color .3s ease, color .3s ease; }
  @media (hover: hover) {
    .seasoningLineup_tags_itemSelect:hover,
    .seasoningLineup_tags_itemSelect_second:hover {
      border-color: #272727; } }
  .seasoningLineup_tags_itemSelect.is-select,
  .seasoningLineup_tags_itemSelect_second.is-select {
    background-color: #272727;
    color: #fff;
    border-color: #272727; }

.seasoningLineup_tags_itemSelect {
  background-color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_itemSelect {
      padding: 12px 8px 14px;
      min-width: 95px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_itemSelect {
      padding: 16px 10px;
      width: 132px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_tags_itemSelect_second {
    padding: 6px 14px 4px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_itemSelect_second {
    padding: 6px 11px 4px; } }

.seasoningLineup_tags_itemSelect_image {
  aspect-ratio: 55/94;
  -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
  .seasoningLineup_tags_itemSelect_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_itemSelect_image {
      width: 38px;
      margin: 0 auto 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_itemSelect_image {
      width: 55px;
      margin: 0 auto 12px; } }

.seasoningLineup_tags_itemSelect_filter {
  line-height: 1.3;
  font-weight: 600;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_itemSelect_filter {
      font-size: 13px;
      letter-spacing: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_itemSelect_filter {
      font-size: 14px;
      letter-spacing: 0.1em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningLineup_tags_itemSelect_filter_first {
    font-size: 11px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningLineup_tags_itemSelect_filter_first {
    letter-spacing: 0; } }

.seasoningLineup_tags_clear {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_tags_clear {
      margin: 34px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_tags_clear {
      margin: 18px auto 0; } }

.seasoningLineup_fileterButton {
  cursor: pointer;
  background-color: #4D9A25;
  border-radius: 0 70px 70px 0;
  padding: 17px 20px 17px 16px;
  position: fixed;
  left: 0;
  top: 12px;
  opacity: 0;
  translate: -100% 0;
  -webkit-transition: opacity 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, translate 0.4s ease;
  z-index: 100; }
  .seasoningLineup_fileterButton.is-show {
    opacity: 1;
    translate: 0 0; }

.seasoningLineup_fileterButton_text {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: 14px;
  text-align: center; }

.seasoningLineup_More {
  width: 238px;
  background-color: #008147;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_More {
      margin: 40px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_More {
      margin: 64px auto 0; } }
  @media (hover: hover) {
    .seasoningLineup_More:hover .seasoningLineup_More_button {
      rotate: 90deg; } }
  .seasoningLineup_More.is-hidden {
    visibility: hidden;
    pointer-events: none; }

.seasoningLineup_More_text {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningLineup_More_text {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningLineup_More_text {
      font-size: 18px; } }

.seasoningLineup_More_button {
  position: relative;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease; }
  .seasoningLineup_More_button::after, .seasoningLineup_More_button::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  .seasoningLineup_More_button::after {
    rotate: 90deg; }

/*
SERIES
------------------------------------*/
.seasoningSeries {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries {
      padding-top: 60px;
      padding-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries {
      padding-top: 118px;
      padding-bottom: 80px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningSeries_inner {
    padding: 0 calc(25 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningSeries_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

.seasoningSeries_bgTitle {
  position: relative; }

.seasoningSeries_sub {
  position: absolute;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_sub {
      right: calc(-25 / 375 * 100vw);
      top: 27px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_sub {
      right: calc(-80 / 1280 * 100vw);
      top: -73px; } }
  .seasoningSeries_sub .seasoningSeries_subImage {
    position: absolute; }
    .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) {
      aspect-ratio: 0.90323;
      overflow: hidden; }
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) img,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) svg,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) iframe,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) {
          width: 52px;
          top: -42px;
          left: 80px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .seasoningSeries_sub .seasoningSeries_subImage:nth-child(2) {
          width: 84px;
          top: -50px;
          left: 185px; } }
    .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) {
      aspect-ratio: 1.13725;
      overflow: hidden; }
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) img,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) svg,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) iframe,
      .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) {
          width: 94px;
          top: 20px;
          right: -10px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .seasoningSeries_sub .seasoningSeries_subImage:nth-child(3) {
          width: 174px;
          top: 65px;
          right: 56px; } }

.seasoningSeries_subTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #F8F7F0;
  letter-spacing: 0;
  position: relative;
  z-index: -1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_subTitle {
      font-size: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_subTitle {
      font-size: 153px; } }

.seasoningSeries_title_main {
  color: #008147;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
  position: relative;
  z-index: 200; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_title_main {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_title_main {
      font-size: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .seasoningSeries_list {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningSeries_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 35px; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 6;
      grid-column: 1 / 7; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(3) {
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
      grid-column: 4 / 7; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(4) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(5) {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / 5; }
    .seasoningSeries_list .seasoningSeries_listItem:nth-child(6) {
      -ms-grid-column: 5;
      -ms-grid-column-span: 2;
      grid-column: 5 / 7; } }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(1)::after {
  background-color: #fff; }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(2)::after {
  background-color: #B47600; }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(3)::after {
  background-color: #FF8100; }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(4)::after {
  background-color: #DE3214; }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(5)::after {
  background-color: #E5007F; }

.seasoningSeries_list .seasoningSeries_listItem:nth-child(6)::after {
  background-color: #141411; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningSeries_list .seasoningSeries_listItem:nth-child(2)::after, .seasoningSeries_list .seasoningSeries_listItem:nth-child(3)::after {
    height: 50px; }
  .seasoningSeries_list .seasoningSeries_listItem:nth-child(4)::after, .seasoningSeries_list .seasoningSeries_listItem:nth-child(5)::after, .seasoningSeries_list .seasoningSeries_listItem:nth-child(6)::after {
    height: 72px; } }

.seasoningSeries_listItem {
  background-color: #F4F0DF;
  border-radius: 20px;
  position: relative;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem {
      padding: 24px 20px 56px; }
      .seasoningSeries_listItem + .seasoningSeries_listItem {
        margin-top: 10px; } }
  .seasoningSeries_listItem:nth-child(1) .seasoningSeries_listItem_arrowImage {
    fill: #fff; }
  .seasoningSeries_listItem:nth-child(2) .seasoningSeries_listItem_arrowImage {
    fill: #B47600; }
  .seasoningSeries_listItem:nth-child(3) .seasoningSeries_listItem_arrowImage {
    fill: #FF8100; }
  .seasoningSeries_listItem:nth-child(4) .seasoningSeries_listItem_arrowImage {
    fill: #DE3214; }
  .seasoningSeries_listItem:nth-child(5) .seasoningSeries_listItem_arrowImage {
    fill: #E5007F; }
  .seasoningSeries_listItem:nth-child(6) .seasoningSeries_listItem_arrowImage {
    fill: #141411; }
  .seasoningSeries_listItem::after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    border-radius: 50px;
    z-index: 50;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .seasoningSeries_listItem::after {
        height: 70px;
        top: 23px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .seasoningSeries_listItem::after {
        top: 32px; } }
  @media (hover: hover) {
    .seasoningSeries_listItem:hover::after {
      height: 125px !important; } }

.seasoningSeries_listItem {
  display: block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem {
      padding: 32px 24px 40px; } }

.seasoningSeries_listItem_first {
  background-color: #008147;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_first {
      padding: 24px 18px 56px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_first {
      padding: 60px 102px 60px 40px;
      gap: 94px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_first:after {
      top: 23px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_first:after {
      top: 48px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_first:after {
      height: 88px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_first:after {
      height: 66px; } }
  @media (hover: hover) {
    .seasoningSeries_listItem_first:hover::after {
      height: 133px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .seasoningSeries_listItem_wrap {
    gap: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.seasoningSeries_listItem_contents_subTitle {
  font-weight: bold;
  letter-spacing: 0.02em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_contents_subTitle {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_contents_subTitle {
      font-size: 18px; } }

.seasoningSeries_listItem_contents_mainTitle {
  letter-spacing: 0.02em;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_contents_mainTitle {
      font-size: 26px;
      line-height: 1.3;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_contents_mainTitle {
      font-size: 32px;
      line-height: 1.1;
      margin-top: 16px; } }

.seasoningSeries_listItem_contents_lead {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_contents_lead {
      font-size: 13px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_contents_lead {
      font-size: 14px;
      margin-top: 32px; } }

.seasoningSeries_listItem_image {
  aspect-ratio: 3.16429;
  overflow: hidden; }
  .seasoningSeries_listItem_image img,
  .seasoningSeries_listItem_image svg,
  .seasoningSeries_listItem_image iframe,
  .seasoningSeries_listItem_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_image {
      margin-top: 24px;
      max-width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_image {
      width: 443px; } }

.seasoningSeries_listItem_arrowImage {
  width: 26px;
  height: 26px;
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_arrowImage {
      bottom: 15px;
      right: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_arrowImage {
      bottom: 24px;
      right: 24px; } }

.seasoningSeries_listItem_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_top {
      gap: 10px; } }

.seasoningSeries_listItem_top_subTitle {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.5; }

.seasoningSeries_listItem_top_mainTitle {
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_top_mainTitle {
      font-size: 20px;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_top_mainTitle {
      font-size: 22px;
      margin-top: 16px; } }

.seasoningSeries_listItem_top_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .seasoningSeries_listItem_top_image img {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    -o-object-fit: contain;
    object-fit: contain; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_top_image {
      gap: 4px; }
      .seasoningSeries_listItem_top_image img {
        max-width: 36px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_top_image {
      gap: 3px; }
      .seasoningSeries_listItem_top_image img {
        max-width: 40px; } }

.seasoningSeries_listItem_bottomText {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .seasoningSeries_listItem_bottomText {
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .seasoningSeries_listItem_bottomText {
      margin-top: 13px;
      margin-bottom: 6px; } }
